Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp751 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCFG() local
752 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCFG()
1182 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughIndirectBranches() local
1183 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughIndirectBranches()
2188 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCall() local
2189 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCall()