Searched refs:isRedundantFlagInstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp201 // isRedundantFlagInstr - check whether the first instruction, whose only
205 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, function
330 if (isRedundantFlagInstr(&CmpInstr, SrcReg, SrcReg2, CmpValue, &*I)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2739 /// isRedundantFlagInstr - check whether the first instruction, whose only
2745 inline static bool isRedundantFlagInstr(const MachineInstr *CmpI, function
2981 if (isRedundantFlagInstr(&CmpInstr, SrcReg, SrcReg2, CmpValue, &Instr,
3174 isRedundantFlagInstr(&*Next, SrcReg, SrcReg2, CmpValue, &MI, IsThumb1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3360 inline static bool isRedundantFlagInstr(const MachineInstr &FlagI, function
3663 if (!IsCmpZero && isRedundantFlagInstr(CmpInstr, SrcReg, SrcReg2, CmpMask,

Completed in 126 milliseconds