Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetStreamer.h116 virtual void emitDirectiveModuleGINV();
299 void emitDirectiveModuleGINV() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp155 void MipsTargetStreamer::emitDirectiveModuleGINV() {} in emitDirectiveModuleGINV() function in MipsTargetStreamer
758 void MipsTargetAsmStreamer::emitDirectiveModuleGINV() { in emitDirectiveModuleGINV() function in MipsTargetAsmStreamer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp8177 getTargetStreamer().emitDirectiveModuleGINV(); in parseDirectiveModule()