Home
last modified time | relevance | path

Searched defs:HwMode (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenHwModes.h30 struct HwMode { struct
51 const HwMode &getMode(unsigned Id) const { in getMode() argument
H A DCodeGenHwModes.cpp21 HwMode::HwMode(Record *R) { in HwMode() function in HwMode
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.cpp32 LoongArchRegisterInfo(unsigned HwMode) LoongArchRegisterInfo() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp397 CodeGenTarget &Target, unsigned HwMode) { in emitInstructionBaseValues()
528 for (unsigned HwMode : HwModes) { in run() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVRegisterBankInfo.cpp112 RISCVRegisterBankInfo::RISCVRegisterBankInfo(unsigned HwMode) in RISCVRegisterBankInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp56 HexagonRegisterInfo::HexagonRegisterInfo(unsigned HwMode) in HexagonRegisterInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h398 unsigned HwMode; variable
H A DTargetRegisterInfo.h267 unsigned HwMode; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp55 RISCVRegisterInfo::RISCVRegisterInfo(unsigned HwMode) in RISCVRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp58 unsigned HwMode) in RegisterBankInfo()