Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp42 static cl::opt<bool> EnableSubRegLiveness("riscv-enable-subreg-liveness",
189 return EnableSubRegLiveness; in enableSubRegLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp71 static cl::opt<bool> EnableSubRegLiveness("arm-enable-subreg-liveness",
391 if (EnableSubRegLiveness.getNumOccurrences()) in enableSubRegLiveness()
392 return EnableSubRegLiveness; in enableSubRegLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp37 static cl::opt<bool> EnableSubRegLiveness("enable-subreg-liveness", cl::Hidden, variable
45 EnableSubRegLiveness) { in MachineRegisterInfo()