Searched refs:PHICopy (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 292 MachineInstr *PHICopy = nullptr; in LowerPHINode() local 297 PHICopy = BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode() 315 PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode() 338 if (I == PHICopy) in LowerPHINode() 363 LV->addVirtualRegisterKilled(IncomingReg, *PHICopy); in LowerPHINode() 373 LV->addVirtualRegisterDead(DestReg, *PHICopy); in LowerPHINode() 380 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 262 MachineInstr *PHICopy = nullptr; in LowerPHINode() local 267 PHICopy = BuildMI(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode() 285 PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode() 311 LV->addVirtualRegisterKilled(IncomingReg, *PHICopy); in LowerPHINode() 321 LV->addVirtualRegisterDead(DestReg, *PHICopy); in LowerPHINode() 328 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(*PHICopy); in LowerPHINode()
|
/external/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 272 MachineInstr &PHICopy = *std::prev(AfterPHIsIt); in LowerPHINode() local 294 LV->addVirtualRegisterKilled(IncomingReg, PHICopy); in LowerPHINode() 304 LV->addVirtualRegisterDead(DestReg, PHICopy); in LowerPHINode()
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 1739 PHINode *PHICopy, BasicBlock *IncomingBB, in addOperandToPHI() argument 1749 IncompletePHINodeMap[IncomingBB].push_back(std::make_pair(PHI, PHICopy)); in addOperandToPHI() 1775 if (PHICopy->getBasicBlockIndex(BBCopyEnd) >= 0) in addOperandToPHI() 1783 PHICopy->addIncoming(OpCopy, BBCopyEnd); in addOperandToPHI() 1790 PHINode *PHICopy = in copyPHIInstruction() local 1792 PHICopy->moveBefore(PHICopy->getParent()->getFirstNonPHI()); in copyPHIInstruction() 1793 BBMap[PHI] = PHICopy; in copyPHIInstruction() 1796 addOperandToPHI(Stmt, PHI, PHICopy, IncomingBB, LTS); in copyPHIInstruction()
|
/external/llvm-project/polly/include/polly/CodeGen/ |
D | BlockGenerators.h | 905 void addOperandToPHI(ScopStmt &Stmt, PHINode *PHI, PHINode *PHICopy,
|