Searched refs:createPHIDestinationCopy (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 285 PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PHIElimination.cpp | 315 PHICopy = TII->createPHIDestinationCopy(MBB, AfterPHIsIt, MPhi->getDebugLoc(), in LowerPHINode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1731 virtual MachineInstr *createPHIDestinationCopy( in createPHIDestinationCopy() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1819 virtual MachineInstr *createPHIDestinationCopy( in createPHIDestinationCopy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 978 MachineInstr *createPHIDestinationCopy(MachineBasicBlock &MBB,
|
D | SIInstrInfo.cpp | 6561 MachineInstr *SIInstrInfo::createPHIDestinationCopy( in createPHIDestinationCopy() function in SIInstrInfo 6572 return TargetInstrInfo::createPHIDestinationCopy(MBB, LastPHIIt, DL, Src, in createPHIDestinationCopy()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 1010 MachineInstr *createPHIDestinationCopy(MachineBasicBlock &MBB,
|
D | SIInstrInfo.cpp | 7360 MachineInstr *SIInstrInfo::createPHIDestinationCopy( in createPHIDestinationCopy() function in SIInstrInfo 7371 return TargetInstrInfo::createPHIDestinationCopy(MBB, LastPHIIt, DL, Src, in createPHIDestinationCopy()
|