Searched refs:ResultVTs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 898 SmallVector<MVT::SimpleValueType, 4> ResultVTs; in EmitResultInstructionAsOperand() local 900 ResultVTs.push_back(N.getSimpleType(i)); in EmitResultInstructionAsOperand() 917 ResultVTs.push_back(getRegisterValueType(Reg, CGT)); in EmitResultInstructionAsOperand() 969 assert((!ResultVTs.empty() || TreeHasOutGlue || NodeHasChain) && in EmitResultInstructionAsOperand() 972 AddMatcher(new EmitNodeMatcher(II, ResultVTs, InstOps, NodeHasChain, in EmitResultInstructionAsOperand() 977 for (unsigned i = 0, e = ResultVTs.size(); i != e; ++i) { in EmitResultInstructionAsOperand() 978 if (ResultVTs[i] == MVT::Other || ResultVTs[i] == MVT::Glue) in EmitResultInstructionAsOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAsmPrinter.cpp | 616 SmallVector<MVT, 1> ResultVTs; in emitFunctionBodyStart() local 618 computeSignatureVTs(F.getFunctionType(), &F, F, TM, ParamVTs, ResultVTs); in emitFunctionBodyStart() 620 auto Signature = signatureFromMVTs(OutContext, ResultVTs, ParamVTs); in emitFunctionBodyStart()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10208 SmallVector<EVT, 1> ResultVTs; in visitInlineAsm() local 10246 ResultVTs.push_back(ResultVT); in visitInlineAsm() 10304 DAG.getVTList(ResultVTs), ResultValues); in visitInlineAsm() 12572 SmallVector<EVT, 8> ResultVTs; in visitCallBrLandingPad() local 12615 ResultVTs.push_back(OpInfo.ConstraintVT); in visitCallBrLandingPad() 12624 ResultVTs.push_back(OpInfo.ConstraintVT); in visitCallBrLandingPad() 12632 DAG.getVTList(ResultVTs), ResultValues); in visitCallBrLandingPad()
|