Searched refs:computeSignatureVTs (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp46 void llvm::computeSignatureVTs(const FunctionType *Ty, function in class:llvm
H A DWebAssemblyMachineFunctionInfo.h161 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
H A DWebAssemblyAsmPrinter.cpp106 computeSignatureVTs(F.getFunctionType(), &F, F, TM, Params, Results);
299 computeSignatureVTs(F.getFunctionType(), &F, F, TM, ParamVTs, ResultVTs);
H A DWebAssemblyMCInstLower.cpp56 computeSignatureVTs(FuncTy, F, CurrentFunc, TM, ParamMVTs, ResultMVTs);
H A DWebAssemblyISelLowering.cpp1051 computeSignatureVTs(MF.getFunction().getFunctionType(), &MF.getFunction(),

Completed in 67 milliseconds