Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp740 addInsertPoint(MI, Before); in RepairingPlacement()
753 addInsertPoint(*It, /*Before*/ true); in RepairingPlacement()
755 addInsertPoint(*(--It), /*Before*/ false); in RepairingPlacement()
768 addInsertPoint(Pred, *MI.getParent()); in RepairingPlacement()
777 addInsertPoint(Pred, /*Beginning*/ false); in RepairingPlacement()
779 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
795 addInsertPoint(*MI.getParent()->begin(), true); in RepairingPlacement()
800 addInsertPoint(*It, /*Before*/ false); in RepairingPlacement()
813 addInsertPoint(Src, Succ); in RepairingPlacement()
817 void RegBankSelect::RepairingPlacement::addInsertPoint(MachineInstr &MI, in addInsertPoint() function in RegBankSelect::RepairingPlacement
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h370 void addInsertPoint(MachineBasicBlock &MBB, bool Beginning);
372 void addInsertPoint(MachineInstr &MI, bool Before);
374 void addInsertPoint(MachineBasicBlock &Src, MachineBasicBlock &Dst);
377 void addInsertPoint(InsertPoint &Point);