Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp152 setMinFunctionAlignment(Align(8)); in BPFTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp157 setMinFunctionAlignment(FunctionAlignment); in CSKYTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp144 setMinFunctionAlignment(Align(4)); in LanaiTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp334 setMinFunctionAlignment(Align(2)); in MSP430TargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp172 setMinFunctionAlignment(Align(2)); in XCoreTargetLowering()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2516 void setMinFunctionAlignment(Align Alignment) { in setMinFunctionAlignment() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp236 setMinFunctionAlignment(Align(2)); in AVRTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp199 setMinFunctionAlignment(FunctionAlignment); in LoongArchTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp921 setMinFunctionAlignment(Align(16)); in VETargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp186 setMinFunctionAlignment(Align::Constant<2>()); in M68kTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1956 setMinFunctionAlignment(Align(4)); in SparcTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1439 setMinFunctionAlignment(Align(4)); in HexagonTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp496 setMinFunctionAlignment(Subtarget.isGP64bit() ? Align(8) : Align(4)); in MipsTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp133 setMinFunctionAlignment(Align(2)); in SystemZTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp999 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1423 setMinFunctionAlignment(Align(4)); in PPCTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1608 setMinFunctionAlignment(Subtarget->isThumb() ? Align(2) : Align(4)); in ARMTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp999 setMinFunctionAlignment(Align(4)); in AArch64TargetLowering()