Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGInstrs.cpp449 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k) in BuildSchedGraph()
450 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency)); in BuildSchedGraph()
460 PendingLoads.clear(); in BuildSchedGraph()
498 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k) in BuildSchedGraph()
499 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency)); in BuildSchedGraph()
546 PendingLoads.push_back(SU); in BuildSchedGraph()
565 PendingLoads.clear(); in BuildSchedGraph()
DScheduleDAGInstrs.h117 std::vector<SUnit *> PendingLoads; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp998 PendingLoads.clear(); in clear()
1011 if (PendingLoads.empty()) in getRoot()
1014 if (PendingLoads.size() == 1) { in getRoot()
1015 SDValue Root = PendingLoads[0]; in getRoot()
1017 PendingLoads.clear(); in getRoot()
1023 PendingLoads); in getRoot()
1024 PendingLoads.clear(); in getRoot()
3697 assert(PendingLoads.empty() && "PendingLoads must be serialized first"); in visitLoad()
3732 PendingLoads.push_back(Chain); in visitLoad()
4079 PendingLoads.push_back(Load.getValue(1)); in visitMaskedLoad()
[all …]
DSelectionDAGBuilder.h131 SmallVector<SDValue, 8> PendingLoads;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp832 PendingLoads.clear(); in clear()
854 if (PendingLoads.empty()) in getRoot()
857 if (PendingLoads.size() == 1) { in getRoot()
858 SDValue Root = PendingLoads[0]; in getRoot()
860 PendingLoads.clear(); in getRoot()
866 &PendingLoads[0], PendingLoads.size()); in getRoot()
867 PendingLoads.clear(); in getRoot()
3216 assert(PendingLoads.empty() && "PendingLoads must be serialized first"); in visitLoad()
3239 PendingLoads.push_back(Chain); in visitLoad()
3547 PendingLoads.push_back(Chain); in visitTargetIntrinsic()
[all …]
DSelectionDAGBuilder.h115 SmallVector<SDValue, 8> PendingLoads;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp862 PendingLoads.clear(); in clear()
886 if (PendingLoads.empty()) in getRoot()
889 if (PendingLoads.size() == 1) { in getRoot()
890 SDValue Root = PendingLoads[0]; in getRoot()
892 PendingLoads.clear(); in getRoot()
898 PendingLoads); in getRoot()
899 PendingLoads.clear(); in getRoot()
3527 assert(PendingLoads.empty() && "PendingLoads must be serialized first"); in visitLoad()
3552 PendingLoads.push_back(Chain); in visitLoad()
3903 PendingLoads.push_back(OutChain); in visitMaskedGather()
[all …]
DSelectionDAGBuilder.h120 SmallVector<SDValue, 8> PendingLoads;
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp997 MapVector<Value *, SmallVector<SUnit *, 4>> PendingLoads; in addLoopCarriedDependences() local
1001 PendingLoads.clear(); in addLoopCarriedDependences()
1006 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences()
1014 PendingLoads.find(V); in addLoopCarriedDependences()
1015 if (I == PendingLoads.end()) in addLoopCarriedDependences()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1071 MapVector<Value *, SmallVector<SUnit *, 4>> PendingLoads; in addLoopCarriedDependences() local
1077 PendingLoads.clear(); in addLoopCarriedDependences()
1084 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences()
1094 PendingLoads.find(V); in addLoopCarriedDependences()
1095 if (I == PendingLoads.end()) in addLoopCarriedDependences()