Home
last modified time | relevance | path

Searched refs:DisableVerify (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp130 bool DisableVerify) { in addPassesToEmitFile() argument
133 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context)) in addPassesToEmitFile()
218 bool DisableVerify) { in addPassesToEmitMachineCode() argument
221 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Ctx)) in addPassesToEmitMachineCode()
239 bool DisableVerify) { in addPassesToEmitMC() argument
241 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Ctx)) in addPassesToEmitMC()
294 bool DisableVerify, in addCommonCodeGenPasses() argument
307 if (!DisableVerify) in addCommonCodeGenPasses()
361 if (!DisableVerify) in addCommonCodeGenPasses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp100 bool DisableVerify, bool &WillCompleteCodeGenPipeline, in addPassesToGenerateCode() argument
106 PassConfig->setDisableVerify(DisableVerify); in addPassesToGenerateCode()
201 bool DisableVerify, in addPassesToEmitFile() argument
206 this, PM, DisableVerify, WillCompleteCodeGenPipeline, Out, MMI); in addPassesToEmitFile()
225 bool DisableVerify) { in addPassesToEmitMC() argument
228 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, in addPassesToEmitMC()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp122 bool DisableVerify, AnalysisID StartBefore, in addPassesToGenerateCode() argument
141 PassConfig->setDisableVerify(DisableVerify); in addPassesToGenerateCode()
187 bool DisableVerify, AnalysisID StartBefore, AnalysisID StartAfter, in addPassesToEmitFile() argument
191 addPassesToGenerateCode(this, PM, DisableVerify, StartBefore, StartAfter, in addPassesToEmitFile()
275 bool DisableVerify) { in addPassesToEmitMC() argument
277 Ctx = addPassesToGenerateCode(this, PM, DisableVerify, nullptr, nullptr, in addPassesToEmitMC()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXTargetMachine.cpp130 bool DisableVerify) { in addPassesToEmitFile() argument
135 if (addCommonCodeGenPasses(PM, OptLevel, DisableVerify, Context)) in addPassesToEmitFile()
195 bool DisableVerify, in addCommonCodeGenPasses() argument
212 if (!DisableVerify) in addCommonCodeGenPasses()
243 if (!DisableVerify) in addCommonCodeGenPasses()
DPTXTargetMachine.h93 bool DisableVerify, MCContext *&OutCtx);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h296 bool DisableVerify, MCContext *&OutCtx);
307 bool DisableVerify = true);
318 bool DisableVerify = true);
329 bool DisableVerify = true);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as/
Dllvm-as.cpp54 DisableVerify("disable-verify", cl::Hidden, variable
118 InputFilename, Err, Context, nullptr, !DisableVerify, ClDataLayout); in main()
126 if (!DisableVerify) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h144 bool compile_to_file(const char **Name, bool DisableVerify,
154 std::unique_ptr<MemoryBuffer> compile(bool DisableVerify, bool DisableInline,
161 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
/external/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h141 bool compile_to_file(const char **Name, bool DisableVerify,
151 std::unique_ptr<MemoryBuffer> compile(bool DisableVerify, bool DisableInline,
158 bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp299 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() argument
303 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile_to_file()
311 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile() argument
313 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile()
501 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize() argument
542 PMB.VerifyInput = !DisableVerify; in optimize()
543 PMB.VerifyOutput = !DisableVerify; in optimize()
DLTOBackend.cpp211 bool DisableVerify) { in runNewPMCustomPasses() argument
246 if (!DisableVerify) in runNewPMCustomPasses()
265 PMB.VerifyOutput = !Conf.DisableVerify; in runOldPMPasses()
283 Conf.DisableVerify); in opt()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp295 bool LTOCodeGenerator::compile_to_file(const char **Name, bool DisableVerify, in compile_to_file() argument
299 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile_to_file()
307 LTOCodeGenerator::compile(bool DisableVerify, bool DisableInline, in compile() argument
309 if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in compile()
514 bool LTOCodeGenerator::optimize(bool DisableVerify, bool DisableInline, in optimize() argument
545 PMB.VerifyInput = !DisableVerify; in optimize()
546 PMB.VerifyOutput = !DisableVerify; in optimize()
/external/swiftshader/third_party/LLVM/tools/llvm-as/
Dllvm-as.cpp50 DisableVerify("disable-verify", cl::Hidden, variable
103 if (!DisableVerify) { in main()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp54 DisableVerify("disable-verify", cl::Hidden, variable
106 if (!DisableVerify) { in main()
/external/llvm/include/llvm/CodeGen/
DTargetPassConfig.h111 bool DisableVerify;
155 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetPassConfig.h116 bool DisableVerify = false;
169 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); }
/external/llvm/tools/lto/
Dlto.cpp57 static cl::opt<bool> DisableVerify( variable
411 CG->compile(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile()
421 return !unwrap(cg)->optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_optimize()
438 name, DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile_to_file()
/external/llvm/include/llvm/Target/
DTargetMachine.h304 bool DisableVerify = true, AnalysisID StartBefore = nullptr,
314 bool DisableVerify = true) override;
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCTargetMachine.h32 bool DisableVerify);
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPTargetMachine.h34 bool DisableVerify);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h331 bool DisableVerify = true,
340 bool DisableVerify = true) override;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp61 static cl::opt<bool> DisableVerify( variable
424 CG->compile(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile()
434 return !unwrap(cg)->optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_optimize()
451 name, DisableVerify, DisableInline, DisableGVNLoadPRE, in lto_codegen_compile_to_file()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp143 static bool DisableVerify = true; variable
145 static bool DisableVerify = false; variable
267 DisableVerify = true; in process_plugin_option()
847 Conf.DisableVerify = options::DisableVerify; in createLTO()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/
DConfig.h47 bool DisableVerify = false; member
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp45 static cl::opt<bool> DisableVerify(
240 if (!DisableVerify && verifyModule(Mod)) in maybeVerifyModule()
827 if (!CodeGen.optimize(DisableVerify, DisableInline, DisableGVNLoadPRE, in main()
869 if (!CodeGen.compile_to_file(&OutputName, DisableVerify, DisableInline, in main()

12