Searched refs:checkForPhysRegDependency (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 482 bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op,
|
H A D | SIISelLowering.cpp | 13164 bool SITargetLowering::checkForPhysRegDependency( in checkForPhysRegDependency() function in SITargetLowering
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 119 if (TLI.checkForPhysRegDependency(Def, User, Op, TRI, TII, PhysReg, Cost)) in CheckForPhysRegDependency()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 4139 virtual bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in checkForPhysRegDependency() function
|