Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h24 class GetElementPtrInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h93 class GetElementPtrInst; variable
H A DGVN.h44 class GetElementPtrInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h35 class GetElementPtrInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h372 friend class GetElementPtrInst; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp290 const std::map<GetElementPtrInst *, Value *> &GEPIdx) { in calculateVectorIndex()
352 std::map<GetElementPtrInst *, Value *> &GEPVectorIdx, Value *CurVal, in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3402 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in AddressingModeMatcher()
3427 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in Match()
6149 const std::pair<GetElementPtrInst *, int64_t> &RHS) { in splitLargeGEPOffsets()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1714 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI) in GetElementPtrInst() function in GetElementPtrInst