HomeSort by relevance Sort by last modified time
    Searched refs:MipsABIFlagsSection (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 1 //===-- MipsABIFlagsSection.cpp - Mips ELF ABI Flags Section ---*- C++ -*--===//
10 #include "MipsABIFlagsSection.h"
14 uint8_t MipsABIFlagsSection::getFpABIValue() {
34 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) {
47 uint8_t MipsABIFlagsSection::getCPR1SizeValue() {
54 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) {
MipsABIFlagsSection.h 1 //===-- MipsABIFlagsSection.h - Mips ELF ABI Flags Section -----*- C++ -*--===//
21 struct MipsABIFlagsSection {
51 MipsABIFlagsSection()
197 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
MipsTargetStreamer.cpp 121 MipsABIFlagsSection::FpABIKind Value) {
627 MipsABIFlagsSection::FpABIKind Value) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.cpp 1 //===- MipsABIFlagsSection.cpp - Mips ELF ABI Flags Section ---------------===//
10 #include "MCTargetDesc/MipsABIFlagsSection.h"
18 uint8_t MipsABIFlagsSection::getFpABIValue() {
38 StringRef MipsABIFlagsSection::getFpABIString(FpABIKind Value) {
51 uint8_t MipsABIFlagsSection::getCPR1SizeValue() {
59 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection) {
MipsABIFlagsSection.h 1 //===- MipsABIFlagsSection.h - Mips ELF ABI Flags Section -------*- C++ -*-===//
22 struct MipsABIFlagsSection {
52 MipsABIFlagsSection() = default;
203 MCStreamer &operator<<(MCStreamer &OS, MipsABIFlagsSection &ABIFlagsSection);
MipsTargetStreamer.cpp 138 MipsABIFlagsSection::FpABIKind Value) {
704 MipsABIFlagsSection::FpABIKind Value) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetStreamer.h 13 #include "MCTargetDesc/MipsABIFlagsSection.h"
23 struct MipsABIFlagsSection;
99 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
163 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
171 MipsABIFlagsSection ABIFlagsSection;
270 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsTargetStreamer.h 13 #include "MCTargetDesc/MipsABIFlagsSection.h"
23 struct MipsABIFlagsSection;
109 virtual void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value);
182 MipsABIFlagsSection &getABIFlagsSection() { return ABIFlagsSection; }
190 MipsABIFlagsSection ABIFlagsSection;
305 void emitDirectiveSetFp(MipsABIFlagsSection::FpABIKind Value) override;
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 297 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 10 #include "MCTargetDesc/MipsABIFlagsSection.h"
366 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
    [all...]

Completed in 408 milliseconds