Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1335 void setMinFunctionAlignment(unsigned Align) { in setMinFunctionAlignment() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp182 setMinFunctionAlignment(1); in MSP430TargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1454 setMinFunctionAlignment(2); in HexagonTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp185 setMinFunctionAlignment(1); in XCoreTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1673 setMinFunctionAlignment(2); in SparcTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp116 setMinFunctionAlignment(2); in SystemZTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp392 setMinFunctionAlignment(Subtarget.isGP64bit() ? 3 : 2); in MipsTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp488 setMinFunctionAlignment(2); in AArch64TargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp678 setMinFunctionAlignment(2); in PPCTargetLowering()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp956 setMinFunctionAlignment(Subtarget->isThumb() ? 1 : 2); in ARMTargetLowering()