Searched refs:Chains (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.h25 SmallSetVector<unsigned, 32> Chains; member in class:llvm::A57ChainingConstraint
H A DAArch64PBQPRegAlloc.cpp248 if (Chains.count(Ra)) {
252 Chains.remove(Ra);
253 Chains.insert(Rd);
258 Chains.insert(Rd);
264 for (auto r : Chains) {
289 // Enforce that cost is higher with all other Chains of the same parity
335 Chains.clear(); // FIXME: really needed ? Could not work at MF level ?
339 // Forget Chains which have expired
340 for (auto r : Chains) {
349 Chains
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp400 SmallVector<SDValue, 8> Chains; local
408 Chains.push_back(DAG.getStore(Chain, DL, Arg, Add,
412 if (!Chains.empty())
413 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp715 SmallVector<SDValue, 8> Chains; local
722 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
725 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
740 SmallVector<SDValue, 8> Chains; local
746 Chains.push_back(LowerConstantInitializer(Elt, GV, Ptr, Chain, DAG));
749 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
1175 SmallVector<SDValue, 8> Chains; local
1192 Chains.push_back(NewLoad.getValue(1));
1197 DAG.getNode(ISD::TokenFactor, SL, MVT::Other, Chains)
1325 SmallVector<SDValue, 8> Chains; local
[all...]
H A DSIISelLowering.cpp675 SmallVector<SDValue, 16> Chains; local
697 Chains.push_back(Arg.getValue(1));
869 if (Chains.empty())
872 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp740 SmallVector<SDValue, 8> Chains(NumRegs);
750 Chains[i] = Part.getValue(0);
764 Chain = Chains[NumRegs-1];
766 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
1332 SmallVector<SDValue, 4> Chains(NumValues);
1338 Chains[i] =
1346 MVT::Other, Chains);
3172 SmallVector<SDValue, 4> Chains(std::min(MaxParallelChains, NumValues));
3185 makeArrayRef(Chains.data(), ChainI));
3198 Chains[Chain
[all...]
H A DDAGCombiner.cpp420 SmallVectorImpl<SDValue> &Chains,
5924 SmallVector<SDValue, 4> Chains; local
5941 Chains.push_back(SplitLoad.getValue(1));
5944 SDValue NewChain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
11085 SmallVectorImpl<SDValue> &Chains,
11091 Chains.push_back(St->getChain());
11118 SmallVector<SDValue, 8> Chains; local
11137 StoredVal = getMergedConstantVectorStore(DAG, DL, StoreNodes, Chains, Ty);
11147 Chains.push_back(St->getChain());
11167 Chains
11082 getMergedConstantVectorStore(SelectionDAG &DAG, SDLoc SL, ArrayRef<MemOpLink> Stores, SmallVectorImpl<SDValue> &Chains, EVT Ty) const argument
14568 SmallVector<SDValue, 8> Chains; // List of chains to visit. local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9893 SmallVector<SDValue, 8> Chains; local
9909 Chains.push_back(Ch);
9911 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Chains);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15369 SmallVector<SDValue, 8> Chains;
15381 Chains.push_back(ScalarLoad.getValue(1));
15393 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
[all...]

Completed in 315 milliseconds