RVVVectorLMULMax ("riscv-v-fixed-length-vector-lmul-max", cl::desc("The maximum LMUL value to usefor fixed length vectors. " "Fractional LMUL values are not supported."), cl::init(8), cl::Hidden)
cl::opt< bool > RISCVDisableUsingConstantPoolForLargeInts("riscv-disable-using-constant-pool-for-large-ints", cl::desc("Disable using constant pool for large integers."), cl::init(false), cl::Hidden) ( "riscv-disable-using-constant-pool-for-large-ints" , cl::desc("Disable using constant pool for large integers.") , cl::init(false) , cl::Hidden )
cl::opt< unsigned > RISCVMaxBuildIntsCost("riscv-max-build-ints-cost", cl::desc("The maximum cost used for building integers."), cl::init(0), cl::Hidden) ( "riscv-max-build-ints-cost" , cl::desc("The maximum cost used for building integers.") , cl::init(0) , cl::Hidden )
cl::opt< unsigned > RISCVMinimumJumpTableEntries("riscv-min-jump-table-entries", cl::Hidden, cl::desc("Set minimum number of entries to use a jump table on RISCV")) ( "riscv-min-jump-table-entries" , cl::Hidden , cl::desc("Set minimum number of entries to use a jump table on RISCV") )
cl::opt< unsigned > RVVVectorLMULMax("riscv-v-fixed-length-vector-lmul-max", cl::desc("The maximum LMUL value to usefor fixed length vectors. " "Fractional LMUL values are not supported."), cl::init(8), cl::Hidden) ( "riscv-v-fixed-length-vector-lmul-max" , cl::desc("The maximum LMUL value to usefor fixed length vectors. " "Fractional LMUL values are not supported.") , cl::init(8) , cl::Hidden )
cl::opt< bool > UseAA("riscv-use-aa", cl::init(true), cl::desc("Enable the use of AA during codegen.")) ( "riscv-use-aa" , cl::init(true) , cl::desc("Enable the use of AA during codegen.") )