Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp153 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp148 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp230 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp175 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2268 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp871 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp159 setMinFunctionAlignment(Align::Constant<2>()); in M68kTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1443 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1817 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp514 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp130 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp802 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1373 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp938 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1553 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()