| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| 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()
|
| D | Instructions.cpp | 2913 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 …]
|
| D | Value.cpp | 698 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 757 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
| D | Constants.cpp | 2036 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()
|
| D | Verifier.cpp | 2951 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()
|
| D | AutoUpgrade.cpp | 3997 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst() 4017 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | PatternInit.cpp | 44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
|
| D | CGDecl.cpp | 1175 Ty->isPtrOrPtrVectorTy() || Ty->isFPOrFPVectorTy(); in emitStoresForConstant()
|
| D | CGExprScalar.cpp | 2019 if (SrcTy->isPtrOrPtrVectorTy() && DstTy->isPtrOrPtrVectorTy() && in VisitCastExpr()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoadStoreVectorizer.cpp | 854 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/ |
| D | GVN.cpp | 1251 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()
|
| D | SROA.cpp | 1775 if (OldTy->isIntOrIntVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue() 1785 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isIntOrIntVectorTy()) { in convertValue() 1794 if (OldTy->isPtrOrPtrVectorTy() && NewTy->isPtrOrPtrVectorTy()) { in convertValue()
|
| D | RewriteStatepointsForGC.cpp | 499 assert(I->getType()->isPtrOrPtrVectorTy() && in findBaseDefiningValue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Type.h | 234 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
| D | IRBuilder.h | 2195 if (V->getType()->isPtrOrPtrVectorTy() && DestTy->isIntOrIntVectorTy()) 2197 if (V->getType()->isIntOrIntVectorTy() && DestTy->isPtrOrPtrVectorTy())
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineLoadStoreAlloca.cpp | 618 if (CI->isNoopCast(DL) && LI.getType()->isPtrOrPtrVectorTy() == in combineLoadToOperationType() 619 CI->getDestTy()->isPtrOrPtrVectorTy()) in combineLoadToOperationType()
|
| 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | ConstantFolding.cpp | 117 !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()
|
| D | InstructionSimplify.cpp | 699 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/ |
| D | SystemZTargetTransformInfo.cpp | 368 (Ty->isPtrOrPtrVectorTy() ? 64U : Ty->getScalarSizeInBits()); in getScalarSizeInBits()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | FunctionAttrs.cpp | 175 if (!Arg->getType()->isPtrOrPtrVectorTy()) in checkFunctionMemoryAccess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.cpp | 495 if (!Ty->isPtrOrPtrVectorTy()) in isGCValue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 707 !Ty->isPtrOrPtrVectorTy()) in getOperandsScalarizationOverhead()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3392 !Val0->getType()->isPtrOrPtrVectorTy()) in parseValID() 3558 !Elts[0]->getType()->isPtrOrPtrVectorTy()) in parseValID() 6729 !LHS->getType()->isPtrOrPtrVectorTy()) in parseCompare()
|