Home
last modified time | relevance | path

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

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