Home
last modified time | relevance | path

Searched refs:checkForPhysRegDependency (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h526 bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op,
H A DSIISelLowering.cpp16031 bool SITargetLowering::checkForPhysRegDependency( in checkForPhysRegDependency() function in SITargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp119 if (TLI.checkForPhysRegDependency(Def, User, Op, TRI, TII, PhysReg, Cost)) in CheckForPhysRegDependency()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4334 virtual bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in checkForPhysRegDependency() function