Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp42 void llvm::computeLegalValueVTs(const WebAssemblyTargetLowering &TLI, in computeLegalValueVTs() function in llvm
56 void llvm::computeLegalValueVTs(const Function &F, const TargetMachine &TM, in computeLegalValueVTs() function in llvm
61 computeLegalValueVTs(TLI, F.getContext(), DL, Ty, ValueVTs); in computeLegalValueVTs()
70 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
84 computeLegalValueVTs(ContextFunc, TM, Param, Params); in computeSignatureVTs()
DWebAssemblyMachineFunctionInfo.h165 void computeLegalValueVTs(const WebAssemblyTargetLowering &TLI,
169 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
DWebAssemblyMCInstLower.cpp60 computeLegalValueVTs(CurrentFunc, TM, GlobalVT, VTs); in GetGlobalAddressSymbol()
163 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in getFunctionReturns()
DWebAssemblyAsmPrinter.cpp192 computeLegalValueVTs(TLI, GV->getParent()->getContext(), in emitGlobalVariable()
DWebAssemblyISelLowering.cpp1006 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in LowerCall()
1007 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys); in LowerCall()