Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h482 bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op,
H A DSIISelLowering.cpp13164 bool SITargetLowering::checkForPhysRegDependency( in checkForPhysRegDependency() function in SITargetLowering
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp119 if (TLI.checkForPhysRegDependency(Def, User, Op, TRI, TII, PhysReg, Cost)) in CheckForPhysRegDependency()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4139 virtual bool checkForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in checkForPhysRegDependency() function