Searched defs:DI (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp38 auto &DI = *ResOrErr; local
70 auto &DI = *ResOrErr; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h159 DependenceInfo &DI; member in class:llvm::AbstractDependenceGraphBuilder
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.c62 const __llvm_profile_data *DI; local
H A DInstrProfilingWriter.c219 const __llvm_profile_data *DI = 0; local
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-64.c37 typedef long DI; typedef
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h67 VisitorImpl(T &DI) : DebugInfo(DI) {} argument
85 Visitor(Data &DI) : VisitorImpl<Data>(DI) {} argument
90 ConstVisitor(const Data &DI) : VisitorImpl<const Data>(DI) {} argument
H A DDWARFEmitter.cpp71 void DWARFYAML::EmitDebugStr(raw_ostream &OS, const DWARFYAML::Data &DI) { argument
78 void DWARFYAML::EmitDebugAbbrev(raw_ostream &OS, const DWARFYAML::Data &DI) { argument
94 void DWARFYAML::EmitDebugAranges(raw_ostream &OS, const DWARFYAML::Data &DI) { argument
194 DumpVisitor(const DWARFYAML::Data &DI, raw_ostream &Out) argument
199 EmitDebugInfo(raw_ostream &OS, const DWARFYAML::Data &DI) argument
212 EmitDebugLine(raw_ostream &OS, const DWARFYAML::Data &DI) argument
298 EmitDebugSectionImpl(const DWARFYAML::Data &DI, EmitFuncType EmitFunc, StringRef Sec, StringMap<std::unique_ptr<MemoryBuffer>> &OutputBuffers) argument
314 DIEFixupVisitor(DWARFYAML::Data &DI) argument
358 DWARFYAML::Data DI; local
360 YIn >> DI; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp110 const auto &DI = MI.getDebugLoc(); local
133 const DILocation *DI = MI.getDebugLoc(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DUser.cpp101 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp203 RenderData(InternalScopedString *buffer, const char *format, const DataInfo *DI, const char *strip_path_prefix) argument
H A Dsanitizer_symbolizer_markup.cpp81 RenderData(InternalScopedString *buffer, const char *format, const DataInfo *DI, const char *strip_path_prefix) argument
H A Dsanitizer_stacktrace_libcdep.cpp144 DataInfo DI; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp92 isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, const DominatorTree &DT, const PostDominatorTree &PDT, DependenceInfo &DI) argument
177 moveInstsBottomUp(BasicBlock &FromBB, BasicBlock &ToBB, const DominatorTree &DT, const PostDominatorTree &PDT, DependenceInfo &DI) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp62 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBs.front()); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h44 static bool classof(const DiagnosticInfo *DI) { argument
69 static bool classof(const DiagnosticInfo *DI) { argument
95 static bool classof(const DiagnosticInfo *DI) { argument
121 static bool classof(const DiagnosticInfo *DI) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInline.cpp206 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBs.front()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp221 DenseMap<unsigned, std::pair<unsigned, unsigned> >::iterator DI = local
H A DHexagonVExtract.cpp78 MachineInstr *DI = MRI.getVRegDef(ExtIdxR); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h107 TypeSourceInfo *DI = Context.CreateTypeSourceInfo(T, FullDataSize); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp138 DepSetMap::const_iterator DI = Deps.find(Inst); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h402 auto DI = Deserializers.find(Key); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h221 (*Fn)(DI); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp231 MachineBasicBlock::iterator DI = std::next(I); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp61 clang::CodeGen::CGDebugInfo &DI; member in struct:__anon454::PCHContainerGenerator::DebugTypeVisitor
63 DebugTypeVisitor(clang::CodeGen::CGDebugInfo &DI, ASTContext &Ctx) argument
174 auto *DI variable
[all...]

Completed in 354 milliseconds

1234