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

1 2 3

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 842 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy())
851 !FTy->getParamType(0)->isPointerTy() ||
852 !FTy->getParamType(1)->isIntegerTy())
865 !FTy->getParamType(1)->isPointerTy())
878 !FTy->getParamType(1)->isPointerTy())
886 !FTy->getParamType(0)->isPointerTy() ||
887 !FTy->getParamType(1)->isPointerTy())
902 !FTy->getParamType(0)->isPointerTy() ||
903 !FTy->getParamType(1)->isPointerTy())
912 if (FTy->getNumParams() != 2 || !FTy->getParamType(1)->isPointerTy()
    [all...]
MergeFunctions.cpp 688 if (int Res = cmpType(FTyL->getParamType(i), FTyR->getParamType(i)))
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 185 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
186 !FT->getParamType(0)->isPointerTy() ||
187 !FT->getParamType(1)->isPointerTy() ||
188 FT->getParamType(2) != DL->getIntPtrType(Context) ||
189 FT->getParamType(3) != DL->getIntPtrType(Context))
209 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
210 !FT->getParamType(0)->isPointerTy() ||
211 !FT->getParamType(1)->isPointerTy() ||
212 FT->getParamType(2) != DL->getIntPtrType(Context) ||
213 FT->getParamType(3) != DL->getIntPtrType(Context)
    [all...]
BuildLibCalls.cpp 512 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
513 !FT->getParamType(0)->isPointerTy() ||
514 !FT->getParamType(1)->isPointerTy() ||
515 FT->getParamType(2) != TD->getIntPtrType(Context) ||
516 FT->getParamType(3) != TD->getIntPtrType(Context))
535 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
536 !FT->getParamType(0)->isPointerTy() ||
537 !FT->getParamType(1)->isPointerTy() ||
538 FT->getParamType(2) != TD->getIntPtrType(Context) ||
539 FT->getParamType(3) != TD->getIntPtrType(Context)
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 257 if (FTy->getParamType(0)->isIntegerTy(32) &&
258 FTy->getParamType(1)->isPointerTy() &&
259 FTy->getParamType(2)->isPointerTy()) {
272 if (FTy->getParamType(0)->isIntegerTy(32) &&
273 FTy->getParamType(1)->isPointerTy()) {
284 if (FTy->getParamType(0)->isIntegerTy(32)) {
290 if (FTy->getParamType(0)->isPointerTy()) {
357 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 452 if (FTy->getParamType(0)->isIntegerTy(32) &&
453 FTy->getParamType(1)->isPointerTy() &&
454 FTy->getParamType(2)->isPointerTy()) {
467 if (FTy->getParamType(0)->isIntegerTy(32) &&
468 FTy->getParamType(1)->isPointerTy()) {
480 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 107 TypeID ArgTypeID = F.getFunctionType()->getParamType(0)->getTypeID();
118 TypeID ArgTypeID0 = F.getFunctionType()->getParamType(0)->getTypeID();
119 TypeID ArgTypeID1 = F.getFunctionType()->getParamType(1)->getTypeID();
155 Type *ArgType = F.getFunctionType()->getParamType(0);
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 133 (FTy->getParamType(FstParam)->isIntegerTy(32) ||
134 FTy->getParamType(FstParam)->isIntegerTy(64))) &&
136 FTy->getParamType(SndParam)->isIntegerTy(32) ||
137 FTy->getParamType(SndParam)->isIntegerTy(64)))
349 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
BasicAliasAnalysis.cpp 666 isa<PointerType>(MemsetType->getParamType(0)) &&
667 isa<PointerType>(MemsetType->getParamType(1)) &&
668 isa<IntegerType>(MemsetType->getParamType(2)))
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 379 Type getParamType(unsigned I) const { return Types[I + 1]; }
399 Idx += std::max(1U, getParamType(I).getNumVectors());
1007 Type T = getParamType(I);
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 560 CanQualType getParamType(unsigned i) const {
561 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 224 if (!isFuncParamTypeConvertible(FPT->getParamType(i)))
484 if (const RecordType *RT = FPT->getParamType(i)->getAs<RecordType>())
CGCall.cpp 98 prefix.push_back(FTP->getParamType(i));
235 argTypes.push_back(FTP->getParamType(i));
    [all...]
CGExprCXX.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 201 Type *ArgTy = FTy->getParamType(ArgNo);
213 Type *ArgTy = FTy->getParamType(ArgNo);
  /external/llvm/include/llvm/IR/
DerivedTypes.h 128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 67 const Type *ParamTy = FTy->getParamType(i);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 743 Target->getParamType(i), TargetLoc, Source->getParamType(i),
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 261 assert(!FT->getParamType(i)->isVoidTy() &&
263 ArgumentList.push_back(new Argument(FT->getParamType(i)));
Verifier.cpp     [all...]
AutoUpgrade.cpp 36 Type *Arg0Type = F->getFunctionType()->getParamType(0);
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 377 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
379 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)
381 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 562 milliseconds

1 2 3