Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp383 MachineInstr *NewSrcInstr = nullptr; in LowerPHINode() local
389 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerPHINode()
398 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerPHINode()
463 if (NewSrcInstr) { in LowerPHINode()
464 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
465 LIS->addSegmentToEndOfBlock(IncomingReg, *NewSrcInstr); in LowerPHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPHIElimination.cpp397 MachineInstr *NewSrcInstr = nullptr; in LowerPHINode() local
403 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerPHINode()
412 NewSrcInstr = BuildMI(opBlock, InsertPos, MPhi->getDebugLoc(), in LowerPHINode()
477 if (NewSrcInstr) { in LowerPHINode()
478 LIS->InsertMachineInstrInMaps(*NewSrcInstr); in LowerPHINode()
479 LIS->addSegmentToEndOfBlock(IncomingReg, *NewSrcInstr); in LowerPHINode()