Home
last modified time | relevance | path

Searched refs:PrintMachineCode (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetOptions.h102 : PrintMachineCode(false), UnsafeFPMath(false), NoInfsFPMath(false), in TargetOptions()
119 unsigned PrintMachineCode : 1; variable
DTargetMachine.h212 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/external/llvm/include/llvm/Target/
DTargetOptions.h95 : PrintMachineCode(false), LessPreciseFPMADOption(false), in TargetOptions()
113 unsigned PrintMachineCode : 1; variable
DTargetMachine.h194 bool shouldPrintMachineCode() const { return Options.PrintMachineCode; } in shouldPrintMachineCode()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h33 extern bool PrintMachineCode;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp28 bool PrintMachineCode; variable
56 cl::location(PrintMachineCode), cl::init(false));
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXTargetMachine.cpp73 if (PrintMachineCode) in printNoVerify()
79 if (PrintMachineCode) in printAndVerify()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp276 if (PrintMachineCode) in printNoVerify()
282 if (PrintMachineCode) in printAndVerify()
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp275 TM->Options.PrintMachineCode = true; in TargetPassConfig()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp374 TM.Options.PrintMachineCode = true; in TargetPassConfig()