Searched refs:isRedundantFlagInstr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiInstrInfo.cpp | 206 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr() function 332 if (isRedundantFlagInstr(&CmpInstr, SrcReg, SrcReg2, CmpValue, &*I)) { in optimizeCompareInstr()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrInfo.h | 714 bool isRedundantFlagInstr(const MachineInstr &FlagI, Register SrcReg,
|
| HD | X86InstrInfo.cpp | 4841 bool X86InstrInfo::isRedundantFlagInstr(const MachineInstr &FlagI, in isRedundantFlagInstr() function in X86InstrInfo 5345 if (isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpMask, CmpValue, in optimizeCompareInstr()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMBaseInstrInfo.cpp | 2859 inline static bool isRedundantFlagInstr(const MachineInstr *CmpI, in isRedundantFlagInstr() function 3114 if (isRedundantFlagInstr(&CmpInstr, SrcReg, SrcReg2, CmpValue, &Instr, in optimizeCompareInstr() 3307 isRedundantFlagInstr(&*Next, SrcReg, SrcReg2, CmpValue, &MI, IsThumb1)) in shouldSink()
|