Home
last modified time | relevance | path

Searched defs:GetElementPtrInst (Results 1 – 9 of 9) 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.h36 class GetElementPtrInst; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DValue.h133 friend class GetElementPtrInst; // For getting `Val`. variable
H A DInstruction.h83 friend class GetElementPtrInst; // For getTopmostLLVMInstruction(). variable
1681 GetElementPtrInst(llvm::Instruction *I, Context &Ctx) in GetElementPtrInst() function
1684 GetElementPtrInst(ClassID SubclassID, llvm::Instruction *I, Context &Ctx) in GetElementPtrInst() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp387 Value *Ptr, const std::map<GetElementPtrInst *, WeakTrackingVH> &GEPIdx) { in calculateVectorIndex()
499 std::map<GetElementPtrInst *, WeakTrackingVH> &GEPVectorIdx, Value *CurVal, in promoteAllocaUserToVector()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3833 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in AddressingModeMatcher()
3858 std::pair<AssertingVH<GetElementPtrInst>, int64_t> &LargeOffsetGEP, in Match()
6655 const std::pair<GetElementPtrInst *, int64_t> &RHS) { in splitLargeGEPOffsets()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1532 GetElementPtrInst::GetElementPtrInst(const GetElementPtrInst &GEPI, in GetElementPtrInst() function in GetElementPtrInst