Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp752 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCFG()
1183 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughIndirectBranches()
2189 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCall()
H A DX86InstrInfo.h44 unsigned getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand = false);
H A DX86FastISel.cpp2147 unsigned Opc = X86::getCMovOpcode(TRI.getRegSizeInBits(*RC)/8); in X86FastEmitCMoveSelect()
H A DX86InstrInfo.cpp2791 unsigned X86::getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand) { in getCMovOpcode() function in X86
3352 unsigned Opc = X86::getCMovOpcode(TRI.getRegSizeInBits(RC) / 8, in insertSelect()