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

/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp887 std::vector<SDValue> OutChains; local
990 OutChains.push_back(DAG.getStore(Chain, dl, ArgValue, PtrOff,
1003 if (!OutChains.empty()) {
1004 OutChains.push_back(Chain);
1006 &OutChains[0], OutChains.size());
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h369 std::vector<SDValue> &OutChains, SelectionDAG &DAG,
386 void writeVarArgRegs(std::vector<SDValue> &OutChains, const MipsCC &CC,
H A DMipsISelLowering.cpp2491 std::vector<SDValue> OutChains; local
2521 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg,
2614 writeVarArgRegs(OutChains, MipsCCInfo, Chain, DL, DAG);
2618 if (!OutChains.empty()) {
2619 OutChains.push_back(Chain);
2621 &OutChains[0], OutChains.size());
3236 copyByValRegs(SDValue Chain, DebugLoc DL, std::vector<SDValue> &OutChains, argument
3274 OutChains.push_back(Store);
3376 MipsTargetLowering::writeVarArgRegs(std::vector<SDValue> &OutChains, argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp502 std::vector<SDValue> OutChains; local
513 OutChains.push_back(DAG.getStore(DAG.getRoot(), dl, Arg, FIPtr,
519 if (!OutChains.empty()) {
520 OutChains.push_back(Chain);
522 &OutChains[0], OutChains.size());
625 SmallVector<SDValue, 8> OutChains; local
630 OutChains.push_back(DAG.getStore(Chain, DL, VArg,
636 if (!OutChains.empty())
638 &OutChains[
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp782 SDValue OutChains[5]; local
787 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
793 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
799 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
805 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
811 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
815 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 5);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3648 SmallVector<SDValue, 8> OutChains; local
3696 OutChains.push_back(Store);
3703 &OutChains[0], OutChains.size());
3753 SmallVector<SDValue, 8> OutChains; local
3770 OutChains.clear();
3779 OutChains.push_back(Store);
3784 &OutChains[0], OutChains.size());
3826 SmallVector<SDValue, 8> OutChains; local
[all...]
H A DSelectionDAGBuilder.cpp6342 SmallVector<SDValue, 8> OutChains; local
6349 OutChains.push_back(Val);
6352 if (!OutChains.empty())
6354 &OutChains[0], OutChains.size());
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1058 std::vector<SDValue> OutChains; local
1233 if (!OutChains.empty())
1234 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &OutChains[0],
1235 OutChains.size()));
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11110 SDValue OutChains[6]; local
11124 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
11130 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
11139 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
11145 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
11153 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
11160 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
11164 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6);
11210 SDValue OutChains[4]; local
11220 OutChains[
[all...]

Completed in 284 milliseconds