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

1 2

  /external/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.
287 FT->getParamType(0) != FT->getReturnType() ||
288 !FT->getParamType(1)->isIntegerTy(32)
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 374 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
375 !FT->getParamType(0)->isPointerTy() ||
376 !FT->getParamType(1)->isPointerTy() ||
377 FT->getParamType(2) != TD->getIntPtrType(Context) ||
378 FT->getParamType(3) != TD->getIntPtrType(Context))
397 if (FT->getNumParams() != 4 || FT->getReturnType() != FT->getParamType(0) ||
398 !FT->getParamType(0)->isPointerTy() ||
399 !FT->getParamType(1)->isPointerTy() ||
400 FT->getParamType(2) != TD->getIntPtrType(Context) ||
401 FT->getParamType(3) != TD->getIntPtrType(Context)
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 139 if (FTy->getParamType(0)->isIntegerTy(32) &&
140 FTy->getParamType(1)->isPointerTy() &&
141 FTy->getParamType(2)->isPointerTy()) {
154 if (FTy->getParamType(0)->isIntegerTy(32) &&
155 FTy->getParamType(1)->isPointerTy()) {
167 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 53 (FTy->getParamType(0)->isIntegerTy(32) ||
54 FTy->getParamType(0)->isIntegerTy(64));
209 if (FTy->getParamType(0) != Type::getInt8PtrTy(Callee->getContext()))
BasicAliasAnalysis.cpp 820 isa<PointerType>(MemsetType->getParamType(0)) &&
821 isa<PointerType>(MemsetType->getParamType(1)) &&
822 isa<IntegerType>(MemsetType->getParamType(2))) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 409 if (FTy->getParamType(0)->isIntegerTy(32) &&
410 FTy->getParamType(1)->isPointerTy() &&
411 FTy->getParamType(2)->isPointerTy()) {
424 if (FTy->getParamType(0)->isIntegerTy(32) &&
425 FTy->getParamType(1)->isPointerTy()) {
437 FTy->getParamType(0)->isIntegerTy(32)) {
504 Type *ArgTy = FTy->getParamType(i);
  /external/llvm/lib/VMCore/
Function.cpp 203 assert(!FT->getParamType(i)->isVoidTy() &&
205 ArgumentList.push_back(new Argument(FT->getParamType(i)));
Verifier.cpp 580 Ty = FT->getParamType(Attr.Index-1);
676 Assert2(I->getType() == FT->getParamType(i),
678 I, FT->getParamType(i));
    [all...]
Type.cpp 204 return cast<FunctionType>(this)->getParamType(i);
Instructions.cpp 273 FTy->getParamType(i) == Args[i]->getType()) &&
530 FTy->getParamType(i) == Args[i]->getType()) &&
    [all...]
AsmWriter.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/
DerivedTypes.h 128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; }
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 88 ID.AddInteger(FTy->getParamType(i)->getTypeID());
268 if (!isEquivalentType(FTy1->getParamType(i), FTy2->getParamType(i)))
735 Args.push_back(Builder.CreateBitCast(AI, FFTy->getParamType(i)));
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 368 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
370 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)
372 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 301 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 356 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 295 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
    [all...]

Completed in 2065 milliseconds

1 2