Home
last modified time | relevance | path

Searched refs:getParamType (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp650 return (NumParams >= 2 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
651 FTy.getParamType(1)->isPointerTy() && in isValidProtoForLibFunc()
655 return (NumParams == 2 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
656 FTy.getParamType(1)->isPointerTy() && in isValidProtoForLibFunc()
661 return (NumParams == 3 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
662 FTy.getParamType(1)->isPointerTy() && in isValidProtoForLibFunc()
663 FTy.getParamType(2)->isPointerTy() && in isValidProtoForLibFunc()
666 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
672 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
673 FTy.getParamType(1)->isIntegerTy()); in isValidProtoForLibFunc()
[all …]
DMemoryBuiltins.cpp163 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()
164 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()
166 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()
167 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()
455 if (FTy->getParamType(0) != Type::getInt8PtrTy(F->getContext())) in isLibFreeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp46 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
47 FTy->getParamType(1)->isPointerTy() && in runFunction()
48 FTy->getParamType(2)->isPointerTy()) { in runFunction()
61 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
62 FTy->getParamType(1)->isPointerTy()) { in runFunction()
73 if (FTy->getNumParams() == 1 && FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp527 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
528 FTy->getParamType(1)->isPointerTy() && in runFunction()
529 FTy->getParamType(2)->isPointerTy()) { in runFunction()
542 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
543 FTy->getParamType(1)->isPointerTy()) { in runFunction()
555 FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
158 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp509 Alloc->getFunctionType()->getParamType(0), in emitAlloc()
530 Dealloc->getFunctionType()->getParamType(0)); in emitDealloc()
585 if (FT->getNumParams() == 0 || !FT->getParamType(0)->isPointerTy()) in checkWFRetconPrototype()
601 !FT->getParamType(0)->isIntegerTy()) in checkWFAlloc()
616 !FT->getParamType(0)->isPointerTy()) in checkWFDealloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
152 return cast<FunctionType>(this)->getParamType(i); in getFunctionParamType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h140 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
159 return cast<FunctionType>(this)->getParamType(i); in getFunctionParamType()
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts135 usageText += getParamType(option);
140 usageText += getParamType(option);
188 function getParamType(option: CommandLineOption) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp210 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke()
222 Type *ArgTy = FTy->getParamType(ArgNo); in ffiInvoke()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp405 Type *FormalTy = CalleeType->getParamType(ArgNo); in promoteCall()
DFunctionComparator.cpp473 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes()
DSimplifyLibCalls.cpp355 if (!FT->getParamType(1)->isIntegerTy(32)) // memchr needs i32. in optimizeStrChr()
586 Type *PT = Callee->getFunctionType()->getParamType(0); in optimizeStpCpy()
640 Type *PT = Callee->getFunctionType()->getParamType(0); in optimizeStrNCpy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp281 ArgTypes.push_back(FT->getParamType(i)); in addImplicitArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp441 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty) in runFunctionAsMain()
443 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty) in runFunctionAsMain()
445 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32)) in runFunctionAsMain()
/third_party/glslang/SPIRV/
DspvIR.h338 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp1725 Type *Ty = FT->getParamType(i); in verifyFunctionAttrs()
1831 if (!FT->getParamType(ParamNo)->isIntegerTy()) { in verifyFunctionAttrs()
2021 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2236 Assert(Arg.getType() == FT->getParamType(i), in visitFunction()
2238 FT->getParamType(i)); in visitFunction()
2871 Assert(Call.getArgOperand(i)->getType() == FTy->getParamType(i), in visitCallBase()
2873 Call.getArgOperand(i), FTy->getParamType(i), Call); in visitCallBase()
3094 isTypeCongruent(CallerTy->getParamType(I), CalleeTy->getParamType(I)), in verifyMustTailCall()
DAutoUpgrade.cpp44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic()
59 Type *LastArgType = F->getFunctionType()->getParamType( in UpgradeX86IntrinsicsWith8BitMask()
466 auto Idx = F->getFunctionType()->getParamType(2); in UpgradeX86IntrinsicFunction()
749 FT->getParamType(0), // Dest in UpgradeIntrinsicFunction1()
750 FT->getParamType(2) // len in UpgradeIntrinsicFunction1()
3920 NewFuncTy->getParamType(I))) { in UpgradeARCRuntime()
3924 Arg = Builder.CreateBitCast(Arg, NewFuncTy->getParamType(I)); in UpgradeARCRuntime()
DFunction.cpp306 Type *ArgTy = FT->getParamType(i); in BuildLazyArguments()
629 Result += getMangledTypeStr(FT->getParamType(i)); in getMangledTypeStr()
DInstructions.cpp399 FTy->getParamType(i) == Args[i]->getType()) && in init()
736 FTy->getParamType(i) == Args[i]->getType()) && in init()
807 FTy->getParamType(i) == Args[i]->getType()) && in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3242 Type *PTy = cast<FunctionType>(FullFTy)->getParamType(i); in parseFunctionRecord()
3712 assert(I.getType() == flattenPointerTypes(FullFTy->getParamType(ArgNo)) && in parseFunctionBody()
3714 ValueList.push_back(&I, FullFTy->getParamType(ArgNo++)); in parseFunctionBody()
4512 FTy->getParamType(i))); in parseFunctionBody()
4513 ArgsFullTys.push_back(FullFTy->getParamType(i)); in parseFunctionBody()
4598 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
4602 FTy->getParamType(i))); in parseFunctionBody()
5039 if (FTy->getParamType(i)->isLabelTy()) in parseFunctionBody()
5043 FTy->getParamType(i))); in parseFunctionBody()
5044 ArgsFullTys.push_back(FullFTy->getParamType(i)); in parseFunctionBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp711 Args.push_back(createCast(Builder, &AI, FFTy->getParamType(i))); in writeThunk()
DWholeProgramDevirt.cpp1188 Constant::getNullValue(Target.Fn->getFunctionType()->getParamType(0))); in tryEvaluateFunctionsWithArgs()
1191 Target.Fn->getFunctionType()->getParamType(I + 1)); in tryEvaluateFunctionsWithArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp691 SmallVector<Type *, 4> Params = {SetjmpFTy->getParamType(0), in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp871 Converter.convertToIceType(FuncType->getParamType(I))); in installGlobalDeclarations()

12