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

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp879 std::vector<SDValue> OutChains; local
982 OutChains.push_back(DAG.getStore(Chain, dl, ArgValue, PtrOff,
995 if (!OutChains.empty()) {
996 OutChains.push_back(Chain);
998 &OutChains[0], OutChains.size());
/external/llvm/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());
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2655 std::vector<SDValue>& OutChains,
2675 OutChains.push_back(Store);
2682 std::vector<SDValue>& OutChains, SelectionDAG &DAG,
2712 OutChains.push_back(Store);
2735 std::vector<SDValue> OutChains; local
2766 ReadByValArg(MF, Chain, dl, OutChains, DAG, NumWords, FIN, VA, Flags,
2769 LastFI = CopyMips64ByValRegs(MF, Chain, dl, OutChains, DAG, VA, Flags,
2892 OutChains.push_back(DAG.getStore(Chain, dl, ArgValue, PtrOff,
2901 if (!OutChains.empty()) {
2902 OutChains
2654 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
2681 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...]
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp828 SDValue OutChains[5]; local
833 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
839 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
845 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
851 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
857 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
861 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 5);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3457 SmallVector<SDValue, 8> OutChains; local
3494 OutChains.push_back(Store);
3500 &OutChains[0], OutChains.size());
3549 SmallVector<SDValue, 8> OutChains; local
3566 OutChains.clear();
3575 OutChains.push_back(Store);
3580 &OutChains[0], OutChains.size());
3621 SmallVector<SDValue, 8> OutChains; local
[all...]
H A DSelectionDAGBuilder.cpp6317 SmallVector<SDValue, 8> OutChains; local
6324 OutChains.push_back(Val);
6327 if (!OutChains.empty())
6329 &OutChains[0], OutChains.size());
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9860 SDValue OutChains[6]; local
9874 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
9880 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
9889 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
9895 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
9903 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
9910 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
9914 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains, 6);
9960 SDValue OutChains[4]; local
9970 OutChains[
[all...]

Completed in 590 milliseconds