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

1 2 3 4 5

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 550 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
561 if (!A->getType()->isPointerTy())
801 if (!F->getReturnType()->isPointerTy())
810 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
830 assert(F->getReturnType()->isPointerTy() &&
915 if (!F->getReturnType()->isPointerTy())
939 !F->getReturnType()->isPointerTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 48 FTy->getParamType(1)->isPointerTy() &&
49 FTy->getParamType(2)->isPointerTy()) {
63 FTy->getParamType(1)->isPointerTy()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerKernelArgs.cpp 205 if (LI->getType()->isPointerTy()) {
221 if (Arg.getType()->isPointerTy()) {
  /frameworks/compile/libbcc/lib/Renderscript/
RSInvariant.cpp 80 if (ArgType->isPointerTy()) {
RSInvokeHelperPass.cpp 177 if (!argType->isPointerTy() || !argType->getPointerElementType()->isStructTy())
204 if (T->isPointerTy() && T->getPointerElementType()->isStructTy()) {
RSX86CallConvPass.cpp 70 if (!ArgTy->isPointerTy() || !ArgTy->getPointerElementType()->isStructTy())
  /external/llvm/lib/IR/
Function.cpp 78 if (!getType()->isPointerTy()) return false;
91 if (!getType()->isPointerTy()) return false;
99 if (!getType()->isPointerTy()) return false;
105 if (!getType()->isPointerTy()) return false;
112 assert(getType()->isPointerTy() && "Only pointers have alignments");
118 assert(getType()->isPointerTy() &&
124 assert(getType()->isPointerTy() &&
132 if (!getType()->isPointerTy()) return false;
140 if (!getType()->isPointerTy()) return false;
148 if (!getType()->isPointerTy()) return false
    [all...]
Value.cpp 425 if (!V->getType()->isPointerTy())
461 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
482 if (!getType()->isPointerTy())
510 assert(V->getType()->isPointerTy() && "Unexpected operand type!");
Instructions.cpp 498 assert(Source->getType()->isPointerTy() &&
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 208 /// isPointerTy - True if this is an instance of PointerType.
210 bool isPointerTy() const { return getTypeID() == PointerTyID; }
215 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); }
245 isPointerTy() || isVectorTy();
  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 51 if (A.getType()->isPointerTy())
54 if (I.getType()->isPointerTy())
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 139 return V->getType()->isPointerTy()
153 if (I.getType()->isPointerTy()) // Add all pointer arguments.
157 if (I->getType()->isPointerTy()) // Add all pointer instructions.
ScalarEvolutionAliasAnalysis.cpp 104 if (Last->getType()->isPointerTy())
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 207 assert(I.getType()->isPointerTy());
TargetTransformInfoImpl.h 58 if (Ty == OpTy || (Ty->isPointerTy() && OpTy->isPointerTy()))
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 890 if (StoredValTy->getScalarType()->isPointerTy() &&
891 LoadedTy->getScalarType()->isPointerTy())
895 if (StoredValTy->getScalarType()->isPointerTy()) {
901 if (TypeToCastTo->getScalarType()->isPointerTy())
908 if (LoadedTy->getScalarType()->isPointerTy())
920 if (StoredValTy->getScalarType()->isPointerTy()) {
    [all...]
IndVarSimplify.cpp 198 if (!FromPtr->getType()->isPointerTy() || !ToPtr->getType()->isPointerTy())
585 if (!PN->getType()->isIntegerTy() && !PN->getType()->isPointerTy())
    [all...]
MergedLoadStoreMotion.cpp 189 if (Inst->getType()->getScalarType()->isPointerTy()) {
450 if (MD && NewPN->getType()->getScalarType()->isPointerTy())
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 170 if (NumParams != 3 || !FT->getParamType(0)->isPointerTy() ||
171 !FT->getParamType(1)->isPointerTy() || FT->getParamType(2) != SizeTTy)
178 if (NumParams != 3 || !FT->getParamType(0)->isPointerTy() ||
616 !FT->getParamType(0)->isPointerTy() ||
617 !FT->getParamType(1)->isPointerTy())
692 if (FT->getNumParams() != 2 || !FT->getParamType(0)->isPointerTy() ||
693 !FT->getParamType(1)->isPointerTy() ||
694 !FT->getReturnType()->isPointerTy())
753 if (FT->getNumParams() != 3 || !FT->getParamType(0)->isPointerTy() ||
756 !FT->getReturnType()->isPointerTy())
    [all...]
PromoteMemoryToRegister.cpp 391 if (AST && LI->getType()->isPointerTy())
484 if (AST && LI->getType()->isPointerTy())
697 if (AST && PN->getType()->isPointerTy())
866 if (AST && PN->getType()->isPointerTy())
    [all...]
LoopUtils.cpp 620 assert((IK != IK_PtrInduction || StartValue->getType()->isPointerTy()) &&
664 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
691 assert(PhiTy->isPointerTy() && "The PHI must be a pointer");
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 222 if (V->getType()->isPointerTy())
334 if (Val0->getType()->isPointerTy() ||
335 Val1->getType()->isPointerTy())
501 if (VTy->isPointerTy()) {
502 if (!DestTy->isPointerTy())
600 if (Val0->getType()->isPointerTy()) return;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 356 if (NewTy->isPointerTy()) {
375 if (NewTy->isPointerTy())
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 499 FTy->getParamType(1)->isPointerTy() &&
500 FTy->getParamType(2)->isPointerTy()) {
514 FTy->getParamType(1)->isPointerTy()) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 67 if (ParamTy->isPointerTy() &&
268 if (!User->getType()->isPointerTy())

Completed in 828 milliseconds

1 2 3 4 5