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

/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp862 SDValue OutChains[] = { local
867 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
900 SDValue OutChains[5]; local
905 OutChains[0] = DAG.getStore(Chain, dl, DAG.getConstant(0x0a3cd805, MVT::i32),
911 OutChains[1] = DAG.getStore(Chain, dl, DAG.getConstant(0xd80456c0, MVT::i32),
917 OutChains[2] = DAG.getStore(Chain, dl, DAG.getConstant(0x27fb0a3c, MVT::i32),
923 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
929 OutChains[4] = DAG.getStore(Chain, dl, FPtr, Addr,
933 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h506 std::vector<SDValue> &OutChains, SelectionDAG &DAG,
523 void writeVarArgRegs(std::vector<SDValue> &OutChains, const MipsCC &CC,
H A DMipsISelLowering.cpp2657 std::vector<SDValue> OutChains; local
2688 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg,
2753 OutChains.push_back(Load.getValue(1));
2775 writeVarArgRegs(OutChains, MipsCCInfo, Chain, DL, DAG);
2779 if (!OutChains.empty()) {
2780 OutChains.push_back(Chain);
2781 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
3533 copyByValRegs(SDValue Chain, SDLoc DL, std::vector<SDValue> &OutChains, argument
3571 OutChains.push_back(Store);
3672 void MipsTargetLowering::writeVarArgRegs(std::vector<SDValue> &OutChains, argument
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp513 std::vector<SDValue> OutChains; local
524 OutChains.push_back(DAG.getStore(DAG.getRoot(), dl, Arg, FIPtr,
530 if (!OutChains.empty()) {
531 OutChains.push_back(Chain);
532 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
635 SmallVector<SDValue, 8> OutChains; local
640 OutChains.push_back(DAG.getStore(Chain, DL, VArg,
646 if (!OutChains.empty())
647 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
2586 SDValue OutChains[ local
2617 SDValue OutChains[2]; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3943 SmallVector<SDValue, 8> OutChains; local
3991 OutChains.push_back(Store);
3997 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
4047 SmallVector<SDValue, 8> OutChains; local
4063 OutChains.clear();
4072 OutChains.push_back(Store);
4076 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
4136 SmallVector<SDValue, 8> OutChains; local
4172 OutChains.push_back(Store);
4177 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
[all...]
H A DSelectionDAGBuilder.cpp6718 SmallVector<SDValue, 8> OutChains;
6725 OutChains.push_back(Val);
6728 if (!OutChains.empty())
6729 Chain = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, OutChains);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1638 std::vector<SDValue> OutChains; local
1926 if (!OutChains.empty())
1927 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains));
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14698 SDValue OutChains[6];
14712 OutChains[0] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
14718 OutChains[1] = DAG.getStore(Root, dl, FPtr, Addr,
14727 OutChains[2] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
14733 OutChains[3] = DAG.getStore(Root, dl, Nest, Addr,
14741 OutChains[4] = DAG.getStore(Root, dl, DAG.getConstant(OpCode, MVT::i16),
14748 OutChains[5] = DAG.getStore(Root, dl, DAG.getConstant(ModRM, MVT::i8), Addr,
14752 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
14798 SDValue OutChains[4];
14808 OutChains[
[all...]

Completed in 7313 milliseconds