Home
last modified time | relevance | path

Searched refs:computeSignatureVTs (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp45 void llvm::computeSignatureVTs(const FunctionType *Ty, const Function &F, in computeSignatureVTs() function in llvm
DWebAssemblyMachineFunctionInfo.h144 void computeSignatureVTs(const FunctionType *Ty, const Function &F,
DWebAssemblyAsmPrinter.cpp106 computeSignatureVTs(F.getFunctionType(), F, TM, Params, Results); in EmitEndOfAsmFile()
293 computeSignatureVTs(F.getFunctionType(), F, TM, ParamVTs, ResultVTs); in EmitFunctionBodyStart()
DWebAssemblyMCInstLower.cpp59 computeSignatureVTs(FuncTy, CurrentFunc, TM, ParamMVTs, ResultMVTs); in GetGlobalAddressSymbol()
DWebAssemblyISelLowering.cpp956 computeSignatureVTs(MF.getFunction().getFunctionType(), MF.getFunction(), in LowerFormalArguments()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp46 void llvm::computeSignatureVTs(const FunctionType *Ty, in computeSignatureVTs() function in llvm
DWebAssemblyMachineFunctionInfo.h161 void computeSignatureVTs(const FunctionType *Ty, const Function *TargetFunc,
DWebAssemblyAsmPrinter.cpp193 computeSignatureVTs(F.getFunctionType(), &F, F, TM, Params, Results); in emitEndOfAsmFile()
401 computeSignatureVTs(F.getFunctionType(), &F, F, TM, ParamVTs, ResultVTs); in emitFunctionBodyStart()
DWebAssemblyMCInstLower.cpp60 computeSignatureVTs(FuncTy, F, CurrentFunc, TM, ParamMVTs, ResultMVTs); in GetGlobalAddressSymbol()
DWebAssemblyISelLowering.cpp1141 computeSignatureVTs(MF.getFunction().getFunctionType(), &MF.getFunction(), in LowerFormalArguments()