| /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.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/dist/gcc/ |
| tree-diagnostic.h | 27 #define diagnostic_abstract_origin(DI) \ 28 ((tree) diagnostic_info_auxiliary_data (DI)) 38 #define diagnostic_last_function_changed(DC, DI) \ 39 (diagnostic_last_function (DC) != (diagnostic_abstract_origin (DI) \ 40 ? diagnostic_abstract_origin (DI) \ 45 #define diagnostic_set_last_function(DC, DI) \ 47 = (((DI) && diagnostic_abstract_origin (DI)) \ 48 ? diagnostic_abstract_origin (DI) \
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-diagnostic.h | 27 #define diagnostic_abstract_origin(DI) \ 28 ((tree) diagnostic_info_auxiliary_data (DI)) 38 #define diagnostic_last_function_changed(DC, DI) \ 39 (diagnostic_last_function (DC) != (diagnostic_abstract_origin (DI) \ 40 ? diagnostic_abstract_origin (DI) \ 45 #define diagnostic_set_last_function(DC, DI) \ 47 = (((DI) && diagnostic_abstract_origin (DI)) \ 48 ? diagnostic_abstract_origin (DI) \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| DWARFEmitter.h | 31 Error emitDebugAbbrev(raw_ostream &OS, const Data &DI); 32 Error emitDebugStr(raw_ostream &OS, const Data &DI); 34 Error emitDebugAranges(raw_ostream &OS, const Data &DI); 35 Error emitDebugRanges(raw_ostream &OS, const Data &DI); 36 Error emitDebugPubnames(raw_ostream &OS, const Data &DI); 37 Error emitDebugPubtypes(raw_ostream &OS, const Data &DI); 38 Error emitDebugGNUPubnames(raw_ostream &OS, const Data &DI); 39 Error emitDebugGNUPubtypes(raw_ostream &OS, const Data &DI); 40 Error emitDebugInfo(raw_ostream &OS, const Data &DI); 41 Error emitDebugLine(raw_ostream &OS, const Data &DI); [all...] |
| /src/external/gpl3/binutils/dist/include/cgen/ |
| basic-ops.h | 151 extern DI ADDDI (DI, DI); 152 extern DI SUBDI (DI, DI); 153 extern DI MULDI (DI, DI); 154 extern DI DIVDI (DI, DI) [all...] |
| 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-ops.h | 151 extern DI ADDDI (DI, DI); 152 extern DI SUBDI (DI, DI); 153 extern DI MULDI (DI, DI); 154 extern DI DIVDI (DI, DI) [all...] |
| 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-ops.h | 151 extern DI ADDDI (DI, DI); 152 extern DI SUBDI (DI, DI); 153 extern DI MULDI (DI, DI); 154 extern DI DIVDI (DI, DI) [all...] |
| 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-ops.h | 151 extern DI ADDDI (DI, DI); 152 extern DI SUBDI (DI, DI); 153 extern DI MULDI (DI, DI); 154 extern DI DIVDI (DI, DI) [all...] |
| basic-modes.h | 41 typedef int64_t DI; 48 #define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
|
| /src/external/gpl3/gcc/dist/gcc/config/sh/ |
| sh-modes.def | 27 VECTOR_MODE (INT, DI, 4); /* V4DI */ 28 VECTOR_MODE (INT, DI, 8); /* V8DI */
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| sh-modes.def | 27 VECTOR_MODE (INT, DI, 4); /* V4DI */ 28 VECTOR_MODE (INT, DI, 8); /* V8DI */
|
| /src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| bfin-modes.def | 22 PARTIAL_INT_MODE (DI, 40, PDI);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin-modes.def | 22 PARTIAL_INT_MODE (DI, 40, PDI);
|
| /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/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/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/include/llvm/IR/ |
| DiagnosticHandler.h | 30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); 42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { 44 DiagHandlerCallback(DI, DiagnosticContext);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/ |
| loongarch-ftypes.def | 50 DEF_LARCH_FTYPE (2, (VOID, DI, UQI)) 52 DEF_LARCH_FTYPE (2, (VOID, DI, DI)) 54 DEF_LARCH_FTYPE (2, (DI, DI, UQI)) 58 DEF_LARCH_FTYPE (2, (SI, DI, SI))
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-ops.h | 157 extern DI ADDDI (DI, DI); 158 extern DI SUBDI (DI, DI); 159 extern DI MULDI (DI, DI); 160 extern DI DIVDI (DI, DI) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-ops.h | 157 extern DI ADDDI (DI, DI); 158 extern DI SUBDI (DI, DI); 159 extern DI MULDI (DI, DI); 160 extern DI DIVDI (DI, DI) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| darwin.md | 22 [(set (match_operand:DI 0 "gpc_reg_operand" "=b") 23 (plus:DI (match_operand:DI 1 "gpc_reg_operand" "b") 24 (high:DI (match_operand 2 "" ""))))] 60 (mem:DF (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b,b") 77 [(set (mem:DF (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b") 96 (mem:SF (lo_sum:DI (match_operand:DI 1 "gpc_reg_operand" "b,b" [all...] |