Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetStreamer.h49 virtual void emitDirectiveSetNoGINV();
231 void emitDirectiveSetNoGINV() override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp63 void MipsTargetStreamer::emitDirectiveSetNoGINV() {} in emitDirectiveSetNoGINV() function in MipsTargetStreamer
458 void MipsTargetAsmStreamer::emitDirectiveSetNoGINV() { in emitDirectiveSetNoGINV() function in MipsTargetAsmStreamer
460 MipsTargetStreamer::emitDirectiveSetNoGINV(); in emitDirectiveSetNoGINV()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7359 getTargetStreamer().emitDirectiveSetNoGINV(); in parseSetNoGINVDirective()