Searched refs:IsThumb1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMBaseInstrInfo.cpp | 2863 bool &IsThumb1) { in isRedundantFlagInstr() argument 2870 IsThumb1 = false; in isRedundantFlagInstr() 2879 IsThumb1 = true; in isRedundantFlagInstr() 2887 IsThumb1 = false; in isRedundantFlagInstr() 2895 IsThumb1 = true; in isRedundantFlagInstr() 2905 IsThumb1 = false; in isRedundantFlagInstr() 2914 IsThumb1 = true; in isRedundantFlagInstr() 2921 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { in isOptimizeCompareCandidate() argument 2946 IsThumb1 = true; in isOptimizeCompareCandidate() 3070 bool IsThumb1 = false; in optimizeCompareInstr() local [all …]
|
| HD | ARMISelLowering.cpp | 11340 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument 11344 if (IsThumb1) in getLdOpcode() 11359 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument 11363 if (IsThumb1) in getStOpcode() 11381 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 11382 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() 11390 } else if (IsThumb1) { in emitPostLd() 11422 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 11423 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() 11431 } else if (IsThumb1) { in emitPostSt() [all …]
|