Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp17 uint8_t MipsABIFlagsSection::getFpABIValue() { in getFpABIValue()
37 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString()
50 uint8_t MipsABIFlagsSection::getCPR1SizeValue() { in getCPR1SizeValue()
58 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<()
H A DMipsABIFlagsSection.h21 struct MipsABIFlagsSection { struct
51 MipsABIFlagsSection() = default; argument
204 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection); argument
H A DCMakeLists.txt3 MipsABIFlagsSection.cpp
H A DMipsTargetStreamer.cpp167 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
732 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP()
733 if (FpABI == MipsABIFlagsSection::FpABIKind::SOFT) in emitDirectiveModuleFP()
740 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h112 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
179 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()
187 MipsABIFlagsSection ABIFlagsSection;
307 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/MCTargetDesc/
H A DBUILD.gn60 "MipsABIFlagsSection.cpp",
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp413 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
7227 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()
8471 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()
8493 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()
8513 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()
8539 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()
8548 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt6621 llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp
6622 llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h