| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 93 if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 97 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 103 if (TypeToCastTo->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 110 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 126 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 152 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 312 if (SrcVal->getType()->isPtrOrPtrVectorTy()) in getStoreValueForLoadHelper()
|
| H A D | InlineFunction.cpp | 1776 assert(Arg->getType()->isPtrOrPtrVectorTy()); in collectEscapedLocals()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 264 assert(Ty->isPtrOrPtrVectorTy()); in INITIALIZE_PASS_DEPENDENCY() 314 assert(Op->getType()->isPtrOrPtrVectorTy()); in isAddressExpression() 321 return Op->getType()->isPtrOrPtrVectorTy(); in isAddressExpression() 451 assert(V->getType()->isPtrOrPtrVectorTy()); in appendsFlatAddressExpressionToPostorderStack() 517 if (Cmp->getOperand(0)->getType()->isPtrOrPtrVectorTy()) { in collectFlatAddressExpressions() 528 RV && RV->getType()->isPtrOrPtrVectorTy()) in collectFlatAddressExpressions() 651 if (!OperandUse.get()->getType()->isPtrOrPtrVectorTy()) in cloneInstructionWithNewAddressSpace() 663 assert(I->getType()->isPtrOrPtrVectorTy()); in cloneInstructionWithNewAddressSpace() 682 assert(I->getType()->isPtrOrPtrVectorTy()); in cloneInstructionWithNewAddressSpace() 709 CE->getType()->isPtrOrPtrVectorTy() in cloneConstantExprWithNewAddressSpace()
|
| H A D | GVN.cpp | 1484 if (V->getType()->isPtrOrPtrVectorTy()) in eliminatePartiallyRedundantLoad() 1906 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad() 2179 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad() 2568 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2680 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction() 3016 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
|
| H A D | SROA.cpp | 2027 if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue() 2037 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) { in convertValue() 2046 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 405 if (AccessTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 407 else if (CurVal->getType()->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 429 if (AccessTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 431 else if (SubVecTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 460 if (AccessTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 462 else if (VectorTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 476 if (SubVecTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector() 478 else if (AccessTy->isPtrOrPtrVectorTy()) in promoteAllocaUserToVector()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 764 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 775 assert(Ty->isPtrOrPtrVectorTy() && in getIndexTypeSizeInBits() 884 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType() 911 assert(Ty->isPtrOrPtrVectorTy() && in getIndexType()
|
| H A D | Instructions.cpp | 3286 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3287 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3288 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3303 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3304 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3314 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3315 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3428 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3447 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3467 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerBitCastOrAddrSpaceCast() [all …]
|
| H A D | Constants.cpp | 1989 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast() 1990 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 1997 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast() 2005 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2006 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2030 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt() 2046 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
|
| H A D | Verifier.cpp | 3263 Check(SrcTy->isPtrOrPtrVectorTy(), "PtrToInt source must be pointer", &I); in visitPtrToIntInst() 3285 Check(DestTy->isPtrOrPtrVectorTy(), "IntToPtr result must be a pointer", &I); in visitIntToPtrInst() 3309 Check(SrcTy->isPtrOrPtrVectorTy(), "AddrSpaceCast source must be a pointer", in visitAddrSpaceCastInst() 3893 Check(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst() 3959 Check(GEP.getType()->isPtrOrPtrVectorTy() && in visitGetElementPtrInst() 4976 if (CE->getType()->isPtrOrPtrVectorTy()) { in visitInstruction() 5543 Check(BaseType->isPtrOrPtrVectorTy(), in visitIntrinsicCall() 5545 Check(DerivedType->isPtrOrPtrVectorTy(), in visitIntrinsicCall() 6082 Check(Ty0->isPtrOrPtrVectorTy(), in visitIntrinsicCall() 6225 Check(RetTy->isIntOrIntVectorTy() && ValTy->isPtrOrPtrVectorTy(), in visitVPIntrinsic() [all …]
|
| H A D | Value.cpp | 717 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 778 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
| H A D | AutoUpgrade.cpp | 4756 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst() 4776 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
|
| H A D | Attributes.cpp | 1980 if (!Ty->isPtrOrPtrVectorTy()) { in typeIncompatible()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 3542 !IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 3645 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 3854 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 3912 !IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4221 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4275 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4365 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4583 if (!IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4637 !IRP.getAssociatedType()->isPtrOrPtrVectorTy()) 4717 !IRP.getAssociatedType()->isPtrOrPtrVectorTy()) [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 262 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
| H A D | IRBuilder.h | 2192 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy()) 2194 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 679 LoadTy->isPtrOrPtrVectorTy() == DestTy->isPtrOrPtrVectorTy() && in combineLoadToOperationType()
|
| H A D | InstCombineCasts.cpp | 135 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr; in isEliminableCastPair() 137 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr; in isEliminableCastPair() 139 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr; in isEliminableCastPair()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 502 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 406 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1351 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectEquivalenceClasses()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 138 if (!Arg->getType()->isPtrOrPtrVectorTy()) in addArgLocs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 571 Type *CastTy = LoadTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(LoadTy) : LoadTy; in FoldReinterpretLoadFromConst() 573 if (LoadTy->isPtrOrPtrVectorTy()) { in FoldReinterpretLoadFromConst()
|
| H A D | InstructionSimplify.cpp | 717 assert(V->getType()->isPtrOrPtrVectorTy()); in stripAndComputeConstantOffsets() 5303 SrcTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(SrcTy) : nullptr; in simplifyCastInst() 5305 MidTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(MidTy) : nullptr; in simplifyCastInst() 5307 DstTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(DstTy) : nullptr; in simplifyCastInst()
|