/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 650 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 …]
|
D | MemoryBuiltins.cpp | 163 (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/ |
D | OrcMCJITReplacement.cpp | 46 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/ |
D | MCJIT.cpp | 527 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/ |
D | Mips16HardFloat.cpp | 111 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/ |
D | Coroutines.cpp | 509 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/ |
D | DerivedTypes.h | 133 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/ |
D | DerivedTypes.h | 140 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/ |
D | executeCommandLine.ts | 135 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/ |
D | ExternalFunctions.cpp | 210 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/ |
D | CallPromotionUtils.cpp | 405 Type *FormalTy = CalleeType->getParamType(ArgNo); in promoteCall()
|
D | FunctionComparator.cpp | 473 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes()
|
D | SimplifyLibCalls.cpp | 355 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/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 281 ArgTypes.push_back(FT->getParamType(i)); in addImplicitArgs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 441 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/ |
D | spvIR.h | 338 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/ |
D | Verifier.cpp | 1725 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()
|
D | AutoUpgrade.cpp | 44 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()
|
D | Function.cpp | 306 Type *ArgTy = FT->getParamType(i); in BuildLazyArguments() 629 Result += getMangledTypeStr(FT->getParamType(i)); in getMangledTypeStr()
|
D | Instructions.cpp | 399 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/ |
D | BitcodeReader.cpp | 3242 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/ |
D | MergeFunctions.cpp | 711 Args.push_back(createCast(Builder, &AI, FFTy->getParamType(i))); in writeThunk()
|
D | WholeProgramDevirt.cpp | 1188 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/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 691 SmallVector<Type *, 4> Params = {SetjmpFTy->getParamType(0), in runOnModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 871 Converter.convertToIceType(FuncType->getParamType(I))); in installGlobalDeclarations()
|