Home
last modified time | relevance | path

Searched refs:setMinFunctionAlignment (Results 1 – 19 of 19) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaISelLowering.cpp54 setMinFunctionAlignment(Align(4)); in XtensaTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFISelLowering.cpp156 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelLowering.cpp144 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYISelLowering.cpp161 setMinFunctionAlignment(Align(2)); in CSKYTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp167 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRISelLowering.cpp220 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2713 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp919 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kISelLowering.cpp186 setMinFunctionAlignment(Align(2)); in M68kTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1992 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1458 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp525 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchISelLowering.cpp359 setMinFunctionAlignment(Align(4)); in LoongArchTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp141 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp1454 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp1465 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1641 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp1155 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()