/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/llvm-project/llvm/include/llvm/IR/ |
D | Operator.h | 498 Type *getPointerOperandType() const { in getPointerOperandType() function 507 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 591 Type *getPointerOperandType() const { in getPointerOperandType() function 597 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
|
D | Instructions.h | 269 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 273 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 404 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 408 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 1062 Type *getPointerOperandType() const { 1068 return getPointerOperandType()->getPointerAddressSpace();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 498 Type *getPointerOperandType() const { in getPointerOperandType() function 507 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 577 Type *getPointerOperandType() const { in getPointerOperandType() function 583 return cast<PointerType>(getPointerOperandType())->getAddressSpace(); in getPointerAddressSpace()
|
D | Instructions.h | 298 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 302 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 432 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function 436 return getPointerOperandType()->getPointerAddressSpace(); in getPointerAddressSpace() 1042 Type *getPointerOperandType() const { 1048 return getPointerOperandType()->getPointerAddressSpace();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 218 if (Store->getPointerOperandType() != Load->getPointerOperandType()) in findStoreToLoadDependences()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 219 if (Store->getPointerOperandType() != Load->getPointerOperandType()) in findStoreToLoadDependences()
|
D | LowerMatrixIntrinsics.cpp | 1156 PHINode *PHI = Builder.CreatePHI(Load->getPointerOperandType(), 3); in getNonAliasingPointer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 337 LI->getPointerOperandType() == User->getType() && in canVectorizeInst() 350 SI->getPointerOperandType() == User->getType() && in canVectorizeInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1091 GEP1->getPointerOperandType() == GEP2->getPointerOperandType() && in aliasSameBasePointerGEPs() 1387 GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) { in aliasGEP()
|
D | InstructionSimplify.cpp | 3463 if (Q.DL.getTypeSizeInBits(CLHS->getPointerOperandType()) == in SimplifyICmpInst() 3465 Q.DL.getTypeSizeInBits(CRHS->getPointerOperandType()) == in SimplifyICmpInst() 3482 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 390 LI->getPointerOperandType() == User->getType() && in canVectorizeInst() 410 SI->getPointerOperandType() == User->getType() && in canVectorizeInst()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 3336 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in depends() 3770 SrcGEP->getPointerOperandType() == DstGEP->getPointerOperandType()) { in getSplitIteration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 874 Type *OffsetIRTy = DL->getIntPtrType(LI.getPointerOperandType()); in translateLoad() 918 Type *OffsetIRTy = DL->getIntPtrType(SI.getPointerOperandType()); in translateStore()
|
/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/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1273 Type *OffsetIRTy = DL->getIntPtrType(LI.getPointerOperandType()); in translateLoad() 1316 Type *OffsetIRTy = DL->getIntPtrType(SI.getPointerOperandType()); in translateStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 3304 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() 3325 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst() 3326 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
|
/external/llvm-project/llvm/lib/IR/ |
D | Verifier.cpp | 3487 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst() 3508 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst() 3511 cast<VectorType>(GEP.getPointerOperandType())->getElementCount(), in visitGetElementPtrInst()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3549 if (Q.DL.getTypeSizeInBits(CLHS->getPointerOperandType()) == in SimplifyICmpInst() 3551 Q.DL.getTypeSizeInBits(CRHS->getPointerOperandType()) == in SimplifyICmpInst() 3568 Constant *Null = Constant::getNullValue(GLHS->getPointerOperandType()); in SimplifyICmpInst()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1955 GEP->getType() == GEP->getPointerOperandType())) { in commonPointerCastTransforms()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1342 DL.getIntPtrType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1816 GEP->getType() == GEP->getPointerOperandType())) { in commonPointerCastTransforms()
|
D | InstructionCombining.cpp | 1694 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
|