Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp752 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCFG()
1181 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughIndirectBranches()
2181 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCall()
H A DX86InstrInfo.h51 unsigned getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand = false,
H A DX86FastISel.cpp2138 unsigned Opc = X86::getCMovOpcode(TRI.getRegSizeInBits(*RC) / 8, false, in X86FastEmitCMoveSelect()
H A DX86InstrInfo.cpp3403 unsigned X86::getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand, in getCMovOpcode() function in X86
4144 X86::getCMovOpcode(TRI.getRegSizeInBits(RC) / 8, in insertSelect()