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

1 2 3 4

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 206 if (Arg->getType()->isPointerTy()) {
557 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
568 if (!A->getType()->isPointerTy()) continue;
810 if (!F->getReturnType()->isPointerTy())
820 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
842 if (FTy->getNumParams() != 1 || !FTy->getParamType(0)->isPointerTy())
851 !FTy->getParamType(0)->isPointerTy() ||
865 !FTy->getParamType(1)->isPointerTy())
878 !FTy->getParamType(1)->isPointerTy())
886 !FTy->getParamType(0)->isPointerTy() ||
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 186 !FT->getParamType(0)->isPointerTy() ||
187 !FT->getParamType(1)->isPointerTy() ||
210 !FT->getParamType(0)->isPointerTy() ||
211 !FT->getParamType(1)->isPointerTy() ||
234 !FT->getParamType(0)->isPointerTy() ||
852 !FT->getParamType(0)->isPointerTy() ||
853 !FT->getParamType(1)->isPointerTy())
    [all...]
BuildLibCalls.cpp 405 if (File->getType()->isPointerTy())
440 if (File->getType()->isPointerTy())
474 if (File->getType()->isPointerTy())
513 !FT->getParamType(0)->isPointerTy() ||
514 !FT->getParamType(1)->isPointerTy() ||
536 !FT->getParamType(0)->isPointerTy() ||
537 !FT->getParamType(1)->isPointerTy() ||
554 !FT->getParamType(0)->isPointerTy() ||
PromoteMemoryToRegister.cpp 402 if (AST && LI->getType()->isPointerTy())
487 if (AST && LI->getType()->isPointerTy())
689 if (AST && PN->getType()->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 310 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
329 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
482 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
516 if (!SrcPTy->isIntegerTy() && !SrcPTy->isPointerTy())
536 if (SrcPTy->isPointerTy() && DestPTy->isPointerTy() &&
547 if (CastDstTy->isPointerTy()) {
551 if (CastSrcTy->isPointerTy())
643 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy())) {
710 (isa<BitCastInst>(BBI) && BBI->getType()->isPointerTy()));
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 215 /// isPointerTy - True if this is an instance of PointerType.
217 bool isPointerTy() const { return getTypeID() == PointerTyID; }
222 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
252 isPointerTy() || isVectorTy();
  /art/compiler/llvm/
runtime_support_builder_arm.cc 42 int width = type->isPointerTy() ?
intrinsic_helper.cc 157 if (arg_iter->getType()->isPointerTy()) {
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 106 if (!Arg->getType()->isPointerTy())
167 if (!Arg->getType()->isPointerTy())
196 if (!Arg->getType()->isPointerTy())
464 if (!(*CI)->getType()->isPointerTy() ||
CaptureTracking.cpp 83 assert(V->getType()->isPointerTy() && "Capture is for pointers only!");
AliasAnalysisEvaluator.cpp 137 return V->getType()->isPointerTy()
150 if (I->getType()->isPointerTy()) // Add all pointer arguments.
154 if (I->getType()->isPointerTy()) // Add all pointer instructions.
ScalarEvolutionAliasAnalysis.cpp 98 if (Last->getType()->isPointerTy())
ConstantFolding.cpp 496 if (SrcTy->isIntegerTy() && DestTy->isPointerTy())
498 else if (SrcTy->isPointerTy() && DestTy->isIntegerTy())
712 assert(Ptr->getType()->isPointerTy() && "Not a pointer type");
733 !Ptr->getType()->isPointerTy())
811 assert(Ty->isPointerTy() && "Forming regular GEP of non-pointer type");
816 if (ATy->isPointerTy()) {
    [all...]
BranchProbabilityInfo.cpp 287 if (!LHS->getType()->isPointerTy())
290 assert(CI->getOperand(1)->getType()->isPointerTy());
  /external/llvm/lib/IR/
Function.cpp 82 if (!getType()->isPointerTy()) return false;
90 if (!getType()->isPointerTy()) return false;
98 if (!getType()->isPointerTy()) return false;
104 if (!getType()->isPointerTy()) return false;
111 assert(getType()->isPointerTy() && "Only pointers have alignments");
119 if (!getType()->isPointerTy()) return false;
127 if (!getType()->isPointerTy()) return false;
135 if (!getType()->isPointerTy()) return false;
143 if (!getType()->isPointerTy()) return false;
Value.cpp 379 if (!V->getType()->isPointerTy())
415 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
436 if (!getType()->isPointerTy())
464 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
Instructions.cpp 485 assert(Source->getType()->isPointerTy() &&
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 871 if (StoredValTy->getScalarType()->isPointerTy() &&
872 LoadedTy->getScalarType()->isPointerTy())
876 if (StoredValTy->getScalarType()->isPointerTy()) {
882 if (TypeToCastTo->getScalarType()->isPointerTy())
889 if (LoadedTy->getScalarType()->isPointerTy())
901 if (StoredValTy->getScalarType()->isPointerTy()) {
927 if (LoadedTy->getScalarType()->isPointerTy())
    [all...]
IndVarSimplify.cpp 174 if (!FromPtr->getType()->isPointerTy() || !ToPtr->getType()->isPointerTy())
523 if (!PN->getType()->isIntegerTy() && !PN->getType()->isPointerTy())
    [all...]
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 207 assert(I.getType()->isPointerTy());
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 258 FTy->getParamType(1)->isPointerTy() &&
259 FTy->getParamType(2)->isPointerTy()) {
273 FTy->getParamType(1)->isPointerTy()) {
290 if (FTy->getParamType(0)->isPointerTy()) {
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 201 if (V->getType()->isPointerTy())
326 if (Val0->getType()->isPointerTy() ||
327 Val1->getType()->isPointerTy())
493 if (VTy->isPointerTy()) {
494 if (!DestTy->isPointerTy())
592 if (Val0->getType()->isPointerTy()) return;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 453 FTy->getParamType(1)->isPointerTy() &&
454 FTy->getParamType(2)->isPointerTy()) {
468 FTy->getParamType(1)->isPointerTy()) {
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 68 if (ParamTy->isPointerTy() &&
245 if (!User->getType()->isPointerTy())
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 236 if (I->getType()->getElementType()->isPointerTy() &&
254 if (!V->getType()->isPointerTy()) return true;

Completed in 1247 milliseconds

1 2 3 4