Home
last modified time | relevance | path

Searched refs:ShowInst (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp40 unsigned ShowInst : 1; member in __anon2f41fc580111::PTXMCAsmStreamer
52 ShowInst(showInst) { in PTXMCAsmStreamer()
509 if (ShowInst) { in EmitInstruction()
540 bool ShowInst) { in createPTXAsmStreamer() argument
542 IP, CE, ShowInst); in createPTXAsmStreamer()
DPTXTargetMachine.cpp53 bool ShowInst);
/external/clang/tools/driver/
Dcc1as_main.cpp118 unsigned ShowInst : 1; member
142 ShowInst = 0; in AssemblerInvocation()
246 Opts.ShowInst = Args.hasArg(OPT_show_inst); in CreateFromArgs()
387 /*useDwarfDirectory*/ true, IP, CE, MAB, Opts.ShowInst)); in ExecuteAssembler()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h56 bool ShowInst);
122 bool ShowInst);
432 bool ShowInst) const { in createAsmStreamer() argument
435 InstPrint, CE, TAB, ShowInst); in createAsmStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc-assemble-fuzzer/
Dllvm-mc-assemble-fuzzer.cpp131 const bool ShowInst = false; in AssembleOneInput() local
207 std::move(MAB), ShowInst)); in AssembleOneInput()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp50 unsigned ShowInst : 1; member in __anon1c40df1a0111::MCAsmStreamer
72 ShowInst(showInst), UseLoc(useLoc), UseCFI(useCFI) { in MCAsmStreamer()
1240 if (ShowInst) { in EmitInstruction()
1276 bool ShowInst) { in createAsmStreamer() argument
1278 IP, CE, MAB, ShowInst); in createAsmStreamer()
/external/llvm/include/llvm/Support/
DTargetRegistry.h61 MCAsmBackend *TAB, bool ShowInst);
468 MCAsmBackend *TAB, bool ShowInst) const { in createAsmStreamer() argument
472 TAB, ShowInst); in createAsmStreamer()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp57 ShowInst("show-inst", cl::desc("Show internal instruction representation")); variable
412 ShowInst)); in AssembleInput()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h86 std::unique_ptr<MCAsmBackend> &&TAB, bool ShowInst);
520 bool ShowInst) const { in createAsmStreamer() argument
524 std::move(CE), std::move(TAB), ShowInst); in createAsmStreamer()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp54 unsigned ShowInst : 1; member in __anoncfecf8ee0111::MCAsmStreamer
69 IsVerboseAsm(isVerboseAsm), ShowInst(showInst), in MCAsmStreamer()
1543 if (ShowInst) { in EmitInstruction()
1618 MCAsmBackend *MAB, bool ShowInst) { in createAsmStreamer() argument
1620 useDwarfDirectory, IP, CE, MAB, ShowInst); in createAsmStreamer()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mc/
Dllvm-mc.cpp74 ShowInst("show-inst", cl::desc("Show internal instruction representation")); variable
473 std::move(CE), std::move(MAB), ShowInst)); in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp73 ShowInst("show-inst", cl::desc("Show internal instruction representation")); variable
511 /*useDwarfDirectory*/ true, IP, CE, MAB, ShowInst)); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp56 unsigned ShowInst : 1; member in __anonc25664460111::MCAsmStreamer
75 ShowInst(showInst), UseDwarfDirectory(useDwarfDirectory) { in MCAsmStreamer()
1807 if (ShowInst) { in EmitInstruction()
1908 bool ShowInst) { in createAsmStreamer() argument
1911 ShowInst); in createAsmStreamer()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h619 bool ShowInst = false);
/external/llvm/include/llvm/MC/
DMCStreamer.h833 MCAsmBackend *TAB, bool ShowInst);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCStreamer.h991 MCAsmBackend *TAB, bool ShowInst);