Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp780 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches() local
783 (void)Unfolded; in convertCmovInstsToBranches()
784 assert(Unfolded && "Should never fail to unfold a loading cmov!"); in convertCmovInstsToBranches()
H A DX86SpeculativeLoadHardening.cpp913 bool Unfolded = in unfoldCallAndJumpLoads() local
916 (void)Unfolded; in unfoldCallAndJumpLoads()
917 assert(Unfolded && in unfoldCallAndJumpLoads()