Home
last modified time | relevance | path

Searched defs:GEP (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h97 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/
DGetElementPtrTypeIterator.h127 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-project/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h133 inline gep_type_iterator gep_type_begin(const User *GEP) { in gep_type_begin()
140 inline gep_type_iterator gep_type_end(const User *GEP) { in gep_type_end()
144 inline gep_type_iterator gep_type_begin(const User &GEP) { in gep_type_begin()
151 inline gep_type_iterator gep_type_end(const User &GEP) { in gep_type_end()
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp302 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()
DStraightLineStrengthReduce.cpp88 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()
DSeparateConstOffsetFromGEP.cpp690 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/
DNaryReassociate.cpp298 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()
DSeparateConstOffsetFromGEP.cpp736 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
DStraightLineStrengthReduce.cpp107 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/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp294 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable()
303 Instruction *NaryReassociatePass::tryReassociateGEP(GetElementPtrInst *GEP) { in tryReassociateGEP()
321 GetElementPtrInst *GEP) { in requiresSignExtension()
328 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, in tryReassociateGEPAtIndex()
363 NaryReassociatePass::tryReassociateGEPAtIndex(GetElementPtrInst *GEP, in tryReassociateGEPAtIndex()
DStraightLineStrengthReduce.cpp139 GEP, // &B[..][i * S][..] enumerator
286 static bool isGEPFoldable(GetElementPtrInst *GEP, in isGEPFoldable()
315 static bool hasOnlyOneNonZeroIndex(GetElementPtrInst *GEP) { in hasOnlyOneNonZeroIndex()
499 GetElementPtrInst *GEP) { in factorArrayIndex()
532 GetElementPtrInst *GEP) { in allocateCandidatesAndFindBasisForGEP()
DSeparateConstOffsetFromGEP.cpp768 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, in Extract()
786 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find()
796 GetElementPtrInst *GEP) { in canonicalizeArrayIndicesToPointerSize()
814 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP, in accumulateByteOffset()
963 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP()
1168 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(I++)) in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp60 auto *GEP = dyn_cast<GEPOperator>(U); in splitGlobal() local
117 auto *GEP = cast<GEPOperator>(U); in splitGlobal() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalSplit.cpp60 auto *GEP = dyn_cast<GEPOperator>(U); in splitGlobal() local
120 auto *GEP = cast<GEPOperator>(U); in splitGlobal() local
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp149 GEPOperator *GEP, int Depth) { in hoistAddrSpaceCastFromGEP()
237 if (GEPOperator *GEP = dyn_cast<GEPOperator>(V)) in hoistAddrSpaceCastFrom() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp129 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
/external/llvm-project/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp218 GetElementPtrInst *GEP, in checkGEP()
477 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); in tryCreateMaskedGatherOffset() local
618 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Ptr); in tryCreateMaskedScatterOffset() local
654 IntrinsicInst *I, Value *BasePtr, Value *Offsets, GetElementPtrInst *GEP, in tryCreateIncrementingGatScat()
1033 static Value *CheckAndCreateOffsetAdd(Value *X, Value *Y, Value *GEP, in CheckAndCreateOffsetAdd()
1101 Value *MVEGatherScatterLowering::foldGEP(GetElementPtrInst *GEP, in foldGEP()
1127 GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Address); in optimiseAddress() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp354 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp308 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp69 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in VPInstructionsToVPRecipes() local
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp74 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in VPInstructionsToVPRecipes() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp357 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/Target/NVPTX/
DNVVMReflect.cpp137 const ConstantExpr *GEP = cast<ConstantExpr>(Str); in runOnFunction() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp137 const ConstantExpr *GEP = cast<ConstantExpr>(Str); in runOnFunction() local
/external/llvm/lib/Analysis/
DPHITransAddr.cpp217 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in PHITranslateSubExpr() local
400 if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(Inst)) { in InsertPHITranslatedSubExpr() local

1234567891011