Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp51 AlignAllFunctions("align-all-functions", variable
133 if (AlignAllFunctions) in MachineFunction()
134 Alignment = AlignAllFunctions; in MachineFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp81 static cl::opt<unsigned> AlignAllFunctions( variable
184 if (AlignAllFunctions) in init()
185 Alignment = Align(1ULL << AlignAllFunctions); in init()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp83 static cl::opt<unsigned> AlignAllFunctions( variable
214 if (AlignAllFunctions) in init()
215 Alignment = Align(1ULL << AlignAllFunctions); in init()