| /external/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 97 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() 105 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() 108 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() 116 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | GetElementPtrTypeIterator.h | 127 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin() 134 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end() 138 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin() 145 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end()
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 302 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() 311 Instruction *NaryReassociate::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP() 328 GetElementPtrInst *GEP) { in requiresSignExtension() 335 NaryReassociate::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, unsigned I, in tryReassociateGEPAtIndex() 370 GetElementPtrInst *GEP, unsigned I, Value *LHS, Value *RHS, in tryReassociateGEPAtIndex()
|
| D | StraightLineStrengthReduce.cpp | 88 GEP, // &B[..][i * S][..] enumerator 237 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() 266 static bool hasOnlyOneNonZeroIndex(GetElementPtrInst *GEP) { in hasOnlyOneNonZeroIndex() 450 GetElementPtrInst *GEP) { in factorArrayIndex() 483 GetElementPtrInst *GEP) { in allocateCandidatesAndFindBasisForGEP()
|
| D | SeparateConstOffsetFromGEP.cpp | 690 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract() 708 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find() 718 GetElementPtrInst *GEP) { in canonicalizeArrayIndicesToPointerSize() 736 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP, in accumulateByteOffset() 885 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP() 1080 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I++)) in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | NaryReassociate.cpp | 298 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() 307 Instruction *NaryReassociatePass::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP() 325 GetElementPtrInst *GEP) { in requiresSignExtension() 332 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, in tryReassociateGEPAtIndex() 367 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, in tryReassociateGEPAtIndex()
|
| D | SeparateConstOffsetFromGEP.cpp | 736 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract() 754 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find() 764 GetElementPtrInst *GEP) { in canonicalizeArrayIndicesToPointerSize() 782 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP, in accumulateByteOffset() 931 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP() 1129 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I++)) in runOnFunction() local
|
| D | StraightLineStrengthReduce.cpp | 107 GEP, // &B[..][i * S][..] enumerator 273 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable() 302 static bool hasOnlyOneNonZeroIndex(GetElementPtrInst *GEP) { in hasOnlyOneNonZeroIndex() 486 GetElementPtrInst *GEP) { in factorArrayIndex() 519 GetElementPtrInst *GEP) { in allocateCandidatesAndFindBasisForGEP()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | GlobalSplit.cpp | 60 auto *GEP = dyn_cast<GEPOperator>(U); in splitGlobal() local 117 auto *GEP = cast<GEPOperator>(U); in splitGlobal() local
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| D | builder_gfx_mem.cpp | 129 Value* BuilderGfxMem::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP() function in SwrJit::BuilderGfxMem 153 Value* BuilderGfxMem::GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name) in GEP() function in SwrJit::BuilderGfxMem 170 Value* BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP() function in SwrJit::BuilderGfxMem 188 BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty) in GEP() function in SwrJit::BuilderGfxMem
|
| D | builder_mem.cpp | 44 Value* Builder::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP() function in SwrJit::Builder 49 Value* Builder::GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name) in GEP() function in SwrJit::Builder 54 Value* Builder::GEP(Value* ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP() function in SwrJit::Builder 62 Value* Builder::GEP(Value* ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty) in GEP() function in SwrJit::Builder
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXFavorNonGenericAddrSpaces.cpp | 149 GEPOperator *GEP, int Depth) { in hoistAddrSpaceCastFromGEP() 237 if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) in hoistAddrSpaceCastFrom() local
|
| D | NVVMReflect.cpp | 177 const ConstantExpr *GEP = cast<ConstantExpr>(Str); in runOnFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPromoteAlloca.cpp | 308 GetElementPtrInst *GEP = cast<GetElementPtrInst>(Ptr); in calculateVectorIndex() local 314 static Value* GEPToVectorIndex(GetElementPtrInst *GEP) { in GEPToVectorIndex() 387 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(AllocaUser); in tryPromoteAllocaToVector() local 588 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UseInst)) { in collectUsesWithPtrTypes() local
|
| D | AMDGPUInstructionSelector.h | 63 const MachineInstr &GEP; member
|
| D | AMDGPUPerfHintAnalysis.cpp | 169 if (auto GEP = dyn_cast<GetElementPtrInst>(V)) { in isIndirectAccess() local 241 } else if (auto *GEP = dyn_cast<GetElementPtrInst>(&I)) { in visit() local
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPromoteAlloca.cpp | 354 GetElementPtrInst *GEP = cast<GetElementPtrInst>(Ptr); in calculateVectorIndex() local 360 static Value* GEPToVectorIndex(GetElementPtrInst *GEP) { in GEPToVectorIndex() 409 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(AllocaUser); in tryPromoteAllocaToVector() local 593 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UseInst)) { in collectUsesWithPtrTypes() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | CodeExtractor.cpp | 357 GetElementPtrInst *GEP = GetElementPtrInst::Create( in constructFunction() local 457 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() local 482 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() local 598 GetElementPtrInst *GEP = GetElementPtrInst::Create( in emitCallAndSwitchStatement() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanTransforms.cpp | 69 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in VPInstructionsToVPRecipes() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 214 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in PHITranslateSubExpr() local 396 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
| /external/llvm/lib/Analysis/ |
| D | PHITransAddr.cpp | 217 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in PHITranslateSubExpr() local 400 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in InsertPHITranslatedSubExpr() local
|
| D | TypeMetadataUtils.cpp | 51 } else if (auto GEP = dyn_cast<GetElementPtrInst>(User)) { in findLoadCallsAtConstantOffset() local
|
| D | MemoryBuiltins.cpp | 425 if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) in compute() local 568 SizeOffsetType ObjectSizeOffsetVisitor::visitGEPOperator(GEPOperator &GEP) { in visitGEPOperator() 703 } else if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) { in compute_() local 780 ObjectSizeOffsetEvaluator::visitGEPOperator(GEPOperator &GEP) { in visitGEPOperator()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVVMReflect.cpp | 137 const ConstantExpr *GEP = cast<ConstantExpr>(Str); in runOnFunction() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 235 FoldCmpLoadFromIndexedGlobal(GetElementPtrInst *GEP, GlobalVariable *GV, in FoldCmpLoadFromIndexedGlobal() 512 static Value *EvaluateGEPOffsetExpression(User *GEP, InstCombiner &IC, in EvaluateGEPOffsetExpression() 651 if (auto *GEP = dyn_cast<GEPOperator>(V)) { in canRewriteGEPAsOffset() local 770 if (auto *GEP = dyn_cast<GEPOperator>(Val)) { in rewriteGEPAsOffset() local 830 Value *GEP = Builder.CreateInBoundsGEP( in rewriteGEPAsOffset() local 855 if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) { in getAsConstantIndexedAddress() local 1836 if (GetElementPtrInst *GEP = in visitICmpInstWithInstAndIntCst() local 3715 if (GetElementPtrInst *GEP = in visitICmpInst() local 3728 if (GEPOperator *GEP = dyn_cast<GEPOperator>(Op0)) in visitICmpInst() local 3731 if (GEPOperator *GEP = dyn_cast<GEPOperator>(Op1)) in visitICmpInst() local [all …]
|