Home
last modified time | relevance | path

Searched refs:IS (Results 1 – 25 of 5696) sorted by relevance

12345678910>>...228

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp73 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/
DScoreboardHazardRecognizer.cpp45 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/boost/boost/fusion/sequence/io/detail/
Din.hpp29 template <typename IS>
31 read(IS& is, char const* delim, mpl::false_ = mpl::false_()) in read()
33 detail::string_ios_manip<Tag, IS> manip(is); in read()
37 template <typename IS>
39 read(IS&, char const*, mpl::true_) in read()
46 template <typename IS, typename First, typename Last>
48 call(IS&, First const&, Last const&, mpl::true_) in call()
52 template <typename IS, typename First, typename Last>
54 call(IS& is, First const& first, Last const& last, mpl::false_) in call()
67 template <typename IS, typename First, typename Last>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp80 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/
DSchedulerRegistry.h63 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/
DNativeExeSymbol.cpp68 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()
DPDBFileBuilder.cpp175 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/boost/boost/histogram/detail/
Dfill.hpp166 template <class IW, class IS, class T, class U>
167 void fill_storage_2(IW, IS, T&& t, U&& u) noexcept { in fill_storage_2() argument
172 std::get<IS::value>(u).value); in fill_storage_2()
176 template <class IS, class T, class U>
177 void fill_storage_2(mp11::mp_int<-1>, IS, T&& t, const U& u) noexcept { in fill_storage_2() argument
180 std::get<IS::value>(u).value); in fill_storage_2()
195 template <class IW, class IS, class Storage, class Index, class Args>
196 auto fill_storage(IW, IS, Storage& s, const Index idx, const Args& a) noexcept { in fill_storage() argument
199 fill_storage_2(IW{}, IS{}, s[idx], a); in fill_storage()
274 template <int Start, int Size, class IW, class IS, class Args>
[all …]
/third_party/skia/third_party/externals/icu/source/data/brkitr/rules/
Dline_cj.txt50 $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 …]
Dline_normal.txt52 $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 …]
Dline.txt49 $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 …]
Dline_loose.txt56 $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 …]
Dline_normal_cj.txt55 $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 …]
Dline_loose_cj.txt65 $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/icu/icu4c/source/data/brkitr/rules/
Dline_cj.txt50 $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 …]
Dline_normal.txt52 $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 …]
Dline.txt49 $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 …]
Dline_normal_cj.txt55 $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 …]
Dline_loose.txt56 $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 …]
Dline_loose_cj.txt65 $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/
DMCInstrItineraries.h154 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/
Dline.txt42 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/icu/icu4c/source/test/testdata/break_rules/
Dline.txt49 IS = [:LineBreak = Infix_Numeric:];
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
111 # LB 14a Break before an IS that begins a number and follows a space.
112 LB14a: SP ÷ IS CM* NU;
114 # LB14b × IS
115 LB14b.1: [^SP] CM* IS;
116 LB14b.2: SP IS;
206 LB29: IS CM* (AL | HL);
213 LB30a.1: RI CM* RI ÷ [^BK CR LF NL SP ZW WJ CL CP EX IS SY GL QU BA HY NS IN CM];
214 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dline.txt42 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/
DNOTICES.txt15 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

12345678910>>...228