Home
last modified time | relevance | path

Searched refs:NextBlockAlignment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp742 Align NextBlockAlignment; in isWaterInRange() local
746 NextBlockAlignment = Align(4); in isWaterInRange()
749 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
761 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp933 Align NextBlockAlignment; in isWaterInRange() local
937 NextBlockAlignment = Align(1); in isWaterInRange()
940 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
952 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1116 Align NextBlockAlignment; in isWaterInRange() local
1122 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
1134 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()