Searched refs:PrevInsts (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 201 ArrayRef<MachineInstr *> PrevInsts); 365 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument 380 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
|
D | ModuloSchedule.cpp | 860 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | ImplicitNullChecks.cpp | 201 ArrayRef<MachineInstr *> PrevInsts); 369 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument 472 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
|
D | ModuloSchedule.cpp | 859 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
|
/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/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 564 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 745 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 752 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()
|