Home
last modified time | relevance | path

Searched refs:PrevInsts (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp199 ArrayRef<MachineInstr *> PrevInsts);
361 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument
376 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
DMachinePipeliner.cpp3089 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
3104 LC = TII->reduceLoopCount(*Prolog, IndVar, *Cmp, Cond, PrevInsts, j, in addBranches()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h119 SmallVectorImpl<MachineInstr *> &PrevInsts,
DHexagonInstrInfo.cpp686 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
721 for (SmallVectorImpl<MachineInstr *>::iterator I = PrevInsts.begin(), in reduceLoopCount()
722 E = PrevInsts.end(); I != E; ++I) in reduceLoopCount()
724 PrevInsts.clear(); in reduceLoopCount()
725 PrevInsts.push_back(NewCmp); in reduceLoopCount()
726 PrevInsts.push_back(NewAdd); in reduceLoopCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h146 SmallVectorImpl<MachineInstr *> &PrevInsts,
DHexagonInstrInfo.cpp704 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
741 for (SmallVectorImpl<MachineInstr *>::iterator I = PrevInsts.begin(), in reduceLoopCount()
742 E = PrevInsts.end(); I != E; ++I) in reduceLoopCount()
744 PrevInsts.clear(); in reduceLoopCount()
745 PrevInsts.push_back(NewCmp); in reduceLoopCount()
746 PrevInsts.push_back(NewAdd); in reduceLoopCount()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h564 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h669 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp2965 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
2980 LC = TII->reduceLoopCount(*Prolog, IndVar, Cmp, Cond, PrevInsts, j, in addBranches()