Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp152 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp103 setMinFunctionAlignment(FunctionAlignment); in LoongArchTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp154 setMinFunctionAlignment(FunctionAlignment); in CSKYTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp144 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp231 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp173 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2450 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.cpp909 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp162 setMinFunctionAlignment(Align::Constant<2>()); in M68kTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1440 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1918 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp496 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp132 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp933 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1414 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp933 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1605 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()