/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl() local 129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet() local 166 Instruction &IS = *IR.getInstruction(); in promoteToPendingSet() local 198 Instruction &IS = *IR.getInstruction(); in select() local 224 Instruction &IS = *IR.getInstruction(); in updateIssuedSet() local 252 const Instruction &IS = *IR.getInstruction(); in analyzeDataDependencies() local 301 Instruction &IS = *IR.getInstruction(); in dispatch() local
|
D | LSUnit.cpp | 191 const Instruction &IS = *IR.getInstruction(); in onInstructionExecuted() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeExeSymbol.cpp | 68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local 80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
|
D | PDBFileBuilder.cpp | 175 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local 201 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local 252 for (const auto &IS : InjectedSources) { in commitInjectedSources() local
|
D | PDBFile.cpp | 458 auto IS = getPDBInfoStream(); in hasPDBStringTable() local 471 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local 497 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScoreboardHazardRecognizer.cpp | 45 const InstrStage *IS = ItinData->beginStage(idx); in ScoreboardHazardRecognizer() local 128 for (const InstrStage *IS = ItinData->beginStage(idx), in getHazardType() local 187 for (const InstrStage *IS = ItinData->beginStage(idx), in EmitInstruction() local
|
D | TargetSubtargetInfo.cpp | 22 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
|
D | MachinePipeliner.cpp | 920 for (const InstrStage &IS : in minFuncUnits() local 966 for (const InstrStage &IS : in calcCriticalResources() local 1408 for (SUnit::const_succ_iterator IS = SU->Succs.begin(), in computeNodeFunctions() local 1462 for (SUnit::const_succ_iterator IS = (*I)->Succs.begin(), in pred_L() local
|
/third_party/boost/boost/histogram/detail/ |
D | fill.hpp | 167 void fill_storage_2(IW, IS, T&& t, U&& u) noexcept { in fill_storage_2() argument 177 void fill_storage_2(mp11::mp_int<-1>, IS, T&& t, const U& u) noexcept { in fill_storage_2() argument 196 auto fill_storage(IW, IS, Storage& s, const Index idx, const Args& a) noexcept { in fill_storage() argument 275 decltype(auto) pack_args(IW, IS, const Args& args) noexcept { in pack_args() argument 286 decltype(auto) pack_args(mp11::mp_int<-1>, IS, const Args& args) noexcept { in pack_args() argument
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerMerge.cpp | 29 void Merger::ParseOrExit(std::istream &IS, bool ParseCoverage) { in ParseOrExit() 48 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGVLIW.cpp | 274 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
|
D | ScheduleDAGFast.cpp | 797 llvm::createFastDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createFastDAGScheduler() 802 llvm::createDAGLinearizer(SelectionDAGISel *IS, CodeGenOpt::Level) { in createDAGLinearizer()
|
D | ResourcePriorityQueue.cpp | 43 ResourcePriorityQueue::ResourcePriorityQueue(SelectionDAGISel *IS) in ResourcePriorityQueue()
|
D | ScheduleDAGRRList.cpp | 3132 llvm::createBURRListDAGScheduler(SelectionDAGISel *IS, in createBURRListDAGScheduler() 3146 llvm::createSourceListDAGScheduler(SelectionDAGISel *IS, in createSourceListDAGScheduler() 3160 llvm::createHybridListDAGScheduler(SelectionDAGISel *IS, in createHybridListDAGScheduler() 3176 llvm::createILPListDAGScheduler(SelectionDAGISel *IS, in createILPListDAGScheduler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | DispatchStage.cpp | 80 Instruction &IS = *IR.getInstruction(); in dispatch() local
|
D | ExecuteStage.cpp | 59 Instruction &IS = *IR.getInstruction(); in issueInstruction() local
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_is.c | 44 float *IS = &s->scoefs[256*2], *I34 = &s->scoefs[256*3]; in ff_aac_is_encoding_err() local
|
D | mpc.h | 55 int IS, MSS, gapless; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 154 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
|
D | MCCodeView.h | 84 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 214 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance_ca_l_ar.cpp | 373 typedef int_segment_type IS; in test_distance_segment_box() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | LSUnit.h | 125 const Instruction &IS = *IR.getInstruction(); in onInstructionIssued() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 265 typename TargetT::IndirectStubsInfo IS; in handleEmitIndirectStubs() local
|
/third_party/python/Lib/ctypes/test/ |
D | test_structures.py | 104 class IS(Structure): class
|