Home
last modified time | relevance | path

Searched refs:SeparateConstOffsetFromGEP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp370 class SeparateConstOffsetFromGEP { class
372 SeparateConstOffsetFromGEP( in SeparateConstOffsetFromGEP() function in __anon3b20b3060111::SeparateConstOffsetFromGEP
806 bool SeparateConstOffsetFromGEP::canonicalizeArrayIndicesToIndexSize( in canonicalizeArrayIndicesToIndexSize()
826 SeparateConstOffsetFromGEP::accumulateByteOffset(GetElementPtrInst *GEP, in accumulateByteOffset()
862 void SeparateConstOffsetFromGEP::lowerToSingleIndexGEPs( in lowerToSingleIndexGEPs()
925 SeparateConstOffsetFromGEP::lowerToArithmetics(GetElementPtrInst *Variadic, in lowerToArithmetics()
973 bool SeparateConstOffsetFromGEP::reorderGEP(GetElementPtrInst *GEP, in reorderGEP()
1016 bool SeparateConstOffsetFromGEP::splitGEP(GetElementPtrInst *GEP) { in splitGEP()
1174 SeparateConstOffsetFromGEP Impl(DT, LI, TLI, GetTTI, LowerGEP); in runOnFunction()
1178 bool SeparateConstOffsetFromGEP::run(Function &F) { in run()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1891 SRCS_MIN+= Transforms/Scalar/SeparateConstOffsetFromGEP.cpp