Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp54 setMinFunctionAlignment(Align(4)); in XtensaTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp156 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp161 setMinFunctionAlignment(Align(2)); in CSKYTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp144 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp167 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2713 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp220 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp919 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp186 setMinFunctionAlignment(Align(2)); in M68kTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1458 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1992 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp525 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp359 setMinFunctionAlignment(Align(4)); in LoongArchTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp141 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1454 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1465 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1641 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1155 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()