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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp30 void llvm::computeLegalValueVTs(const Function &F, const TargetMachine &TM, function in class:llvm
52 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results);
66 computeLegalValueVTs(ContextFunc, TM, Param, Params);
H A DWebAssemblyMachineFunctionInfo.h156 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
H A DWebAssemblyMCInstLower.cpp200 computeLegalValueVTs(F, TM, RetTy, CallerRetTys);
H A DWebAssemblyISelLowering.cpp731 computeLegalValueVTs(F, TM, RetTy, CallerRetTys);
732 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys);

Completed in 114 milliseconds