Home
last modified time | relevance | path

Searched refs:hasVRegLiveness (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h318 virtual bool hasVRegLiveness() const { return false; } in hasVRegLiveness() function
440 bool hasVRegLiveness() const override { return true; } in hasVRegLiveness() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp23 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness"); in initialize()
H A DSIInstrInfo.cpp7779 if (!DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1951 assert(DAG->hasVRegLiveness() && "Expect VRegs with LiveIntervals"); in apply()
2928 assert(dag->hasVRegLiveness() && in initialize()
3730 assert(dag->hasVRegLiveness() && "ILPScheduler needs vreg liveness"); in initialize()
3937 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
3952 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp151 if (Subtarget.isCortexM7() && !DAG->hasVRegLiveness()) in CreateTargetMIHazardRecognizer()