/external/llvm/include/llvm/IR/ |
D | Operator.h | 399 Type *getPointerOperandType() const { in getPointerOperandType() function 408 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 471 Type *getPointerOperandType() const { in getPointerOperandType() function 477 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
|
D | GetElementPtrTypeIterator.h | 101 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType()) in gep_type_begin() 112 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType()) in gep_type_begin()
|
D | Instructions.h | 972 Type *getPointerOperandType() const { 978 return getPointerOperandType()->getPointerAddressSpace();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 471 Type *getPointerOperandType() const { in getPointerOperandType() function 480 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 550 Type *getPointerOperandType() const { in getPointerOperandType() function 556 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
|
D | Instructions.h | 277 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 281 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 405 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 409 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 991 Type *getPointerOperandType() const { 997 return getPointerOperandType()->getPointerAddressSpace();
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Loads.cpp | 65 ByteOffset += TD->getIndexedOffset(GEP->getPointerOperandType(), in getUnderlyingObjectWithOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 212 if (Store->getPointerOperandType() != Load->getPointerOperandType()) in findStoreToLoadDependences()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 264 PointerType *getPointerOperandType() const { in getPointerOperandType() function
|
D | Instructions.h | 800 PointerType *getPointerOperandType() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMCodeGenPrepare.cpp | 430 auto *PtrTy = cast<PointerType>(Store->getPointerOperandType()); in Mutate() 545 auto *PtrTy = cast<PointerType>(Ld->getPointerOperandType()); in isLegalToPromote()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1010 GEP1->getPointerOperandType() == GEP2->getPointerOperandType() && in aliasSameBasePointerGEPs() 1289 GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) { in aliasGEP()
|
D | InstructionSimplify.cpp | 3418 if (Q.DL.getTypeSizeInBits(CLHS->getPointerOperandType()) == in SimplifyICmpInst() 3420 Q.DL.getTypeSizeInBits(CRHS->getPointerOperandType()) == in SimplifyICmpInst() 3437 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 352 uint64_t Offset1 = TD->getIndexedOffset(GEP1->getPointerOperandType(), in isEquivalentGEP() 354 uint64_t Offset2 = TD->getIndexedOffset(GEP2->getPointerOperandType(), in isEquivalentGEP()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 456 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(), in CanConvertToScalar() 537 uint64_t GEPOffset = TD.getIndexedOffset(GEP->getPointerOperandType(), in ConvertUsesToScalar() 1635 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices); in isSafeGEP() 1919 Offset += TD->getIndexedOffset(GEPI->getPointerOperandType(), Indices); in RewriteGEP()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3336 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends() 3770 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
|
D | InstructionSimplify.cpp | 3106 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 2881 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() 2898 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst() 2899 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 268 Offset = TD->getIndexedOffset(GEP->getPointerOperandType(), Ops); in visitCallInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 3100 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() 3121 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst() 3122 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1753 GEP->getType() == GEP->getPointerOperandType())) { in commonPointerCastTransforms()
|
D | InstructionCombining.cpp | 1455 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1342 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24130 auto PTy = cast<PointerType>(LI->getPointerOperandType()); in shouldExpandAtomicLoadInIR()
|