Home
last modified time | relevance | path

Searched refs:computeLegalValueVTs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp29 void llvm::computeLegalValueVTs(const Function &F, const TargetMachine &TM, in computeLegalValueVTs() function in llvm
49 computeLegalValueVTs(F, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
63 computeLegalValueVTs(F, TM, Param, Params); in computeSignatureVTs()
DWebAssemblyMachineFunctionInfo.h139 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
DWebAssemblyMCInstLower.cpp202 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in getFunctionReturns()
DWebAssemblyISelLowering.cpp681 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in LowerCall()
682 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys); in LowerCall()