Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp43 void llvm::computeLegalValueVTs(const WebAssemblyTargetLowering &TLI, in computeLegalValueVTs() function in llvm
57 void llvm::computeLegalValueVTs(const Function &F, const TargetMachine &TM, in computeLegalValueVTs() function in llvm
62 computeLegalValueVTs(TLI, F.getContext(), DL, Ty, ValueVTs); in computeLegalValueVTs()
71 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
86 computeLegalValueVTs(ContextFunc, TM, Param, Params); in computeSignatureVTs()
H A DWebAssemblyMachineFunctionInfo.h158 void computeLegalValueVTs(const WebAssemblyTargetLowering &TLI,
162 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
H A DWebAssemblyMCInstLower.cpp60 computeLegalValueVTs(CurrentFunc, TM, GlobalVT, VTs); in GetGlobalAddressSymbol()
162 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in getFunctionReturns()
H A DWebAssemblyAsmPrinter.cpp198 computeLegalValueVTs(TLI, GV->getParent()->getContext(), in emitGlobalVariable()
H A DWebAssemblyISelLowering.cpp1058 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in LowerCall()
1059 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys); in LowerCall()