Home
last modified time | relevance | path

Searched refs:GPRInfoSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp49 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1035 OS.emitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1036 OS.emitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1047 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1065 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1132 GPRInfoSet = true; in emitMask()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h189 bool GPRInfoSet; variable