Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp201 ArrayRef<MachineInstr *> PrevInsts);
365 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument
380 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
DModuloSchedule.cpp860 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
/external/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp201 ArrayRef<MachineInstr *> PrevInsts);
369 ArrayRef<MachineInstr *> PrevInsts) { in isSuitableMemoryOp() argument
472 for (auto *PrevMI : PrevInsts) { in isSuitableMemoryOp()
DModuloSchedule.cpp859 SmallVector<MachineInstr *, 4> PrevInsts; in addBranches() local
/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/llvm/include/llvm/Target/
DTargetInstrInfo.h564 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h745 SmallVectorImpl<MachineInstr *> &PrevInsts, in reduceLoopCount() argument
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h752 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()