Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp399 DenseMap<MachineOperand *, MachineInstr *> OperandToDefMap; in checkForProfitableCmovCandidates() local
450 OperandToDefMap[&MO] = DefMI; in checkForProfitableCmovCandidates()
460 DepthMap[OperandToDefMap.lookup(&MI.getOperand(1))].OptDepth, in checkForProfitableCmovCandidates()
461 DepthMap[OperandToDefMap.lookup(&MI.getOperand(2))].OptDepth); in checkForProfitableCmovCandidates()
555 DepthMap[OperandToDefMap.lookup(&MI->getOperand(3))].Depth; in checkForProfitableCmovCandidates()
557 DepthMap[OperandToDefMap.lookup(&MI->getOperand(1))].Depth, in checkForProfitableCmovCandidates()
558 DepthMap[OperandToDefMap.lookup(&MI->getOperand(2))].Depth); in checkForProfitableCmovCandidates()