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

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dutil_norm_peg.tcl49 page_log_info ..Chains ; peg::CutChains $q $t
H A Dutil_norm_lemon.tcl92 page_log_info ..Chains
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm90 Chains with the L<DBIx::Class::Row/register_column> method, and sets
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp779 SmallVector<SDValue, 8> Chains(NumRegs);
789 Chains[i] = Part.getValue(0);
803 Chain = Chains[NumRegs-1];
805 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Chains[0], NumRegs);
1204 SmallVector<SDValue, 4> Chains(NumValues);
1209 Chains[i] =
1217 MVT::Other, &Chains[0], NumValues);
3295 SmallVector<SDValue, 4> Chains(std::min(unsigned(MaxParallelChains),
3309 MVT::Other, &Chains[0], ChainI);
3322 Chains[Chain
[all...]
H A DDAGCombiner.cpp9516 SmallVector<SDValue, 8> Chains; // List of chains to visit. local
9530 Chains.push_back(OriginalChain);
9536 while (!Chains.empty()) {
9537 SDValue Chain = Chains.back();
9538 Chains.pop_back();
9586 Chains.push_back(Chain.getOperand(0));
9602 Chains.push_back(Chain.getOperand(--n));
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp15307 SmallVector<SDValue, 8> Chains;
15319 Chains.push_back(ScalarLoad.getValue(1));
15331 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Chains[0],
15332 Chains.size());
15451 SmallVector<SDValue, 8> Chains; local
15465 Chains.push_back(Ch);
15468 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Chains[0],
15469 Chains.size());
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp8008 SmallVector<SDValue, 8> Chains; local
8024 Chains.push_back(Ch);
8026 return DAG.getNode(ISD::TokenFactor, DL, MVT::Other, &Chains[0],
8027 Chains.size());

Completed in 295 milliseconds