Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp296 unsigned PHIReg = ValueMap[&PN]; in set() local
297 assert(PHIReg && "PHI node does not have an assigned virtual register!"); in set()
305 BuildMI(MBB, DL, TII->get(TargetOpcode::PHI), PHIReg + i); in set()
306 PHIReg += NumRegisters; in set()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp285 unsigned PHIReg = ValueMap[&PN]; in set() local
286 assert(PHIReg && "PHI node does not have an assigned virtual register!"); in set()
294 BuildMI(MBB, DL, TII->get(TargetOpcode::PHI), PHIReg + i); in set()
295 PHIReg += NumRegisters; in set()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp295 unsigned PHIReg = ValueMap[PN]; in set() local
296 assert(PHIReg && "PHI node does not have an assigned virtual register!"); in set()
305 BuildMI(MBB, DL, TII->get(TargetOpcode::PHI), PHIReg + i); in set()
306 PHIReg += NumRegisters; in set()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp779 unsigned PHIReg = getPHISourceReg(PHI, i); in storeLiveOuts() local
783 << "): " << printReg(PHIReg, TRI) << "\n"); in storeLiveOuts()
784 addLiveOut(PHIReg); in storeLiveOuts()
850 unsigned PHIReg = getPHISourceReg(PHI, i); in storeLiveOuts() local
852 << "): " << printReg(PHIReg, TRI) << "\n"); in storeLiveOuts()
853 addLiveOut(PHIReg); in storeLiveOuts()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp779 unsigned PHIReg = getPHISourceReg(PHI, i); in storeLiveOuts() local
783 << "): " << printReg(PHIReg, TRI) << "\n"); in storeLiveOuts()
784 addLiveOut(PHIReg); in storeLiveOuts()
850 unsigned PHIReg = getPHISourceReg(PHI, i); in storeLiveOuts() local
852 << "): " << printReg(PHIReg, TRI) << "\n"); in storeLiveOuts()
853 addLiveOut(PHIReg); in storeLiveOuts()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp8077 Register PHIReg = MRI->createVirtualRegister(&SystemZ::ADDR64BitRegClass); in emitProbedAlloca() local
8085 BuildMI(MBB, DL, TII->get(SystemZ::PHI), PHIReg) in emitProbedAlloca()
8091 .addReg(PHIReg) in emitProbedAlloca()
8103 .addReg(PHIReg) in emitProbedAlloca()
8119 .addReg(PHIReg) in emitProbedAlloca()
8132 .addReg(PHIReg); in emitProbedAlloca()
8134 .addReg(SystemZ::R15D).addImm(-8).addReg(PHIReg) in emitProbedAlloca()