HomeSort by relevance Sort by last modified time
    Searched refs:getParamType (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 438 if (NumArgs >= 3 && FTy->getParamType(2) != PPInt8Ty)
440 if (NumArgs >= 2 && FTy->getParamType(1) != PPInt8Ty)
442 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 483 Type *PTy = DirectCalleeType->getParamType(I);
  /external/spirv-llvm/lib/SPIRV/
SPIRVToOCL20.cpp 218 Type * argTy = func->getFunctionType()->getParamType(0);
SPIRVWriter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 192 if (Len == 0 || !FT->getParamType(1)->isIntegerTy(32)) // memchr needs i32.
351 Type *PT = Callee->getFunctionType()->getParamType(0);
393 Type *PT = Callee->getFunctionType()->getParamType(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 392 if (!MightInstantiateTo(S, ContextTy->getParamType(I),
393 FriendTy->getParamType(I)))
    [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/IR/
AutoUpgrade.cpp 40 Type *Arg0Type = F->getFunctionType()->getParamType(0);
55 Type *LastArgType = F->getFunctionType()->getParamType(
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 579 return MakeCXType(FD->getParamType(i), GetTU(X));
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 669 print(T->getParamType(i), OS, StringRef());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 869 Converter.convertToIceType(FuncType->getParamType(I)));
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 646 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
756 dyn_cast<PointerType>(FType->getParamType(Ins[i].getOrigArgIndex()));
792 Type *ParamType = FType->getParamType(Arg.getOrigArgIndex());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/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...]

Completed in 1177 milliseconds

1 23 4 5 6