Home
last modified time | relevance | path

Searched refs:EdgeInsertPoint (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h272 class EdgeInsertPoint : public InsertPoint {
300 EdgeInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst, Pass &P) in EdgeInsertPoint() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp829 addInsertPoint(*new EdgeInsertPoint(Src, Dst, P)); in addInsertPoint()
899 void RegBankSelect::EdgeInsertPoint::materialize() { in materialize()
912 uint64_t RegBankSelect::EdgeInsertPoint::frequency(const Pass &P) const { in frequency()
929 bool RegBankSelect::EdgeInsertPoint::canMaterialize() const { in canMaterialize()