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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp885 std::vector<SDValue> OutChains; local
988 OutChains.push_back(DAG.getStore(Chain, dl, ArgValue, PtrOff,
1001 if (!OutChains.empty()) {
1002 OutChains.push_back(Chain);
1004 &OutChains[0], OutChains.size());
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.cpp320 std::vector<SDValue> OutChains; local
331 OutChains.push_back(DAG.getStore(DAG.getRoot(), dl, Arg, FIPtr,
337 if (!OutChains.empty()) {
338 OutChains.push_back(Chain);
340 &OutChains[0], OutChains.size());
/macosx-10.10/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreISelLowering.cpp829 SDValue OutChains[5]; local
834 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
840 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
846 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
852 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
858 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
862 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 5);
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsISelLowering.cpp3179 std::vector<SDValue> &OutChains,
3199 OutChains.push_back(Store);
3206 std::vector<SDValue> &OutChains, SelectionDAG &DAG,
3236 OutChains.push_back(Store);
3259 std::vector<SDValue> OutChains; local
3292 ReadByValArg(MF, Chain, dl, OutChains, DAG, NumWords, FIN, VA, Flags,
3295 LastFI = CopyMips64ByValRegs(MF, Chain, dl, OutChains, DAG, VA, Flags,
3419 OutChains.push_back(DAG.getStore(Chain, dl, ArgValue, PtrOff,
3428 if (!OutChains.empty()) {
3429 OutChains
3178 ReadByValArg(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue> &OutChains, SelectionDAG &DAG, unsigned NumWords, SDValue FIN, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, const Argument *FuncArg) argument
3205 CopyMips64ByValRegs(MachineFunction &MF, SDValue Chain, DebugLoc dl, std::vector<SDValue> &OutChains, SelectionDAG &DAG, const CCValAssign &VA, const ISD::ArgFlagsTy &Flags, MachineFrameInfo *MFI, bool IsRegLoc, SmallVectorImpl<SDValue> &InVals, MipsFunctionInfo *MipsFI, EVT PtrTy, const Argument *FuncArg) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp925 std::vector<SDValue> OutChains; local
1066 if (!OutChains.empty())
1068 &OutChains[0], OutChains.size()));
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3551 SmallVector<SDValue, 8> OutChains; local
3588 OutChains.push_back(Store);
3594 &OutChains[0], OutChains.size());
3643 SmallVector<SDValue, 8> OutChains; local
3660 OutChains.clear();
3669 OutChains.push_back(Store);
3674 &OutChains[0], OutChains.size());
3715 SmallVector<SDValue, 8> OutChains; local
[all...]
H A DSelectionDAGBuilder.cpp6428 SmallVector<SDValue, 8> OutChains; local
6435 OutChains.push_back(Val);
6438 if (!OutChains.empty())
6440 &OutChains[0], OutChains.size());
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelLowering.cpp10418 SDValue OutChains[6]; local
10432 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
10438 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
10447 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
10453 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
10461 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
10468 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
10472 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6);
10518 SDValue OutChains[4]; local
10528 OutChains[
[all...]

Completed in 325 milliseconds