Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp732 Align NextBlockAlignment; in isWaterInRange() local
736 NextBlockAlignment = Align(4); in isWaterInRange()
739 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
751 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp931 Align NextBlockAlignment; in isWaterInRange() local
935 NextBlockAlignment = Align(1); in isWaterInRange()
938 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
950 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp1111 Align NextBlockAlignment; in isWaterInRange() local
1117 NextBlockAlignment = NextBlock->getAlignment(); in isWaterInRange()
1129 Growth += offsetToAlignment(CPEEnd, NextBlockAlignment); in isWaterInRange()