Home
last modified time | relevance | path

Searched refs:isRedundantFlagInstr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiInstrInfo.cpp206 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/
HDX86InstrInfo.h714 bool isRedundantFlagInstr(const MachineInstr &FlagI, Register SrcReg,
HDX86InstrInfo.cpp4841 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/
HDARMBaseInstrInfo.cpp2859 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()