Searched refs:computeLegalValueVTs (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyMachineFunctionInfo.cpp | 42 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()
|
| D | WebAssemblyMachineFunctionInfo.h | 165 void computeLegalValueVTs(const WebAssemblyTargetLowering &TLI, 169 void computeLegalValueVTs(const Function &F, const TargetMachine &TM, Type *Ty,
|
| D | WebAssemblyMCInstLower.cpp | 60 computeLegalValueVTs(CurrentFunc, TM, GlobalVT, VTs); in GetGlobalAddressSymbol() 163 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in getFunctionReturns()
|
| D | WebAssemblyAsmPrinter.cpp | 192 computeLegalValueVTs(TLI, GV->getParent()->getContext(), in emitGlobalVariable()
|
| D | WebAssemblyISelLowering.cpp | 1006 computeLegalValueVTs(F, TM, RetTy, CallerRetTys); in LowerCall() 1007 computeLegalValueVTs(F, TM, CLI.RetTy, CalleeRetTys); in LowerCall()
|