/external/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() 448 if (SrcVal->getType()->isPtrOrPtrVectorTy()) in getStoreValueForLoadHelper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 70 if (StoredValTy->isPtrOrPtrVectorTy() && LoadedTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 74 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 80 if (TypeToCastTo->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 87 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 104 if (StoredValTy->isPtrOrPtrVectorTy()) { in coerceAvailableValueToLoadTypeHelper() 130 if (LoadedTy->isPtrOrPtrVectorTy()) in coerceAvailableValueToLoadTypeHelper() 362 if (SrcVal->getType()->isPtrOrPtrVectorTy()) in getStoreValueForLoadHelper()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | PatternInit.cpp | 44 if (Ty->isPtrOrPtrVectorTy()) { in initializationPatternFor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 672 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 688 assert(Ty->isPtrOrPtrVectorTy() && in getIndexTypeSizeInBits() 775 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType() 797 assert(Ty->isPtrOrPtrVectorTy() && in getIndexType()
|
D | Instructions.cpp | 2688 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2689 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2690 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2709 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2710 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2720 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2721 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2834 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 2835 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() 2852 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() [all …]
|
D | Value.cpp | 553 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 599 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
D | Constants.cpp | 1687 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast() 1688 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 1695 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast() 1703 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 1704 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 1848 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt() 1863 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
|
/external/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 714 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 725 assert(Ty->isPtrOrPtrVectorTy() && in getIndexTypeSizeInBits() 842 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType() 864 assert(Ty->isPtrOrPtrVectorTy() && in getIndexType()
|
D | Instructions.cpp | 2874 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2875 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2876 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2895 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2896 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2906 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2907 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 3020 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 3021 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() 3039 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() [all …]
|
D | Value.cpp | 641 if (!getType()->isPtrOrPtrVectorTy()) in stripAndAccumulateConstantOffsets() 700 assert(V->getType()->isPtrOrPtrVectorTy() && "Unexpected operand type!"); in stripAndAccumulateConstantOffsets()
|
D | Constants.cpp | 1964 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerCast() 1965 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in getPointerCast() 1972 if (Ty->isPtrOrPtrVectorTy() && SrcAS != Ty->getPointerAddressSpace()) in getPointerCast() 1980 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 1981 assert(Ty->isPtrOrPtrVectorTy() && "Invalid cast"); in getPointerBitCastOrAddrSpaceCast() 2125 assert(C->getType()->isPtrOrPtrVectorTy() && in getPtrToInt() 2141 assert(DstTy->isPtrOrPtrVectorTy() && in getIntToPtr()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2595 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2596 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2597 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2616 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2617 DstTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2627 SrcTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2628 MidTy->isPtrOrPtrVectorTy() && in isEliminableCastPair() 2741 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() 2742 assert((Ty->isIntOrIntVectorTy() || Ty->isPtrOrPtrVectorTy()) && in CreatePointerCast() 2759 assert(S->getType()->isPtrOrPtrVectorTy() && "Invalid cast"); in CreatePointerCast() [all …]
|
D | DataLayout.cpp | 608 assert(Ty->isPtrOrPtrVectorTy() && in getPointerTypeSizeInBits() 705 assert(Ty->isPtrOrPtrVectorTy() && in getIntPtrType()
|
D | AutoUpgrade.cpp | 1403 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastInst() 1423 if (SrcTy->isPtrOrPtrVectorTy() && DestTy->isPtrOrPtrVectorTy() && in UpgradeBitCastExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 772 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 813 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 951 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain() 1102 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 814 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 855 if (Ty->isVectorTy() && Ty->isPtrOrPtrVectorTy()) in collectInstructions() 993 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain() 1146 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1285 if (V->getType()->isPtrOrPtrVectorTy()) in PerformLoadPRE() 1377 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad() 1603 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad() 1992 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2103 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2433 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
|
/external/llvm/include/llvm/IR/ |
D | Type.h | 214 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 216 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 227 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1422 if (V->getType()->isPtrOrPtrVectorTy()) in PerformLoadPRE() 1514 if (V->getType()->isPtrOrPtrVectorTy()) in processNonLocalLoad() 1782 if (MD && AvailableValue->getType()->isPtrOrPtrVectorTy()) in processLoad() 2172 if (MD && V->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2283 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction() 2625 if (MD && Phi->getType()->isPtrOrPtrVectorTy()) in performScalarPRE()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 228 bool isPtrOrPtrVectorTy() const { return getScalarType()->isPointerTy(); } in isPtrOrPtrVectorTy() function
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoadStoreVectorizer.cpp | 674 if (StoreTy->isPtrOrPtrVectorTy()) { in vectorizeStoreChain() 829 if (LoadTy->isPtrOrPtrVectorTy()) { in vectorizeLoadChain()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 150 if (Inst->getType()->isPtrOrPtrVectorTy()) { in removeInstruction()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 245 SrcTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(SrcTy) : nullptr; in isEliminableCastPair() 247 MidTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(MidTy) : nullptr; in isEliminableCastPair() 249 DstTy->isPtrOrPtrVectorTy() ? DL.getIntPtrType(DstTy) : nullptr; in isEliminableCastPair()
|