Home
last modified time | relevance | path

Searched refs:emitDirectiveSetNoGINV (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h48 virtual void emitDirectiveSetNoGINV();
230 void emitDirectiveSetNoGINV() override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp69 void MipsTargetStreamer::emitDirectiveSetNoGINV() {} in emitDirectiveSetNoGINV() function in MipsTargetStreamer
472 void MipsTargetAsmStreamer::emitDirectiveSetNoGINV() { in emitDirectiveSetNoGINV() function in MipsTargetAsmStreamer
474 MipsTargetStreamer::emitDirectiveSetNoGINV(); in emitDirectiveSetNoGINV()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7423 getTargetStreamer().emitDirectiveSetNoGINV(); in parseSetNoGINVDirective()