Home
last modified time | relevance | path

Searched refs:isPtrOrPtrVectorTy (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp84 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 DDataLayout.cpp714 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 DInstructions.cpp2895 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 DValue.cpp672 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets()
731 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
H A DConstants.cpp2034 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 DVerifier.cpp3017 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 DAutoUpgrade.cpp3992 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 DPatternInit.cpp44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
H A DCGDecl.cpp1170 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); in emitStoresForConstant()
H A DCGExprScalar.cpp1998 if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() && in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp822 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 DGVN.cpp1252 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 DSROA.cpp1774 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 DRewriteStatepointsForGC.cpp499 assert(I->getType()->isPtrOrPtrVectorTy() && in findBaseDefiningValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h232 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
H A DIRBuilder.h2148 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 DInstCombineLoadStoreAlloca.cpp606 if (CI->isNoopCast(DL) && LI.getType()->isPtrOrPtrVectorTy() == in combineLoadToOperationType()
607 CI->getDestTy()->isPtrOrPtrVectorTy()) in combineLoadToOperationType()
H A DInstCombineCasts.cpp259 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 DConstantFolding.cpp112 !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 DInstructionSimplify.cpp693 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 DSystemZTargetTransformInfo.cpp368 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp495 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp175 if (!Arg->getType()->isPtrOrPtrVectorTy()) in checkFunctionMemoryAccess()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h707 !Ty->isPtrOrPtrVectorTy()) in getOperandsScalarizationOverhead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3703 !Val0->getType()->isPtrOrPtrVectorTy()) in parseValID()
3869 !Elts[0]->getType()->isPtrOrPtrVectorTy()) in parseValID()
7028 !LHS->getType()->isPtrOrPtrVectorTy()) in parseCompare()

12