| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 90 if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 94 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 100 if (TypeToCastTo->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 107 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 123 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadType() 149 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadType() 415 if (SrcVal->getType()->isPtrOrPtrVectorTy()) in getStoreValueForLoadHelper()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
|
| H A D | CGDecl.cpp | 1182 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); in emitStoresForConstant()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 722 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 733 assert(Ty->isPtrOrPtrVectorTy() && in getIndexTypeSizeInBits() 848 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType() 870 assert(Ty->isPtrOrPtrVectorTy() && in getIndexType()
|
| H A D | Instructions.cpp | 3132 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3133 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3134 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3155 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3156 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3166 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3167 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3280 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3299 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3319 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerBitCastOrAddrSpaceCast() [all …]
|
| H A D | Value.cpp | 706 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 767 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
| H A D | Constants.cpp | 2012 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast() 2013 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 2020 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast() 2028 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2029 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2173 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt() 2189 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
|
| H A D | Verifier.cpp | 3068 Check(SrcTy->isPtrOrPtrVectorTy(), "PtrToInt source must be pointer", &I); in visitPtrToIntInst() 3090 Check(DestTy->isPtrOrPtrVectorTy(), "IntToPtr result must be a pointer", &I); in visitIntToPtrInst() 3114 Check(SrcTy->isPtrOrPtrVectorTy(), "AddrSpaceCast source must be a pointer", in visitAddrSpaceCastInst() 3116 Check(DestTy->isPtrOrPtrVectorTy(), "AddrSpaceCast result must be a pointer", in visitAddrSpaceCastInst() 3678 Check(Op0Ty->isIntOrIntVectorTy() || Op0Ty->isPtrOrPtrVectorTy(), in visitICmpInst() 3736 Check(GEP.getType()->isPtrOrPtrVectorTy() && in visitGetElementPtrInst() 4706 if (CE->getType()->isPtrOrPtrVectorTy()) { in visitInstruction() 5255 Check(Relocate.getDerivedPtr()->getType()->isPtrOrPtrVectorTy(), in visitIntrinsicCall() 5749 Check(RetTy->isIntOrIntVectorTy() && ValTy->isPtrOrPtrVectorTy(), in visitVPIntrinsic() 5755 Check(RetTy->isPtrOrPtrVectorTy() && ValTy->isIntOrIntVectorTy(), in visitVPIntrinsic()
|
| H A D | AutoUpgrade.cpp | 4167 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst() 4187 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
|
| H A D | Attributes.cpp | 1846 if (!Ty->isPtrOrPtrVectorTy()) { in typeIncompatible()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 841 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 875 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 1007 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain() 1167 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Type.h | 229 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
| H A D | IRBuilder.h | 2034 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy()) 2036 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1397 if (V->getType()->isPtrOrPtrVectorTy()) in eliminatePartiallyRedundantLoad() 1799 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad() 2069 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad() 2461 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2571 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2915 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
|
| H A D | SROA.cpp | 1743 if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue() 1753 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) { in convertValue() 1762 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
|
| H A D | RewriteStatepointsForGC.cpp | 519 assert(I->getType()->isPtrOrPtrVectorTy() && in findBaseDefiningValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 607 if (CI->isNoopCast(DL) && LI.getType()->isPtrOrPtrVectorTy() == in combineLoadToOperationType() 608 CI->getDestTy()->isPtrOrPtrVectorTy()) in combineLoadToOperationType()
|
| H A D | InstCombineCasts.cpp | 261 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr; in isEliminableCastPair() 263 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr; in isEliminableCastPair() 265 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr; in isEliminableCastPair()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 405 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | StatepointLowering.cpp | 505 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 187 if (!Arg->getType()->isPtrOrPtrVectorTy()) in checkFunctionMemoryAccess()
|
| /llvm-project-15.0.7/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 | 713 assert(V->getType()->isPtrOrPtrVectorTy()); in stripAndComputeConstantOffsets() 4863 SrcTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(SrcTy) : nullptr; in simplifyCastInst() 4865 MidTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(MidTy) : nullptr; in simplifyCastInst() 4867 DstTy->isPtrOrPtrVectorTy() ? Q.DL.getIntPtrType(DstTy) : nullptr; in simplifyCastInst()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 752 !Ty->isPtrOrPtrVectorTy()) in getOperandsScalarizationOverhead()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 3527 !Val0->getType()->isPtrOrPtrVectorTy()) in parseValID() 3684 !Elts[0]->getType()->isPtrOrPtrVectorTy()) in parseValID() 6851 !LHS->getType()->isPtrOrPtrVectorTy()) in parseCompare()
|