/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXMCAsmStreamer.cpp | 40 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()
|
D | PTXTargetMachine.cpp | 53 bool ShowInst);
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 118 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/ |
D | TargetRegistry.h | 56 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/ |
D | llvm-mc-assemble-fuzzer.cpp | 131 const bool ShowInst = false; in AssembleOneInput() local 207 std::move(MAB), ShowInst)); in AssembleOneInput()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAsmStreamer.cpp | 50 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/ |
D | TargetRegistry.h | 61 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/ |
D | llvm-mc.cpp | 57 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/ |
D | TargetRegistry.h | 86 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/ |
D | MCAsmStreamer.cpp | 54 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/ |
D | llvm-mc.cpp | 74 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/ |
D | llvm-mc.cpp | 73 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/ |
D | MCAsmStreamer.cpp | 56 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/ |
D | MCStreamer.h | 619 bool ShowInst = false);
|
/external/llvm/include/llvm/MC/ |
D | MCStreamer.h | 833 MCAsmBackend *TAB, bool ShowInst);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCStreamer.h | 991 MCAsmBackend *TAB, bool ShowInst);
|