Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp51 const Function &ContextFunc, in computeSignatureVTs() argument
55 computeLegalValueVTs(ContextFunc, TM, Ty->getReturnType(), Results); in computeSignatureVTs()
59 !TM.getSubtarget<WebAssemblySubtarget>(ContextFunc).hasMultivalue()) { in computeSignatureVTs()
69 computeLegalValueVTs(ContextFunc, TM, Param, Params); in computeSignatureVTs()
H A DWebAssemblyMachineFunctionInfo.h175 const Function &ContextFunc, const TargetMachine &TM,