Searched refs:MainTy (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 228 static bool shouldFixMainFunction(FunctionType *FuncTy, FunctionType *MainTy) { in shouldFixMainFunction() argument 232 return FuncTy->getReturnType() == MainTy->getReturnType() && in shouldFixMainFunction() 258 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule() local 260 if (shouldFixMainFunction(F.getFunctionType(), MainTy)) { in runOnModule() 266 ConstantExpr::getBitCast(Main, PointerType::get(MainTy, 0)); in runOnModule() 267 CallMain = CallInst::Create(MainTy, Casted, Args, "call_main"); in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | LegalizerHelper.h | 148 bool extractParts(Register Reg, LLT RegTy, LLT MainTy,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 131 LLT MainTy, LLT &LeftoverTy, in extractParts() argument 137 unsigned MainSize = MainTy.getSizeInBits(); in extractParts() 144 VRegs.push_back(MRI.createGenericVirtualRegister(MainTy)); in extractParts() 149 if (MainTy.isVector()) { in extractParts() 150 unsigned EltSize = MainTy.getScalarSizeInBits(); in extractParts() 160 Register NewReg = MRI.createGenericVirtualRegister(MainTy); in extractParts()
|