Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1104 PendingLoads.clear(); in clear()
1150 return updateRoot(PendingLoads); in getMemoryRoot()
1157 PendingLoads.reserve(PendingLoads.size() + in getRoot()
1160 PendingLoads.append(PendingConstrainedFP.begin(), in getRoot()
1162 PendingLoads.append(PendingConstrainedFPStrict.begin(), in getRoot()
4588 assert(PendingLoads.empty() && "PendingLoads must be serialized first"); in visitLoad()
4618 PendingLoads.push_back(Chain); in visitLoad()
4997 PendingLoads.push_back(Load.getValue(1)); in visitMaskedLoad()
5048 PendingLoads.push_back(Gather.getValue(1)); in visitMaskedGather()
5331 PendingLoads.push_back(Chain); in visitTargetIntrinsic()
[all …]
H A DSelectionDAGBuilder.h172 SmallVector<SDValue, 8> PendingLoads;
H A DStatepointLowering.cpp1280 PendingLoads.push_back(SpillLoad.getValue(1)); in visitGCRelocate()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp839 MapVector<const Value *, SmallVector<SUnit *, 4>> PendingLoads; in addLoopCarriedDependences() local
845 PendingLoads.clear(); in addLoopCarriedDependences()
852 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences()
862 PendingLoads.find(V); in addLoopCarriedDependences()
863 if (I == PendingLoads.end()) in addLoopCarriedDependences()