Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
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()
DInstructions.cpp2913 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2914 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2915 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2936 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2937 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2947 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
2948 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair()
3061 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast()
3062 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast()
3080 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast()
[all …]
DValue.cpp698 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets()
757 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
DConstants.cpp2036 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast()
2037 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast()
2044 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast()
2052 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast()
2053 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast()
2197 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt()
2213 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
DVerifier.cpp2951 Assert(SrcTy->isPtrOrPtrVectorTy(), "PtrToInt source must be pointer", &I); in visitPtrToIntInst()
2974 Assert(DestTy->isPtrOrPtrVectorTy(), "IntToPtr result must be a pointer", &I); in visitIntToPtrInst()
2998 Assert(SrcTy->isPtrOrPtrVectorTy(), "AddrSpaceCast source must be a pointer", in visitAddrSpaceCastInst()
3000 Assert(DestTy->isPtrOrPtrVectorTy(), "AddrSpaceCast result must be a pointer", in visitAddrSpaceCastInst()
3542 Assert(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst()
3603 Assert(GEP.getType()->isPtrOrPtrVectorTy() && in visitGetElementPtrInst()
4444 if (CE->getType()->isPtrOrPtrVectorTy()) { in visitInstruction()
4946 Assert(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall()
DAutoUpgrade.cpp3997 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst()
4017 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DPatternInit.cpp44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
DCGDecl.cpp1175 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); in emitStoresForConstant()
DCGExprScalar.cpp2019 if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() && in VisitCastExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp854 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions()
895 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions()
1033 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain()
1186 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp1251 if (V->getType()->isPtrOrPtrVectorTy()) in eliminatePartiallyRedundantLoad()
1662 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad()
1928 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad()
2318 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction()
2428 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction()
2778 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
DSROA.cpp1775 if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
1785 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) { in convertValue()
1794 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
DRewriteStatepointsForGC.cpp499 assert(I->getType()->isPtrOrPtrVectorTy() && in findBaseDefiningValue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DType.h234 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
DIRBuilder.h2195 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy())
2197 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp618 if (CI->isNoopCast(DL) && LI.getType()->isPtrOrPtrVectorTy() == in combineLoadToOperationType()
619 CI->getDestTy()->isPtrOrPtrVectorTy()) in combineLoadToOperationType()
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()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DConstantFolding.cpp117 !DestTy->isPtrOrPtrVectorTy()) // Don't get ones for ptr types! in FoldBitCast()
373 !DestTy->isPtrOrPtrVectorTy()) in ConstantFoldLoadThroughBitcast()
589 Type *CastTy = LoadTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(LoadTy) : LoadTy; in FoldReinterpretLoadFromConstPtr()
591 if (LoadTy->isPtrOrPtrVectorTy()) { in FoldReinterpretLoadFromConstPtr()
DInstructionSimplify.cpp699 assert(V->getType()->isPtrOrPtrVectorTy()); in stripAndComputeConstantOffsets()
4639 SrcTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(SrcTy) : nullptr; in SimplifyCastInst()
4641 MidTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(MidTy) : nullptr; in SimplifyCastInst()
4643 DstTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(DstTy) : nullptr; in SimplifyCastInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp368 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp175 if (!Arg->getType()->isPtrOrPtrVectorTy()) in checkFunctionMemoryAccess()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp495 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h707 !Ty->isPtrOrPtrVectorTy()) in getOperandsScalarizationOverhead()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp3392 !Val0->getType()->isPtrOrPtrVectorTy()) in parseValID()
3558 !Elts[0]->getType()->isPtrOrPtrVectorTy()) in parseValID()
6729 !LHS->getType()->isPtrOrPtrVectorTy()) in parseCompare()

12