Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp30 void llvm::ComputeLegalValueVTs(const Function &F, const TargetMachine &TM, in ComputeLegalValueVTs() function in llvm
49 ComputeLegalValueVTs(F, TM, F.getReturnType(), Results); in ComputeSignatureVTs()
61 ComputeLegalValueVTs(F, TM, Arg.getType(), Params); in ComputeSignatureVTs()
DWebAssemblyMCInstLower.cpp52 ComputeLegalValueVTs(CurrentFunc, TM, FuncTy->getReturnType(), ResultMVTs); in GetGlobalAddressSymbol()
62 ComputeLegalValueVTs(CurrentFunc, TM, Ty, ParamMVTs); in GetGlobalAddressSymbol()
DWebAssemblyMachineFunctionInfo.h118 void ComputeLegalValueVTs(const Function &F, const TargetMachine &TM,
DWebAssemblyAsmPrinter.cpp153 ComputeLegalValueVTs(F, TM, F.getReturnType(), ResultVTs); in EmitFunctionBodyStart()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp128 static void ComputeLegalValueVTs(const Function &F, const TargetMachine &TM, in ComputeLegalValueVTs() function
149 ComputeLegalValueVTs(F, TM, F.getReturnType(), SignatureVTs); in EmitEndOfAsmFile()
162 ComputeLegalValueVTs(F, TM, Arg.getType(), SignatureVTs); in EmitEndOfAsmFile()
186 ComputeLegalValueVTs(F, TM, F.getReturnType(), ResultVTs); in EmitFunctionBodyStart()