|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Target/AArch64/AArch64ISelLowering.cpp 644 setMinFunctionAlignment(Align(4));
lib/Target/ARM/ARMISelLowering.cpp 1452 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4));
lib/Target/AVR/AVRISelLowering.cpp 239 setMinFunctionAlignment(Align(2));
lib/Target/BPF/BPFISelLowering.cpp 136 setMinFunctionAlignment(Align(8));
lib/Target/Hexagon/HexagonISelLowering.cpp 1239 setMinFunctionAlignment(Align(4));
lib/Target/Lanai/LanaiISelLowering.cpp 148 setMinFunctionAlignment(Align(4));
lib/Target/MSP430/MSP430ISelLowering.cpp 330 setMinFunctionAlignment(Align(2));
lib/Target/Mips/MipsISelLowering.cpp 517 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4));
lib/Target/PowerPC/PPCISelLowering.cpp 1189 setMinFunctionAlignment(Align(4));
lib/Target/RISCV/RISCVISelLowering.cpp 210 setMinFunctionAlignment(FunctionAlignment);
lib/Target/Sparc/SparcISelLowering.cpp 1808 setMinFunctionAlignment(Align(4));
lib/Target/SystemZ/SystemZISelLowering.cpp 123 setMinFunctionAlignment(Align(2));
lib/Target/XCore/XCoreISelLowering.cpp 174 setMinFunctionAlignment(Align(2));