Searched refs:OutChains (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp510 std::vector<SDValue> OutChains; local
521 OutChains.push_back(DAG.getStore(DAG.getRoot(), dl, Arg, FIPtr,
527 if (!OutChains.empty()) {
528 OutChains.push_back(Chain);
530 &OutChains[0], OutChains.size());
633 SmallVector<SDValue, 8> OutChains; local
638 OutChains.push_back(DAG.getStore(Chain, DL, VArg,
644 if (!OutChains.empty())
646 &OutChains[
2593 SDValue OutChains[2] = { SDValue(Hi64.getNode(), 1), local
2625 SDValue OutChains[2]; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h498 std::vector<SDValue> &OutChains, SelectionDAG &DAG,
515 void writeVarArgRegs(std::vector<SDValue> &OutChains, const MipsCC &CC,
H A DMipsISelLowering.cpp2564 std::vector<SDValue> OutChains; local
2594 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg,
2658 OutChains.push_back(Load.getValue(1));
2677 writeVarArgRegs(OutChains, MipsCCInfo, Chain, DL, DAG);
2681 if (!OutChains.empty()) {
2682 OutChains.push_back(Chain);
2684 &OutChains[0], OutChains.size());
3435 copyByValRegs(SDValue Chain, SDLoc DL, std::vector<SDValue> &OutChains, argument
3473 OutChains
3573 writeVarArgRegs(std::vector<SDValue> &OutChains, const MipsCC &CC, SDValue Chain, SDLoc DL, SelectionDAG &DAG) const argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp806 SDValue OutChains[5]; local
811 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
817 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
823 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
829 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
835 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
839 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 5);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3758 SmallVector<SDValue, 8> OutChains; local
3806 OutChains.push_back(Store);
3813 &OutChains[0], OutChains.size());
3863 SmallVector<SDValue, 8> OutChains; local
3880 OutChains.clear();
3889 OutChains.push_back(Store);
3894 &OutChains[0], OutChains.size());
3954 SmallVector<SDValue, 8> OutChains; local
[all...]
H A DSelectionDAGBuilder.cpp6624 SmallVector<SDValue, 8> OutChains;
6631 OutChains.push_back(Val);
6634 if (!OutChains.empty())
6636 &OutChains[0], OutChains.size());
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1397 std::vector<SDValue> OutChains; local
1686 if (!OutChains.empty())
1687 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &OutChains[0],
1688 OutChains.size()));
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12117 SDValue OutChains[6]; local
12131 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12137 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
12146 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12152 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
12160 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
12167 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
12171 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6);
12217 SDValue OutChains[4]; local
12227 OutChains[
[all...]

Completed in 292 milliseconds