| /src/sys/arch/hpc/stand/hpcboot/mips/ |
| mips_arch.h | 58 #define DI() \ 91 DI(); \
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| func-id-helper.cpp | 38 auto &DI = *ResOrErr; 39 if (DI.FunctionName == DILineInfo::BadString) 42 F << DI.FunctionName; 70 auto &DI = *ResOrErr; 71 F << sys::path::filename(DI.FileName).str() << ":" << DI.Line << ":" 72 << DI.Column;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| DependenceGraphBuilder.h | 45 : Graph(G), DI(D), BBList(BBs) {} 184 DependenceInfo &DI;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyDebugValueManager.cpp | 33 MachineBasicBlock::iterator DI = *Instr; 34 ++DI; 35 for (MachineBasicBlock::iterator DE = Instr->getParent()->end(); DI != DE; 36 ++DI) { 37 if (DI->isDebugValue() && 38 DI->hasDebugOperandForReg(Instr->getOperand(0).getReg())) 39 DI->getOpcode() == TargetOpcode::DBG_VALUE 40 ? DbgValues.push_back(&*DI) 41 : DbgValueLists.push_back(&*DI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| InlineSimple.cpp | 61 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBs.front()); 62 if (DI.isEnabled())
|
| /src/external/gpl3/binutils/dist/include/cgen/ |
| basic-modes.h | 41 typedef int64_t DI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/binutils.old/dist/include/cgen/ |
| basic-modes.h | 41 typedef int64_t DI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb.old/dist/include/cgen/ |
| basic-modes.h | 41 typedef int64_t DI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gdb/dist/include/cgen/ |
| basic-modes.h | 41 typedef int64_t DI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| InstrProfiling.c | 48 const __llvm_profile_data *DI; 49 for (DI = DataBegin; DI != DataEnd; ++DI) { 52 if (!DI->Values) 55 ValueProfNode **ValueCounters = (ValueProfNode **)DI->Values; 58 CurrentVSiteCount += DI->NumValueSites[VKI];
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_stacktrace_libcdep.cc | 143 DataInfo DI; 144 if (!Symbolizer::GetOrInit()->SymbolizeData(data_addr, &DI)) return; 146 RenderData(&data_desc, fmt, &DI, common_flags()->strip_path_prefix);
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| User.cpp | 102 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; 103 assert(DI->SizeInBytes != 0 && "Should not have had a descriptor otherwise!"); 106 reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes, DI->SizeInBytes); 189 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1; 190 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes;
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| TypeLocBuilder.h | 107 TypeSourceInfo *DI = Context.CreateTypeSourceInfo(T, FullDataSize); 108 memcpy(DI->getTypeLoc().getOpaqueData(), &Buffer[Index], FullDataSize); 109 return DI;
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| ASTSrcLocProcessor.cpp | 228 auto DI = CaptureMethods("const struct clang::DeclarationNameInfo &", 230 CD.DeclNameInfos.insert(CD.DeclNameInfos.end(), DI.begin(), DI.end());
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| MemDepPrinter.cpp | 138 DepSetMap::const_iterator DI = Deps.find(Inst); 139 if (DI == Deps.end()) 142 const DepSet &InstDeps = DI->second;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86DiscriminateMemOps.cpp | 110 const auto &DI = MI.getDebugLoc(); 111 if (!DI) 115 Location Loc = diToLocation(DI); 117 std::max(MemOpDiscriminators[Loc], DI->getBaseDiscriminator()); 133 const DILocation *DI = MI.getDebugLoc(); 134 bool HasDebug = DI; 136 DI = ReferenceDI; 138 Location L = diToLocation(DI); 141 Set.insert(DI->getBaseDiscriminator()); 144 DILocation::decodeDiscriminator(DI->getDiscriminator(), BF, DF, CI) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 32 typedef long DI; 38 DI __ashldi3 (DI x, word_type c); 39 DI __ashrdi3 (DI x, word_type c); 41 word_type __cmpdi2 (DI x, DI y); 43 DI __divdi3 (DI x, DI y) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stacktrace_libcdep.cpp | 211 DataInfo DI; 212 if (!Symbolizer::GetOrInit()->SymbolizeData(data_addr, &DI)) return; 214 StackTracePrinter::GetOrInit()->RenderData(&data_desc, fmt, &DI,
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 32 typedef long DI; 38 DI __ashldi3 (DI x, word_type c); 39 DI __ashrdi3 (DI x, word_type c); 41 word_type __cmpdi2 (DI x, DI y); 43 DI __divdi3 (DI x, DI y) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_stacktrace_libcdep.cpp | 210 DataInfo DI; 211 if (!Symbolizer::GetOrInit()->SymbolizeData(data_addr, &DI)) return; 213 RenderData(&data_desc, fmt, &DI, common_flags()->strip_path_prefix);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| Serialization.h | 387 auto DI = Deserializers.find(Key); 388 assert(DI != Deserializers.end() && "No deserializer for error type"); 389 return (DI->second)(C, Err);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| CFGDiff.h | 59 SmallVector<NodePtr, 2> DI[2]; 81 for (auto Child : Pair.second.DI[IsInsert]) { 101 Succ[U.getFrom()].DI[IsInsert].push_back(U.getTo()); 102 Pred[U.getTo()].DI[IsInsert].push_back(U.getFrom()); 119 auto &SuccList = SuccDIList.DI[IsInsert]; 122 if (SuccList.empty() && SuccDIList.DI[!IsInsert].empty()) 126 auto &PredList = PredDIList.DI[IsInsert]; 129 if (PredList.empty() && PredDIList.DI[!IsInsert].empty()) 150 for (auto *Child : It->second.DI[0]) 154 auto &AddedChildren = It->second.DI[1] [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonPeephole.cpp | 218 DenseMap<unsigned, std::pair<unsigned, unsigned> >::iterator DI = 220 if (DI != PeepholeDoubleRegsMap.end()) { 221 std::pair<unsigned,unsigned> PeepholeSrc = DI->second;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| m10200-opc.c | 105 #define DI (MDR+1) 109 #define SD8 (DI+1) 180 { "mov", 0xf140, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}}, 187 { "mov", 0xf100, 0xffc0, FMT_4, {MEM2(DI, AN1), AM0}}, 194 { "mov", 0xf1c0, 0xffc0, FMT_4, {DM0, MEM2(DI, AN1)}}, 201 { "mov", 0xf180, 0xffc0, FMT_4, {AM0, MEM2(DI, AN1)}}, 219 { "movb", 0xf040, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}}, 225 { "movb", 0xf0c0, 0xffc0, FMT_4, {DM0, MEM2(DI, AN1)}}, 233 { "movbu", 0xf080, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}},
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| m10200-opc.c | 105 #define DI (MDR+1) 109 #define SD8 (DI+1) 180 { "mov", 0xf140, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}}, 187 { "mov", 0xf100, 0xffc0, FMT_4, {MEM2(DI, AN1), AM0}}, 194 { "mov", 0xf1c0, 0xffc0, FMT_4, {DM0, MEM2(DI, AN1)}}, 201 { "mov", 0xf180, 0xffc0, FMT_4, {AM0, MEM2(DI, AN1)}}, 219 { "movb", 0xf040, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}}, 225 { "movb", 0xf0c0, 0xffc0, FMT_4, {DM0, MEM2(DI, AN1)}}, 233 { "movbu", 0xf080, 0xffc0, FMT_4, {MEM2(DI, AN1), DM0}},
|