Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp247 ? X86::getNFVariant(Opc) in CompressEVEXImpl()
H A DX86FlagsCopyLowering.cpp247 if (FlagDef->isDead() && X86::getNFVariant(MI.getOpcode())) in getClobberType()
358 unsigned NewOpc = X86::getNFVariant(Clobber->getOpcode()); in runOnMachineFunction()
H A DX86InstrInfo.h81 unsigned getNFVariant(unsigned Opc);
H A DX86InstrInfo.cpp3234 unsigned X86::getNFVariant(unsigned Opc) { in getNFVariant() function in X86