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/ |
D | WebAssemblyMachineFunctionInfo.cpp | 29 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()
|
D | WebAssemblyMachineFunctionInfo.h | 139 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
|
D | WebAssemblyMCInstLower.cpp | 202 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in getFunctionReturns()
|
D | WebAssemblyISelLowering.cpp | 681 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in LowerCall() 682 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys); in LowerCall()
|