Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp136 setMinFunctionAlignment(3); in BPFTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp149 setMinFunctionAlignment(2); in LanaiTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp331 setMinFunctionAlignment(1); in MSP430TargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp165 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2003 void setMinFunctionAlignment(unsigned Align) { in setMinFunctionAlignment() function
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp240 setMinFunctionAlignment(1); in AVRTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp175 setMinFunctionAlignment(1); in XCoreTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1235 setMinFunctionAlignment(2); in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1808 setMinFunctionAlignment(2); in SparcTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp517 setMinFunctionAlignment(Subtarget.isGP64bit() ? 3 : 2); in MipsTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp124 setMinFunctionAlignment(2); in SystemZTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp605 setMinFunctionAlignment(2); in AArch64TargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1136 setMinFunctionAlignment(2); in PPCTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1206 setMinFunctionAlignment(Subtarget->isThumb() ? 1 : 2); in ARMTargetLowering()