Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3360 inline static bool isRedundantFlagInstr(const MachineInstr &FlagI, in isRedundantFlagInstr() argument
3364 if (((FlagI.getOpcode() == X86::CMP64rr && OI.getOpcode() == X86::SUB64rr) || in isRedundantFlagInstr()
3365 (FlagI.getOpcode() == X86::CMP32rr && OI.getOpcode() == X86::SUB32rr) || in isRedundantFlagInstr()
3366 (FlagI.getOpcode() == X86::CMP16rr && OI.getOpcode() == X86::SUB16rr) || in isRedundantFlagInstr()
3367 (FlagI.getOpcode() == X86::CMP8rr && OI.getOpcode() == X86::SUB8rr)) && in isRedundantFlagInstr()
3375 ((FlagI.getOpcode() == X86::CMP64ri32 && in isRedundantFlagInstr()
3377 (FlagI.getOpcode() == X86::CMP64ri8 && in isRedundantFlagInstr()
3379 (FlagI.getOpcode() == X86::CMP32ri && OI.getOpcode() == X86::SUB32ri) || in isRedundantFlagInstr()
3380 (FlagI.getOpcode() == X86::CMP32ri8 && in isRedundantFlagInstr()
3382 (FlagI.getOpcode() == X86::CMP16ri && OI.getOpcode() == X86::SUB16ri) || in isRedundantFlagInstr()
[all …]