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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp81 SmallVector<SDValue, 8> OutChains; local
92 OutChains.push_back(St);
104 OutChains.push_back(St);
108 SDValue Res = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp843 SDValue OutChains[] = { local
848 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
881 SDValue OutChains[5]; local
886 OutChains[0] =
892 OutChains[1] =
898 OutChains[2] =
904 OutChains[3] =
909 OutChains[4] =
912 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp550 std::vector<SDValue> OutChains; local
561 OutChains.push_back(
566 if (!OutChains.empty()) {
567 OutChains.push_back(Chain);
568 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
667 SmallVector<SDValue, 8> OutChains; local
673 OutChains.push_back(
678 if (!OutChains.empty())
679 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
2767 SDValue OutChains[ local
2809 SDValue OutChains[2]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h578 std::vector<SDValue> &OutChains, SelectionDAG &DAG,
597 void writeVarArgRegs(std::vector<SDValue> &OutChains, SDValue Chain,
H A DMipsISelLowering.cpp3629 std::vector<SDValue> OutChains; local
3669 copyByValRegs(Chain, DL, OutChains, DAG, Flags, InVals, &*FuncArg,
3730 OutChains.push_back(ArgValue.getValue(1));
3756 writeVarArgRegs(OutChains, Chain, DL, DAG, CCInfo);
3760 if (!OutChains.empty()) {
3761 OutChains.push_back(Chain);
3762 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
4329 SDValue Chain, const SDLoc &DL, std::vector<SDValue> &OutChains,
4376 OutChains.push_back(Store);
4477 void MipsTargetLowering::writeVarArgRegs(std::vector<SDValue> &OutChains, argument
4328 copyByValRegs( SDValue Chain, const SDLoc &DL, std::vector<SDValue> &OutChains, SelectionDAG &DAG, const ISD::ArgFlagsTy &Flags, SmallVectorImpl<SDValue> &InVals, const Argument *FuncArg, unsigned FirstReg, unsigned LastReg, const CCValAssign &VA, MipsCCState &State) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1996 std::vector<SDValue> OutChains; local
2091 OutChains.push_back(Store);
2098 if (!OutChains.empty()) {
2099 OutChains.push_back(Chain);
2100 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5987 SmallVector<SDValue, 32> &OutChains, unsigned From,
5994 OutChains.push_back(OutLoadChains[i]);
6007 OutChains.push_back(NewStore);
6078 SmallVector<SDValue, 32> OutChains;
6116 OutChains.push_back(Store);
6163 OutChains.push_back(OutLoadChains[i]);
6164 OutChains.push_back(OutStoreChains[i]);
6169 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, 0,
6181 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains, IndexFrom, IndexTo,
6188 chainLoadsAndStoresForMemcpy(DAG, dl, OutChains,
[all...]
H A DSelectionDAGBuilder.cpp8461 SmallVector<SDValue, 8> OutChains; local
8532 OutChains.push_back(Store);
8558 if (!OutChains.empty())
8559 Chain = DAG.getNode(ISD::TokenFactor, getCurSDLoc(), MVT::Other, OutChains);
8562 if (ResultValues.empty() || HasSideEffect || !OutChains.empty() || IsCallBr)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2458 std::vector<SDValue> OutChains; local
2636 if (!OutChains.empty())
2637 DAG.setRoot(DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 244 milliseconds