| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 84 if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 88 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 94 if (TypeToCastTo->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 101 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 117 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 143 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 443 if (SrcVal->getType()->isPtrOrPtrVectorTy()) in getStoreValueForLoadHelper()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 714 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 725 assert(Ty->isPtrOrPtrVectorTy() && in getIndexTypeSizeInBits() 844 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType() 866 assert(Ty->isPtrOrPtrVectorTy() && in getIndexType()
|
| H A D | Instructions.cpp | 2895 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2896 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2897 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2916 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2917 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2927 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2928 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3041 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3042 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() 3060 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() [all …]
|
| H A D | Value.cpp | 672 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 731 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
| H A D | Constants.cpp | 2034 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast() 2035 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 2042 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast() 2050 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2051 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2195 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt() 2211 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
|
| H A D | Verifier.cpp | 3017 Assert(SrcTy->isPtrOrPtrVectorTy(), "PtrToInt source must be pointer", &I); in visitPtrToIntInst() 3044 Assert(DestTy->isPtrOrPtrVectorTy(), "IntToPtr result must be a pointer", &I); in visitIntToPtrInst() 3072 Assert(SrcTy->isPtrOrPtrVectorTy(), "AddrSpaceCast source must be a pointer", in visitAddrSpaceCastInst() 3074 Assert(DestTy->isPtrOrPtrVectorTy(), "AddrSpaceCast result must be a pointer", in visitAddrSpaceCastInst() 3576 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst() 3637 Assert(GEP.getType()->isPtrOrPtrVectorTy() && in visitGetElementPtrInst() 4478 if (CE->getType()->isPtrOrPtrVectorTy() || in visitInstruction() 4983 Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
|
| H A D | AutoUpgrade.cpp | 3992 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst() 4012 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1170 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); in emitStoresForConstant()
|
| H A D | CGExprScalar.cpp | 1998 if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() && in VisitCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 822 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 863 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 1001 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain() 1154 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1252 if (V->getType()->isPtrOrPtrVectorTy()) in eliminatePartiallyRedundantLoad() 1663 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad() 1929 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad() 2319 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2429 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2779 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
|
| H A D | SROA.cpp | 1774 if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue() 1784 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) { in convertValue() 1793 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
|
| H A D | RewriteStatepointsForGC.cpp | 499 assert(I->getType()->isPtrOrPtrVectorTy() && in findBaseDefiningValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 232 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
| H A D | IRBuilder.h | 2148 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy()) 2150 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 606 if (CI->isNoopCast(DL) && LI.getType()->isPtrOrPtrVectorTy() == in combineLoadToOperationType() 607 CI->getDestTy()->isPtrOrPtrVectorTy()) in combineLoadToOperationType()
|
| H A D | InstCombineCasts.cpp | 259 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr; in isEliminableCastPair() 261 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr; in isEliminableCastPair() 263 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr; in isEliminableCastPair()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 112 !DestTy->isPtrOrPtrVectorTy()) // Don't get ones for ptr types! in FoldBitCast() 368 !DestTy->isPtrOrPtrVectorTy()) in ConstantFoldLoadThroughBitcast() 584 Type *CastTy = LoadTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(LoadTy) : LoadTy; in FoldReinterpretLoadFromConstPtr() 586 if (LoadTy->isPtrOrPtrVectorTy()) { in FoldReinterpretLoadFromConstPtr()
|
| H A D | InstructionSimplify.cpp | 693 assert(V->getType()->isPtrOrPtrVectorTy()); in stripAndComputeConstantOffsets() 4563 SrcTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(SrcTy) : nullptr; in SimplifyCastInst() 4565 MidTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(MidTy) : nullptr; in SimplifyCastInst() 4567 DstTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(DstTy) : nullptr; in SimplifyCastInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 368 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 495 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 175 if (!Arg->getType()->isPtrOrPtrVectorTy()) in checkFunctionMemoryAccess()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 707 !Ty->isPtrOrPtrVectorTy()) in getOperandsScalarizationOverhead()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3703 !Val0->getType()->isPtrOrPtrVectorTy()) in parseValID() 3869 !Elts[0]->getType()->isPtrOrPtrVectorTy()) in parseValID() 7028 !LHS->getType()->isPtrOrPtrVectorTy()) in parseCompare()
|