Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp290 X86::CondCode FirstCC, FirstOppCC, MemOpCC; in collectCmovCandidates() local
305 FirstCC = CC; in collectCmovCandidates()
315 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC)) in collectCmovCandidates()
DX86ISelLowering.cpp27183 X86::CondCode FirstCC = X86::CondCode(FirstCMOV.getOperand(3).getImm()); in EmitLoweredCascadedSelect() local
27184 unsigned Opc = X86::GetCondBranchFromCond(FirstCC); in EmitLoweredCascadedSelect()