Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp617 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
623 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
624 FTy.getParamType(1)->isIntegerTy()); in isValidProtoForLibFunc()
634 FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
635 FTy.getParamType(1)->isPointerTy()); in isValidProtoForLibFunc()
638 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
639 FTy.getParamType(1) == FTy.getReturnType()); in isValidProtoForLibFunc()
643 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
644 FTy.getParamType(1) == FTy.getReturnType() && in isValidProtoForLibFunc()
645 IsSizeTTy(FTy.getParamType(2))); in isValidProtoForLibFunc()
[all …]
DMemoryBuiltins.cpp164 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationDataForFunction()
165 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationDataForFunction()
167 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationDataForFunction()
168 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationDataForFunction()
415 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext())) in isFreeCall()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp503 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
509 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
510 FTy.getParamType(1)->isIntegerTy()); in isValidProtoForLibFunc()
520 FTy.getParamType(0)->isPointerTy() && in isValidProtoForLibFunc()
521 FTy.getParamType(1)->isPointerTy()); in isValidProtoForLibFunc()
524 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
525 FTy.getParamType(1) == FTy.getReturnType()); in isValidProtoForLibFunc()
529 FTy.getParamType(0) == FTy.getReturnType() && in isValidProtoForLibFunc()
530 FTy.getParamType(1) == FTy.getReturnType() && in isValidProtoForLibFunc()
531 FTy.getParamType(2)->isIntegerTy()); in isValidProtoForLibFunc()
[all …]
DMemoryBuiltins.cpp158 (FTy->getParamType(FstParam)->isIntegerTy(32) || in getAllocationData()
159 FTy->getParamType(FstParam)->isIntegerTy(64))) && in getAllocationData()
161 FTy->getParamType(SndParam)->isIntegerTy(32) || in getAllocationData()
162 FTy->getParamType(SndParam)->isIntegerTy(64))) in getAllocationData()
358 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext())) in isFreeCall()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp140 FT->getParamType(0) != FT->getReturnType() || in CallOptimizer()
141 FT->getParamType(1) != FT->getReturnType()) in CallOptimizer()
190 FT->getParamType(0) != FT->getReturnType() || in CallOptimizer()
191 FT->getParamType(1) != FT->getReturnType() || in CallOptimizer()
192 !FT->getParamType(2)->isIntegerTy()) in CallOptimizer()
238 FT->getParamType(0) != FT->getReturnType() || in CallOptimizer()
239 !FT->getParamType(1)->isIntegerTy(32)) in CallOptimizer()
252 if (Len == 0 || !FT->getParamType(1)->isIntegerTy(32))// memchr needs i32. in CallOptimizer()
288 FT->getParamType(0) != FT->getReturnType() || in CallOptimizer()
289 !FT->getParamType(1)->isIntegerTy(32)) in CallOptimizer()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp370 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) || in fold()
371 !FT->getParamType(0)->isPointerTy() || in fold()
372 !FT->getParamType(1)->isPointerTy() || in fold()
373 FT->getParamType(2) != TD->getIntPtrType(Context) || in fold()
374 FT->getParamType(3) != TD->getIntPtrType(Context)) in fold()
393 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) || in fold()
394 !FT->getParamType(0)->isPointerTy() || in fold()
395 !FT->getParamType(1)->isPointerTy() || in fold()
396 FT->getParamType(2) != TD->getIntPtrType(Context) || in fold()
397 FT->getParamType(3) != TD->getIntPtrType(Context)) in fold()
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp47 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
48 FTy->getParamType(1)->isPointerTy() && in runFunction()
49 FTy->getParamType(2)->isPointerTy()) { in runFunction()
62 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
63 FTy->getParamType(1)->isPointerTy()) { in runFunction()
74 if (FTy->getNumParams() == 1 && FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp47 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
48 FTy->getParamType(1)->isPointerTy() && in runFunction()
49 FTy->getParamType(2)->isPointerTy()) { in runFunction()
62 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
63 FTy->getParamType(1)->isPointerTy()) { in runFunction()
74 if (FTy->getNumParams() == 1 && FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp142 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
143 FTy->getParamType(1)->isPointerTy() && in runFunction()
144 FTy->getParamType(2)->isPointerTy()) { in runFunction()
157 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
158 FTy->getParamType(1)->isPointerTy()) { in runFunction()
170 FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp53 return FTy->getParamType(0)->isIntegerTy(32) || in isMallocCall()
54 FTy->getParamType(0)->isIntegerTy(64); in isMallocCall()
209 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext())) in isFreeCall()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp407 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
408 FTy->getParamType(1)->isPointerTy() && in runFunction()
409 FTy->getParamType(2)->isPointerTy()) { in runFunction()
422 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
423 FTy->getParamType(1)->isPointerTy()) { in runFunction()
435 FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
503 Type *ArgTy = FTy->getParamType(i); in runFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_gets()
355 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType()) in checkCall_getpw()
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>(); in checkCall_getpw()
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>(); in checkCall_mktemp()
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>(); in checkCall_strCommon()
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>(); in checkCall_rand()
722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType()) in checkUncheckedReturnValue()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_contexts_LambdaExprContext.txt26 …Line 91) inferenceContext.resolve(inferenceContext.addSingle(functionalMethod.getParamType(lambdaP…
27 …Line 91) inferenceContext.addSingle(functionalMethod.getParamType(lambdaParamIndex)) ==> com.githu…
28 … 91) functionalMethod.getParamType(lambdaParamIndex) ==> com.github.javaparser.symbolsolver.model.…
42 …109) functionalMethod.get().getParamType(index) ==> com.github.javaparser.symbolsolver.model.metho…
Dcom_github_javaparser_symbolsolver_reflectionmodel_ReflectionEnumDeclaration.txt32 …Line 170) methodUsage.getParamType(i) ==> com.github.javaparser.symbolsolver.model.methods.MethodU…
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp513 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
514 FTy->getParamType(1)->isPointerTy() && in runFunction()
515 FTy->getParamType(2)->isPointerTy()) { in runFunction()
528 if (FTy->getParamType(0)->isIntegerTy(32) && in runFunction()
529 FTy->getParamType(1)->isPointerTy()) { in runFunction()
541 FTy->getParamType(0)->isIntegerTy(32)) { in runFunction()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp76 FTy->getParamType(0), FTy->getParamType(1), in UpgradeIntrinsicFunction1()
77 FTy->getParamType(2), (Type *)0)); in UpgradeIntrinsicFunction1()
101 FTy->getParamType(0), in UpgradeIntrinsicFunction1()
102 FTy->getParamType(1), in UpgradeIntrinsicFunction1()
103 FTy->getParamType(2), in UpgradeIntrinsicFunction1()
104 FTy->getParamType(2), in UpgradeIntrinsicFunction1()
DFunction.cpp201 assert(!FT->getParamType(i)->isVoidTy() && in BuildLazyArguments()
203 ArgumentList.push_back(new Argument(FT->getParamType(i))); in BuildLazyArguments()
/external/swiftshader/third_party/llvm-7.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()
/external/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()
159 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp110 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
121 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID(); in whichFPParamVariantNeeded()
122 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID(); in whichFPParamVariantNeeded()
157 Type *ArgType = F.getFunctionType()->getParamType(0); in needsFPStubFromParams()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
DIssue228.java29 assertEquals("long", solvedCall.getParamType(0).describe()); in testSolvingMethodWitPrimitiveParameterTypeAsUsage()
/external/clang/utils/TableGen/
DNeonEmitter.cpp392 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anon56007b1a0111::Intrinsic
412 Idx += std::max(1U, getParamType(I).getNumVectors()); in getGeneratedParamIdx()
1028 Type T = getParamType(I); in getBuiltinTypeStr()
1263 if (getParamType(I).isPointer()) in emitShadowedArgs()
1370 ThisTy = getParamType(0); in emitBodyAsBuiltinCall()
1372 ThisTy = getParamType(1); in emitBodyAsBuiltinCall()
1885 ErrMsg += I.getParamType(A).str(); in getIntrinsic()
1894 if (I.getParamType(Arg) != Types[Arg]) { in getIntrinsic()
2029 Ty = Def->getParamType(0); in genOverloadTypeCheckCode()
2031 Ty = Def->getParamType(1); in genOverloadTypeCheckCode()
[all …]
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DLambdaExprContext.java90 … inferenceContext.resolve(inferenceContext.addSingle(functionalMethod.getParamType(lambdaParamInde… in solveSymbolAsValue()
108 ResolvedType lambdaType = functionalMethod.get().getParamType(index); in solveSymbolAsValue()
/external/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()
/external/llvm/include/llvm/IR/
DDerivedTypes.h129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
148 return cast<FunctionType>(this)->getParamType(i); in getFunctionParamType()

123456