Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp148 unsigned FunctionAlignment = Subtarget.hasStdExtC() ? 1 : 2; in RISCVTargetLowering() local
149 setMinFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()
150 setPrefFunctionAlignment(FunctionAlignment); in RISCVTargetLowering()