Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4906 inline static bool isRedundantFlagInstr(MachineInstr &FlagI, unsigned SrcReg, in isRedundantFlagInstr() argument
4909 if (((FlagI.getOpcode() == X86::CMP64rr && OI.getOpcode() == X86::SUB64rr) || in isRedundantFlagInstr()
4910 (FlagI.getOpcode() == X86::CMP32rr && OI.getOpcode() == X86::SUB32rr) || in isRedundantFlagInstr()
4911 (FlagI.getOpcode() == X86::CMP16rr && OI.getOpcode() == X86::SUB16rr) || in isRedundantFlagInstr()
4912 (FlagI.getOpcode() == X86::CMP8rr && OI.getOpcode() == X86::SUB8rr)) && in isRedundantFlagInstr()
4919 if (((FlagI.getOpcode() == X86::CMP64ri32 && in isRedundantFlagInstr()
4921 (FlagI.getOpcode() == X86::CMP64ri8 && in isRedundantFlagInstr()
4923 (FlagI.getOpcode() == X86::CMP32ri && OI.getOpcode() == X86::SUB32ri) || in isRedundantFlagInstr()
4924 (FlagI.getOpcode() == X86::CMP32ri8 && in isRedundantFlagInstr()
4926 (FlagI.getOpcode() == X86::CMP16ri && OI.getOpcode() == X86::SUB16ri) || in isRedundantFlagInstr()
[all …]