Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp14 uint8_t MipsABIFlagsSection::getFpABIValue() { in getFpABIValue()
34 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) { in getFpABIString()
47 uint8_t MipsABIFlagsSection::getCPR1SizeValue() { in getCPR1SizeValue()
54 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) { in operator <<()
DMipsABIFlagsSection.h21 struct MipsABIFlagsSection { struct
51 MipsABIFlagsSection() in MipsABIFlagsSection() argument
197 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection); argument
DCMakeLists.txt3 MipsABIFlagsSection.cpp
DMipsTargetStreamer.cpp121 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
627 MipsABIFlagsSection::FpABIKind Value) { in emitDirectiveSetFp()
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h23 struct MipsABIFlagsSection;
99 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
163 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; } in getABIFlagsSection()
171 MipsABIFlagsSection ABIFlagsSection;
270 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h973 struct MipsABIFlagsSection { struct
1066 MipsABIFlagsSection() = default; argument
DIceTargetLoweringMIPS32.cpp5733 struct MipsABIFlagsSection Flags; in emitTargetRODataSections()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp297 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
5126 MipsABIFlagsSection::FpABIKind FpAbiVal; in parseSetFpDirective()
5957 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP()
5979 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue()
5999 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()
6025 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()
6034 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()