Home
last modified time | relevance | path

Searched refs:diagnose (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm/lib/IR/
DDiagnosticInfo.cpp200 Ctx.diagnose(DiagnosticInfoOptimizationRemark(PassName, Fn, DLoc, Msg)); in emitOptimizationRemark()
207 Ctx.diagnose(DiagnosticInfoOptimizationRemarkMissed(PassName, Fn, DLoc, Msg)); in emitOptimizationRemarkMissed()
215 Ctx.diagnose( in emitOptimizationRemarkAnalysis()
224 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisFPCommute(PassName, Fn, in emitOptimizationRemarkAnalysisFPCommute()
233 Ctx.diagnose(DiagnosticInfoOptimizationRemarkAnalysisAliasing(PassName, Fn, in emitOptimizationRemarkAnalysisAliasing()
254 Ctx.diagnose(DiagnosticInfoOptimizationFailure( in emitLoopVectorizeWarning()
260 Ctx.diagnose(DiagnosticInfoOptimizationFailure( in emitLoopInterleaveWarning()
DLLVMContext.cpp219 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError()
224 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError()
253 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext
274 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp191 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError()
196 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError()
229 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext
257 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
/external/syzkaller/vm/qemu/
Dqemu.go63 diagnose chan bool member
250 diagnose: make(chan bool, 1),
485 case <-inst.diagnose:
506 case inst.diagnose <- true:
/external/ltp/testcases/realtime/func/measurement/
DREADME2 to be tools to diagnose problems if gtod_latency results are
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DResetMachineFunctionPass.cpp70 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
DMachineOptimizationRemarkEmitter.cpp62 Ctx.diagnose(OptDiag); in emit()
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp608 Ctx.diagnose( in readCounters()
771 Ctx.diagnose( in annotateIndirectCallSites()
860 Ctx.diagnose( in annotateAllFunctions()
869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions()
875 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions()
/external/tensorflow/.github/ISSUE_TEMPLATE/
D40-tflite-op-request.md24 Include any logs or source code that would be helpful to diagnose the problem. If including traceba…
D10-build-installation-issue.md29 Include any logs or source code that would be helpful to diagnose the problem. If including traceba…
D00-bug-performance-issue.md34 Include any logs or source code that would be helpful to diagnose the problem. If including traceba…
/external/clang/test/SemaObjC/
Dprotocol-archane.m29 // GCC doesn't diagnose this.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DOptimizationRemarkEmitter.cpp84 F->getContext().diagnose(OptDiag); in emit()
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1072 F.getContext().diagnose(DiagnosticInfoSampleProfile( in getFunctionLoc()
1170 F.getContext().diagnose(DiagnosticInfoSampleProfile( in emitAnnotations()
1183 F.getContext().diagnose(DiagnosticInfoSampleProfile( in emitAnnotations()
1205 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in INITIALIZE_PASS_DEPENDENCY()
/external/autotest/server/site_tests/firmware_FAFTSetup/
Dcontrol9 PURPOSE = "Servo based diagnose of FAFT hardware setup"
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp815 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo()
841 Ctx.diagnose(Diag); in getSIProgramInfo()
881 Ctx.diagnose(Diag); in getSIProgramInfo()
898 Ctx.diagnose(Diag); in getSIProgramInfo()
905 Ctx.diagnose(Diag); in getSIProgramInfo()
/external/llvm/include/llvm/IR/
DLLVMContext.h191 void diagnose(const DiagnosticInfo &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFRegisterInfo.cpp53 F.getContext().diagnose(DiagStackSize); in WarnSize()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAsmPrinter.cpp475 Ctx.diagnose(Diag); in getSIProgramInfo()
485 Ctx.diagnose(Diag); in getSIProgramInfo()
492 Ctx.diagnose(Diag); in getSIProgramInfo()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h218 void diagnose(const DiagnosticInfo &DI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp189 Context.diagnose(DiagnosticInfoMIRParser( in error()
195 Context.diagnose(DiagnosticInfoMIRParser( in error()
222 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag)); in reportDiagnostic()
917 Context.diagnose(DiagnosticInfoMIRParser( in createMIRParser()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h273 void diagnose(const DiagnosticInfo &DI);
/external/openssh/contrib/
DREADME50 versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
/external/bcc/tools/
Dtclobjnew_example.txt6 type have been allocated. This helps diagnose common allocation paths, which
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h286 Ctx.diagnose(DiagnosticInfoSampleProfile(Buffer->getBufferIdentifier(), in reportError()

12345