Home
last modified time | relevance | path

Searched refs:getPointerOperandType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h498 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()
DInstructions.h298 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();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp218 if (Store->getPointerOperandType() != Load->getPointerOperandType()) in findStoreToLoadDependences()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1091 GEP1->getPointerOperandType() == GEP2->getPointerOperandType() && in aliasSameBasePointerGEPs()
1387 GEP1->getPointerOperandType() == GEP2->getPointerOperandType()) { in aliasGEP()
DInstructionSimplify.cpp3463 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp337 LI->getPointerOperandType() == User->getType() && in canVectorizeInst()
350 SI->getPointerOperandType() == User->getType() && in canVectorizeInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp874 Type *OffsetIRTy = DL->getIntPtrType(LI.getPointerOperandType()); in translateLoad()
918 Type *OffsetIRTy = DL->getIntPtrType(SI.getPointerOperandType()); in translateStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3304 Type *TargetTy = GEP.getPointerOperandType()->getScalarType(); in visitGetElementPtrInst()
3325 if (GEP.getPointerOperandType()->isVectorTy()) in visitGetElementPtrInst()
3326 Assert(GEPWidth == GEP.getPointerOperandType()->getVectorNumElements(), in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1816 GEP->getType() == GEP->getPointerOperandType())) { in commonPointerCastTransforms()
DInstructionCombining.cpp1694 DL.getIndexType(GEP.getPointerOperandType()->getScalarType()); in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4430 ->getPointerOperandType() in vectorizeTree()