Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h158 ILPValue getILP(const SUnit *SU) const { in getILP() function
/external/llvm/include/llvm/CodeGen/
DScheduleDFS.h159 ILPValue getILP(const SUnit *SU) const { in getILP() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3298 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3300 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
3338 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3493 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3495 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
3535 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()