Searched refs:ResultVTs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp695 std::array<MVT::SimpleValueType, 1> ResultVTs = {{ N->getSimpleType(0) }}; local
699 ResultVTs, InstOps, false, false, false,
885 SmallVector<MVT::SimpleValueType, 4> ResultVTs; local
887 ResultVTs.push_back(N->getSimpleType(i));
903 ResultVTs.push_back(getRegisterValueType(Reg, CGT));
956 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) &&
960 ResultVTs, InstOps,
966 for (unsigned i = 0, e = ResultVTs.size(); i != e; ++i) {
967 if (ResultVTs[i] == MVT::Other || ResultVTs[
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp291 SmallVector<MVT, 1> ResultVTs; local
293 computeSignatureVTs(F.getFunctionType(), F, TM, ParamVTs, ResultVTs);
294 auto Signature = signatureFromMVTs(ResultVTs, ParamVTs);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8463 SmallVector<EVT, 1> ResultVTs; local
8501 ResultVTs.push_back(ResultVT);
8557 DAG.getVTList(ResultVTs), ResultValues);

Completed in 143 milliseconds