Home
last modified time | relevance | path

Searched refs:IsThumb1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7797 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument
7801 if (IsThumb1) in getLdOpcode()
7816 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument
7820 if (IsThumb1) in getStOpcode()
7838 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument
7839 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd()
7845 } else if (IsThumb1) { in emitPostLd()
7870 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument
7871 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt()
7876 } else if (IsThumb1) { in emitPostSt()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp8781 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument
8785 if (IsThumb1) in getLdOpcode()
8800 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument
8804 if (IsThumb1) in getStOpcode()
8822 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument
8823 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd()
8831 } else if (IsThumb1) { in emitPostLd()
8863 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument
8864 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt()
8872 } else if (IsThumb1) { in emitPostSt()
[all …]
DARMBaseInstrInfo.cpp2636 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { in isOptimizeCompareCandidate() argument
2650 IsThumb1 = true; in isOptimizeCompareCandidate()
2755 bool IsThumb1 = false; in optimizeCompareInstr() local
2756 if (MI && !isOptimizeCompareCandidate(MI, IsThumb1)) in optimizeCompareInstr()
2771 if (MI && IsThumb1) { in optimizeCompareInstr()
2939 if (!IsThumb1) { in optimizeCompareInstr()