Searched defs:IsThumb1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2636 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { in isOptimizeCompareCandidate() 2755 bool IsThumb1 = false; in optimizeCompareInstr() local
|
D | ARMISelLowering.cpp | 8781 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() 8800 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() 8822 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() 8863 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() 8922 bool IsThumb1 = Subtarget->isThumb1Only(); in EmitStructByval() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7797 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() 7816 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() 7838 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() 7870 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() 7917 bool IsThumb1 = Subtarget->isThumb1Only(); in EmitStructByval() local
|