HomeSort by relevance Sort by last modified time
    Searched refs:PrintMachineCode (Results 1 - 10 of 10) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetOptions.h 30 /// PrintMachineCode - This flag is enabled when the -print-machineinstrs
33 extern bool PrintMachineCode;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetOptions.h 102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false),
116 /// PrintMachineCode - This flag is enabled when the -print-machineinstrs
119 unsigned PrintMachineCode : 1;
TargetMachine.h 212 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
  /external/llvm/include/llvm/Target/
TargetOptions.h 95 : PrintMachineCode(false), LessPreciseFPMADOption(false),
110 /// PrintMachineCode - This flag is enabled when the -print-machineinstrs
113 unsigned PrintMachineCode : 1;
TargetMachine.h 194 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; }
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 73 if (PrintMachineCode)
79 if (PrintMachineCode)
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 28 bool PrintMachineCode;
56 cl::location(PrintMachineCode), cl::init(false));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 276 if (PrintMachineCode)
282 if (PrintMachineCode)
  /external/llvm/lib/CodeGen/
TargetPassConfig.cpp 275 TM->Options.PrintMachineCode = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetPassConfig.cpp 374 TM.Options.PrintMachineCode = true;
    [all...]

Completed in 251 milliseconds