Searched refs:PrevInsts (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 199 ArrayRef<MachineInstr *> PrevInsts); 361 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument 376 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
|
D | MachinePipeliner.cpp | 3089 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local 3104 LC = TII->reduceLoopCount(*Prolog, IndVar, *Cmp, Cond, PrevInsts, j, in addBranches()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 119 SmallVectorImpl<MachineInstr *> &PrevInsts,
|
D | HexagonInstrInfo.cpp | 686 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/ |
D | HexagonInstrInfo.h | 146 SmallVectorImpl<MachineInstr *> &PrevInsts,
|
D | HexagonInstrInfo.cpp | 704 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/ |
D | TargetInstrInfo.h | 564 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 669 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2965 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local 2980 LC = TII->reduceLoopCount(*Prolog, IndVar, Cmp, Cond, PrevInsts, j, in addBranches()
|