Home
last modified time | relevance | path

Searched refs:ContextFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp67 const Function &ContextFunc, in computeSignatureVTs() argument
71 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
75 !TM.getSubtarget<WebAssemblySubtarget>(ContextFunc).hasMultivalue()) { in computeSignatureVTs()
85 computeLegalValueVTs(ContextFunc, TM, Param, Params); in computeSignatureVTs()
H A DWebAssemblyMachineFunctionInfo.h184 const Function &ContextFunc, const TargetMachine &TM,