Home
last modified time | relevance | path

Searched defs:GetElementPtrInst (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h24 class GetElementPtrInst; variable
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h93 class GetElementPtrInst; variable
H A DGVN.h44 class GetElementPtrInst; variable
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h36 class GetElementPtrInst; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp390 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex() argument
452 std::map<GetElementPtrInst *, Value *> &GEPVectorIdx, Value *CurVal, in promoteAllocaUserToVector() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3496 AddressingModeMatcher(SmallVectorImpl<Instruction * > & AMI,const TargetLowering & TLI,const TargetRegisterInfo & TRI,const LoopInfo & LI,const std::function<const DominatorTree & ()> getDTFn,Type * AT,unsigned AS,Instruction * MI,ExtAddrMode & AM,const SetOfInstrs & InsertedInsts,InstrToOrigTy & PromotedInsts,TypePromotionTransaction & TPT,std::pair<AssertingVH<GetElementPtrInst>,int64_t> & LargeOffsetGEP,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) AddressingModeMatcher() argument
3521 Match(Value * V,Type * AccessTy,unsigned AS,Instruction * MemoryInst,SmallVectorImpl<Instruction * > & AddrModeInsts,const TargetLowering & TLI,const LoopInfo & LI,const std::function<const DominatorTree & ()> getDTFn,const TargetRegisterInfo & TRI,const SetOfInstrs & InsertedInsts,InstrToOrigTy & PromotedInsts,TypePromotionTransaction & TPT,std::pair<AssertingVH<GetElementPtrInst>,int64_t> & LargeOffsetGEP,bool OptSize,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI) Match() argument
6265 __anon072927cb1502(const std::pair<GetElementPtrInst *, int64_t> &LHS, const std::pair<GetElementPtrInst *, int64_t> &RHS) splitLargeGEPOffsets() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1465 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI) GetElementPtrInst() function in GetElementPtrInst
[all...]