Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp157 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp144 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp161 setMinFunctionAlignment(Align(2)); in CSKYTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp167 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2612 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp236 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp921 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp186 setMinFunctionAlignment(Align(2)); in M68kTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2000 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1439 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp354 setMinFunctionAlignment(Align(4)); in LoongArchTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp509 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp138 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1454 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1372 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1629 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1053 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()