Searched defs:GEPs (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 332 foldGEPChainAsStructAccess(SmallVector<GetElementPtrInst * > & GEPs,GEPChainInfo & Info) foldGEPChainAsStructAccess() argument 372 foldGEPChainAsU8Access(SmallVector<GetElementPtrInst * > & GEPs,GEPChainInfo & Info) foldGEPChainAsU8Access() argument 408 allZeroIndices(SmallVector<GetElementPtrInst * > & GEPs) allZeroIndices() argument 415 tryToReplaceWithGEPBuiltin(Instruction * LoadOrStoreTemplate,SmallVector<GetElementPtrInst * > & GEPs,Instruction * InsnToReplace) tryToReplaceWithGEPBuiltin() argument 462 rewriteUses(Instruction * Insn,SmallVector<GetElementPtrInst * > & GEPs,SmallVector<Instruction * > & Visited,bool AllowPatial,bool & StillUsed) rewriteUses() argument 503 rewriteAccessChain(Instruction * Insn,SmallVector<GetElementPtrInst * > & GEPs,SmallVector<Instruction * > & Visited,bool AllowPatial,bool & StillUsed) rewriteAccessChain() argument 576 SmallVector<GetElementPtrInst *> GEPs; rewriteAccessChain() local [all...] |
/llvm-project/llvm/docs/ |
H A D | GetElementPtr.rst | 315 .. _Rules:
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 171 GEPListMap GEPs; global() member
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 829 SmallVector<const Value *, 32> GEPs; X86SelectAddress() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2505 auto GEPs = std::move(it->second); optimizeCallInst() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 13393 SmallVector<Value *> GEPs; vectorizeTree() local [all...] |