HomeSort by relevance Sort by last modified time
    Searched refs:getParamType (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 503 return (NumParams == 1 && FTy.getParamType(0)->isPointerTy() &&
509 FTy.getParamType(0) == FTy.getReturnType() &&
510 FTy.getParamType(1)->isIntegerTy());
520 FTy.getParamType(0)->isPointerTy() &&
521 FTy.getParamType(1)->isPointerTy());
524 FTy.getParamType(0) == FTy.getReturnType() &&
525 FTy.getParamType(1) == FTy.getReturnType());
529 FTy.getParamType(0) == FTy.getReturnType() &&
530 FTy.getParamType(1) == FTy.getReturnType() &&
531 FTy.getParamType(2)->isIntegerTy())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 140 FT->getParamType(0) != FT->getReturnType() ||
141 FT->getParamType(1) != FT->getReturnType())
190 FT->getParamType(0) != FT->getReturnType() ||
191 FT->getParamType(1) != FT->getReturnType() ||
192 !FT->getParamType(2)->isIntegerTy())
238 FT->getParamType(0) != FT->getReturnType() ||
239 !FT->getParamType(1)->isIntegerTy(32))
252 if (Len == 0 || !FT->getParamType(1)->isIntegerTy(32))// memchr needs i32.
288 FT->getParamType(0) != FT->getReturnType() ||
289 !FT->getParamType(1)->isIntegerTy(32)
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 47 if (FTy->getParamType(0)->isIntegerTy(32) &&
48 FTy->getParamType(1)->isPointerTy() &&
49 FTy->getParamType(2)->isPointerTy()) {
62 if (FTy->getParamType(0)->isIntegerTy(32) &&
63 FTy->getParamType(1)->isPointerTy()) {
74 if (FTy->getNumParams() == 1 && FTy->getParamType(0)->isIntegerTy(32)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp 370 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
371 !FT->getParamType(0)->isPointerTy() ||
372 !FT->getParamType(1)->isPointerTy() ||
373 FT->getParamType(2) != TD->getIntPtrType(Context) ||
374 FT->getParamType(3) != TD->getIntPtrType(Context))
393 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
394 !FT->getParamType(0)->isPointerTy() ||
395 !FT->getParamType(1)->isPointerTy() ||
396 FT->getParamType(2) != TD->getIntPtrType(Context) ||
397 FT->getParamType(3) != TD->getIntPtrType(Context)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 142 if (FTy->getParamType(0)->isIntegerTy(32) &&
143 FTy->getParamType(1)->isPointerTy() &&
144 FTy->getParamType(2)->isPointerTy()) {
157 if (FTy->getParamType(0)->isIntegerTy(32) &&
158 FTy->getParamType(1)->isPointerTy()) {
170 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 53 return FTy->getParamType(0)->isIntegerTy(32) ||
54 FTy->getParamType(0)->isIntegerTy(64);
209 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
Issue228.java 29 assertEquals("long", solvedCall.getParamType(0).describe());
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 407 if (FTy->getParamType(0)->isIntegerTy(32) &&
408 FTy->getParamType(1)->isPointerTy() &&
409 FTy->getParamType(2)->isPointerTy()) {
422 if (FTy->getParamType(0)->isIntegerTy(32) &&
423 FTy->getParamType(1)->isPointerTy()) {
435 FTy->getParamType(0)->isIntegerTy(32)) {
503 Type *ArgTy = FTy->getParamType(i);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 319 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
355 if (!FPT->getParamType(0)->isIntegralOrUnscopedEnumerationType())
359 const PointerType *PT = FPT->getParamType(1)->getAs<PointerType>();
399 const PointerType *PT = FPT->getParamType(0)->getAs<PointerType>();
571 const PointerType *PT = FPT->getParamType(i)->getAs<PointerType>();
600 const PointerType *PT = FTP->getParamType(0)->getAs<PointerType>();
722 if (!FTP->getParamType(i)->isIntegralOrUnscopedEnumerationType())
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 513 if (FTy->getParamType(0)->isIntegerTy(32) &&
514 FTy->getParamType(1)->isPointerTy() &&
515 FTy->getParamType(2)->isPointerTy()) {
528 if (FTy->getParamType(0)->isIntegerTy(32) &&
529 FTy->getParamType(1)->isPointerTy()) {
541 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 111 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
122 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
123 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
159 Type *ArgType = F.getFunctionType()->getParamType(0);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
LambdaExprContext.java 90 ResolvedType argType = inferenceContext.resolve(inferenceContext.addSingle(functionalMethod.getParamType(lambdaParamIndex)));
108 ResolvedType lambdaType = functionalMethod.get().getParamType(index);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 76 FTy->getParamType(0), FTy->getParamType(1),
77 FTy->getParamType(2), (Type *)0));
101 FTy->getParamType(0),
102 FTy->getParamType(1),
103 FTy->getParamType(2),
104 FTy->getParamType(2),
Function.cpp 201 assert(!FT->getParamType(i)->isVoidTy() &&
203 ArgumentList.push_back(new Argument(FT->getParamType(i)));
  /external/llvm/include/llvm/IR/
DerivedTypes.h 129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
148 return cast<FunctionType>(this)->getParamType(i);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DerivedTypes.h 133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
152 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
152 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DerivedTypes.h 133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
152 return cast<FunctionType>(this)->getParamType(i);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DerivedTypes.h 135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
154 return cast<FunctionType>(this)->getParamType(i);

Completed in 859 milliseconds

1 2 3 4 5 6 7 8