/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 74 const InstrDesc &D = IS->getDesc(); in issueInstructionImpl() 82 IS->execute(IR.getSourceIndex()); in issueInstructionImpl() 84 IS->computeCriticalRegDep(); in issueInstructionImpl() 86 if (IS->isMemOp()) { in issueInstructionImpl() 88 const MemoryGroup &Group = LSU.getGroup(IS->getLSUTokenID()); in issueInstructionImpl() 89 IS->setCriticalMemDep(Group.getCriticalPredecessor()); in issueInstructionImpl() 92 if (IS->isExecuting()) in issueInstructionImpl() 94 else if (IS->isExecuted()) in issueInstructionImpl() 129 Instruction &IS = *IR.getInstruction(); in promoteToReadySet() local [all …]
|
/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 49 for (; IS != E; ++IS) { in ScoreboardHazardRecognizer() 50 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer() 52 CurCycle += IS->getNextCycles(); in ScoreboardHazardRecognizer() 128 for (const InstrStage *IS = ItinData->beginStage(idx), in getHazardType() local 129 *E = ItinData->endStage(idx); IS != E; ++IS) { in getHazardType() 133 for (unsigned int i = 0; i < IS->getCycles(); ++i) { in getHazardType() 145 unsigned freeUnits = IS->getUnits(); in getHazardType() 146 switch (IS->getReservationKind()) { in getHazardType() 165 cycle += IS->getNextCycles(); in getHazardType() [all …]
|
/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 81 const InstrDesc &Desc = IS.getDesc(); in dispatch() 82 const unsigned NumMicroOps = IS.getNumMicroOps(); in dispatch() 98 if (IS.isOptimizableMove()) { in dispatch() 99 assert(IS.getDefs().size() == 1 && "Expected a single input!"); in dispatch() 100 assert(IS.getUses().size() == 1 && "Expected a single output!"); in dispatch() 101 if (PRF.tryEliminateMove(IS.getDefs()[0], IS.getUses()[0])) in dispatch() 102 IS.setEliminated(); in dispatch() 114 if (!IS.isEliminated()) { in dispatch() 115 for (ReadState &RS : IS.getUses()) in dispatch() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SchedulerRegistry.h | 63 ScheduleDAGSDNodes *createBURRListDAGScheduler(SelectionDAGISel *IS, 68 ScheduleDAGSDNodes *createSourceListDAGScheduler(SelectionDAGISel *IS, 75 ScheduleDAGSDNodes *createHybridListDAGScheduler(SelectionDAGISel *IS, 82 ScheduleDAGSDNodes *createILPListDAGScheduler(SelectionDAGISel *IS, 87 ScheduleDAGSDNodes *createFastDAGScheduler(SelectionDAGISel *IS, 93 ScheduleDAGSDNodes *createVLIWDAGScheduler(SelectionDAGISel *IS, 97 ScheduleDAGSDNodes *createDefaultScheduler(SelectionDAGISel *IS, 102 ScheduleDAGSDNodes *createDAGLinearizer(SelectionDAGISel *IS,
|
/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 69 if (IS) in getAge() 70 return IS->getAge(); in getAge() 71 consumeError(IS.takeError()); in getAge() 80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local 81 if (IS) in getGuid() 82 return IS->getGuid(); in getGuid() 83 consumeError(IS.takeError()); in getGuid()
|
D | PDBFileBuilder.cpp | 175 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local 177 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout() 182 Entry.FileSize = IS.Content->getBufferSize(); in finalizeMsfLayout() 183 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout() 184 Entry.VFileNI = IS.VNameIndex; in finalizeMsfLayout() 190 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout() 201 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local 202 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout() 252 for (const auto &IS : InjectedSources) { in commitInjectedSources() local 253 uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName)); in commitInjectedSources() [all …]
|
/third_party/icu/icu4c/source/data/brkitr/rules/ |
D | line.txt | 49 $IS = [:LineBreak = Infix_Numeric:]; 120 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 208 # Note subtle interaction with "SP IS /" rules in LB14a. 209 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 219 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 223 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 224 $SP $IS / [^ $CanFollowIS $NU $CM]; 225 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 228 # LB 14b Do not break before numeric separators (IS), even after spaces. 230 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_cj.txt | 50 $IS = [:LineBreak = Infix_Numeric:]; 121 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 209 # Note subtle interaction with "SP IS /" rules in LB14a. 210 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 220 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 224 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 225 $SP $IS / [^ $CanFollowIS $NU $CM]; 226 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 229 # LB 14b Do not break before numeric separators (IS), even after spaces. 231 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_normal.txt | 52 $IS = [:LineBreak = Infix_Numeric:]; 122 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 210 # Note subtle interaction with "SP IS /" rules in LB14a. 211 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 221 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 225 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 226 $SP $IS / [^ $CanFollowIS $NU $CM]; 227 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 230 # LB 14b Do not break before numeric separators (IS), even after spaces. 232 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_normal_cj.txt | 54 $IS = [:LineBreak = Infix_Numeric:]; 125 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 213 # Note subtle interaction with "SP IS /" rules in LB14a. 214 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 224 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 228 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 229 $SP $IS / [^ $CanFollowIS $NU $CM]; 230 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 233 # LB 14b Do not break before numeric separators (IS), even after spaces. 235 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_loose.txt | 56 $IS = [:LineBreak = Infix_Numeric:]; 127 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 215 # Note subtle interaction with "SP IS /" rules in LB14a. 216 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 226 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 230 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 231 $SP $IS / [^ $CanFollowIS $NU $CM]; 232 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 235 # LB 14b Do not break before numeric separators (IS), even after spaces. 237 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_phrase_cj.txt | 51 $IS = [:LineBreak = Infix_Numeric:]; 133 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 221 # Note subtle interaction with "SP IS /" rules in LB14a. 222 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 232 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 236 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 237 $SP $IS / [^ $CanFollowIS $NU $CM]; 238 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 241 # LB 14b Do not break before numeric separators (IS), even after spaces. 243 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_normal_phrase_cj.txt | 56 $IS = [:LineBreak = Infix_Numeric:]; 138 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 226 # Note subtle interaction with "SP IS /" rules in LB14a. 227 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 237 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 241 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 242 $SP $IS / [^ $CanFollowIS $NU $CM]; 243 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 246 # LB 14b Do not break before numeric separators (IS), even after spaces. 248 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_loose_cj.txt | 66 $IS = [:LineBreak = Infix_Numeric:]; 139 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $BAX $HY $… 227 # Note subtle interaction with "SP IS /" rules in LB14a. 228 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 238 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 242 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $BAX $HY $NS $ALPlus $H… 243 $SP $IS / [^ $CanFollowIS $NU $CM]; 244 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 247 # LB 14b Do not break before numeric separators (IS), even after spaces. 249 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_loose_phrase_cj.txt | 68 $IS = [:LineBreak = Infix_Numeric:]; 152 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $BAX $HY $… 240 # Note subtle interaction with "SP IS /" rules in LB14a. 241 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 251 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 255 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $BAX $HY $NS $ALPlus $H… 256 $SP $IS / [^ $CanFollowIS $NU $CM]; 257 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 260 # LB 14b Do not break before numeric separators (IS), even after spaces. 262 [$LB8NonBreaks - $SP] $IS; [all …]
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/ |
D | line_cj.txt | 50 $IS = [:LineBreak = Infix_Numeric:]; 119 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 207 # Note subtle interaction with "SP IS /" rules in LB14a. 208 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 218 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 222 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 223 $SP $IS / [^ $CanFollowIS $NU $CM]; 224 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 227 # LB 14b Do not break before numeric separators (IS), even after spaces. 229 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line.txt | 49 $IS = [:LineBreak = Infix_Numeric:]; 118 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 206 # Note subtle interaction with "SP IS /" rules in LB14a. 207 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 217 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 221 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 222 $SP $IS / [^ $CanFollowIS $NU $CM]; 223 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 226 # LB 14b Do not break before numeric separators (IS), even after spaces. 228 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_normal.txt | 52 $IS = [:LineBreak = Infix_Numeric:]; 120 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 208 # Note subtle interaction with "SP IS /" rules in LB14a. 209 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 219 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 223 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 224 $SP $IS / [^ $CanFollowIS $NU $CM]; 225 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 228 # LB 14b Do not break before numeric separators (IS), even after spaces. 230 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_loose.txt | 56 $IS = [:LineBreak = Infix_Numeric:]; 125 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 213 # Note subtle interaction with "SP IS /" rules in LB14a. 214 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 224 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 228 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 229 $SP $IS / [^ $CanFollowIS $NU $CM]; 230 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 233 # LB 14b Do not break before numeric separators (IS), even after spaces. 235 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_normal_cj.txt | 55 $IS = [:LineBreak = Infix_Numeric:]; 124 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 212 # Note subtle interaction with "SP IS /" rules in LB14a. 213 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 223 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 227 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 228 $SP $IS / [^ $CanFollowIS $NU $CM]; 229 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 232 # LB 14b Do not break before numeric separators (IS), even after spaces. 234 [$LB8NonBreaks - $SP] $IS; [all …]
|
D | line_loose_cj.txt | 65 $IS = [:LineBreak = Infix_Numeric:]; 136 $AL_FOLLOW = [$BK $CR $LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $I… 224 # Note subtle interaction with "SP IS /" rules in LB14a. 225 # This rule consumes the SP, chaining happens on the IS, effectivley overriding the SP IS r… 235 # Note: would be simpler to express as "$SP / $IS $CM* $NU;", but ICU rules have limitations. 239 $CanFollowIS = [$BK $CR $LF $NL $SP $ZW $WJ $GL $CL $CP $EX $IS $SY $QU $BA $HY $NS $ALPlus $HL $IN… 240 $SP $IS / [^ $CanFollowIS $NU $CM]; 241 $SP $IS $CM* $CMX / [^ $CanFollowIS $NU $CM]; 244 # LB 14b Do not break before numeric separators (IS), even after spaces. 246 [$LB8NonBreaks - $SP] $IS; [all …]
|
/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 155 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency() 156 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency() 157 StartCycle += IS->getNextCycles(); in getStageLatency()
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/rbbi/break_rules/ |
D | line.txt | 42 IS = [:LineBreak = Infix_Numeric:]; 96 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*… 104 # LB 14a Break before an IS that begins a number and follows a space. 105 LB14a: SP ÷ IS CM* NU; 107 # LB14b × IS 108 LB14b.1: [^SP] CM* IS; 109 LB14b.2: SP IS; 199 LB29: IS CM* (AL | HL); 206 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM]; 207 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM]; [all …]
|
/third_party/skia/third_party/externals/d3d12allocator/ |
D | NOTICES.txt | 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT N… 27 THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF 46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 73 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | line_normal.txt | 51 IS = [:LineBreak = Infix_Numeric:]; 108 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*… 116 # LB 14a Break before an IS that begins a number and follows a space. 117 LB14a: SP ÷ IS CM* NU; 119 # LB14b × IS 120 LB14b.1: [^SP] CM* IS; 121 LB14b.2: SP IS; 210 LB29: IS CM* (AL | HL); 217 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM]; 218 LB30a.2: RI CM* RI CM* CMS ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM]; [all …]
|