Searched refs:ComputeLegalValueVTs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.cpp | 30 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()
|
D | WebAssemblyMCInstLower.cpp | 52 ComputeLegalValueVTs(CurrentFunc, TM, FuncTy->getReturnType(), ResultMVTs); in GetGlobalAddressSymbol() 62 ComputeLegalValueVTs(CurrentFunc, TM, Ty, ParamMVTs); in GetGlobalAddressSymbol()
|
D | WebAssemblyMachineFunctionInfo.h | 118 void ComputeLegalValueVTs(const Function &F, const TargetMachine &TM,
|
D | WebAssemblyAsmPrinter.cpp | 153 ComputeLegalValueVTs(F, TM, F.getReturnType(), ResultVTs); in EmitFunctionBodyStart()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyAsmPrinter.cpp | 128 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()
|