Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp40 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in MipsTargetStreamer()
1006 OS.EmitIntValue(GPRInfoSet ? GPRBitMask : 0, 4); // reg_mask in emitDirectiveEnd()
1007 OS.EmitIntValue(GPRInfoSet ? GPROffset : 0, 4); // reg_offset in emitDirectiveEnd()
1018 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnd()
1036 GPRInfoSet = FPRInfoSet = FrameInfoSet = false; in emitDirectiveEnt()
1103 GPRInfoSet = true; in emitMask()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h192 bool GPRInfoSet; variable