Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp768 bool Unfolded = TII->unfoldMemoryOperand(*MBB->getParent(), MI, TmpReg, in convertCmovInstsToBranches() local
771 (void)Unfolded; in convertCmovInstsToBranches()
772 assert(Unfolded && "Should never fail to unfold a loading cmov!"); in convertCmovInstsToBranches()
DX86SpeculativeLoadHardening.cpp904 bool Unfolded = in unfoldCallAndJumpLoads() local
907 (void)Unfolded; in unfoldCallAndJumpLoads()
908 assert(Unfolded && in unfoldCallAndJumpLoads()