Home
last modified time | relevance | path

Searched defs:FunctionAlignment (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp102 const Align FunctionAlignment(4); in LoongArchTargetLowering() local
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp153 const Align FunctionAlignment(2); in CSKYTargetLowering() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp4988 unsigned FunctionAlignment = ParseFunctionAlignment(TC, Args); in ConstructJob() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp932 const Align FunctionAlignment(Subtarget.hasStdExtC() ? 2 : 4); in RISCVTargetLowering() local