Searched refs:IsThumb1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 2836 bool &IsThumb1) { in isRedundantFlagInstr() argument 2843 IsThumb1 = false; in isRedundantFlagInstr() 2852 IsThumb1 = true; in isRedundantFlagInstr() 2860 IsThumb1 = false; in isRedundantFlagInstr() 2868 IsThumb1 = true; in isRedundantFlagInstr() 2878 IsThumb1 = false; in isRedundantFlagInstr() 2887 IsThumb1 = true; in isRedundantFlagInstr() 2894 static bool isOptimizeCompareCandidate(MachineInstr *MI, bool &IsThumb1) { in isOptimizeCompareCandidate() argument 2919 IsThumb1 = true; in isOptimizeCompareCandidate() 3025 bool IsThumb1 = false; in optimizeCompareInstr() local [all …]
|
| D | ARMISelLowering.cpp | 10889 static unsigned getLdOpcode(unsigned LdSize, bool IsThumb1, bool IsThumb2) { in getLdOpcode() argument 10893 if (IsThumb1) in getLdOpcode() 10908 static unsigned getStOpcode(unsigned StSize, bool IsThumb1, bool IsThumb2) { in getStOpcode() argument 10912 if (IsThumb1) in getStOpcode() 10930 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostLd() argument 10931 unsigned LdOpc = getLdOpcode(LdSize, IsThumb1, IsThumb2); in emitPostLd() 10939 } else if (IsThumb1) { in emitPostLd() 10971 unsigned AddrOut, bool IsThumb1, bool IsThumb2) { in emitPostSt() argument 10972 unsigned StOpc = getStOpcode(StSize, IsThumb1, IsThumb2); in emitPostSt() 10980 } else if (IsThumb1) { in emitPostSt() [all …]
|