Home
last modified time | relevance | path

Searched refs:IR (Results 1 – 25 of 708) sorted by relevance

12345678910>>...29

/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp71 InstRef &IR, in issueInstructionImpl() argument
100 InstRef &IR, in issueInstruction() argument
124 InstRef &IR = *I; in promoteToReadySet() local
125 if (!IR) in promoteToReadySet()
146 IR.invalidate(); in promoteToReadySet()
160 InstRef &IR = *I; in promoteToPendingSet() local
161 if (!IR) in promoteToPendingSet()
183 IR.invalidate(); in promoteToPendingSet()
215 return IR; in select()
222 if (!IR) in updateIssuedSet()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp81 InstRef IR = HWS.select(); in issueReadyInstructions() local
82 while (IR) { in issueReadyInstructions()
87 IR = HWS.select(); in issueReadyInstructions()
106 for (InstRef &IR : Executed) { in cycleStart()
117 notifyInstructionReady(IR); in cycleStart()
177 notifyInstructionPending(IR); in handleInstructionEliminated()
178 notifyInstructionReady(IR); in handleInstructionEliminated()
191 HWS.sanityCheck(IR); in execute()
216 notifyInstructionReady(IR); in execute()
224 return issueInstruction(IR); in execute()
[all …]
H A DInOrderIssueStage.cpp39 const Instruction &Inst = *IR.getInstruction(); in isAvailable()
157 } else if (hasResourceHazard(*RM, IR)) { in canExecute()
190 const InstRef &IR, in notifyInstructionIssue() argument
216 StalledInst = IR; in execute()
223 Instruction &IS = *IR.getInstruction(); in tryIssue()
227 if (!canExecute(IR, StallCycles)) { in tryIssue()
257 CarriedOver = IR; in tryIssue()
266 IssuedInst.push_back(IR); in tryIssue()
280 InstRef &IR = *I; in updateIssuedInst() local
281 Instruction &IS = *IR.getInstruction(); in updateIssuedInst()
[all …]
H A DDispatchStage.cpp72 bool CanDispatch = checkRCU(IR); in canDispatch()
73 CanDispatch &= checkPRF(IR); in canDispatch()
74 CanDispatch &= checkNextStage(IR); in canDispatch()
78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() argument
80 Instruction &IS = *IR.getInstruction(); in dispatch()
87 CarriedOver = IR; in dispatch()
124 unsigned RCUTokenID = RCU.dispatch(IR); in dispatch()
132 return moveToTheNextStage(IR); in dispatch()
173 return canDispatch(IR); in isAvailable()
176 Error DispatchStage::execute(InstRef &IR) { in execute() argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dgenerator.d49 case IR.Char: in SampleGenerator()
53 case IR.OrChar: in SampleGenerator()
59 case IR.Trie: in SampleGenerator()
66 case IR.Any: in SampleGenerator()
79 case IR.OrEnd: in SampleGenerator()
103 case IR.RepeatStart:case IR.RepeatQStart: in SampleGenerator()
137 case IR.InfiniteStart, IR.InfiniteBloomStart, IR.InfiniteQStart: in SampleGenerator()
140 case IR.InfiniteEnd, IR.InfiniteBloomEnd, IR.InfiniteQEnd: in SampleGenerator()
153 case IR.GroupStart, IR.GroupEnd: in SampleGenerator()
156 case IR.Bol, IR.Wordboundary, IR.Notwordboundary: in SampleGenerator()
[all …]
H A Dthompson.d92 static bool op(IR code:IR.End)(E* e, S* state)
170 static bool op(IR code:IR.Bof)(E* e, S* state)
186 static bool op(IR code:IR.Bol)(E* e, S* state)
206 static bool op(IR code:IR.Eof)(E* e, S* state)
222 static bool op(IR code:IR.Eol)(E* e, S* state)
582 static bool op(IR code:IR.Nop)(E* e, S* state)
626 static bool op(IR code:IR.Any)(E* e, S* state)
680 if (code == IR.Char || code == IR.OrChar || code == IR.CodepointSet
681 || code == IR.Trie || code == IR.Char || code == IR.Any)
706 if (code != IR.Char && code != IR.OrChar && code != IR.CodepointSet
[all …]
H A Dbacktracking.d440 case IR.InfiniteStart, IR.InfiniteQStart: in BacktrackingMatcher()
464 case IR.RepeatStart, IR.RepeatQStart: in BacktrackingMatcher()
594 … pc+IRL!(IR.LookaheadStart) .. pc+IRL!(IR.LookaheadStart)+len+IRL!(IR.LookaheadEnd) in BacktrackingMatcher()
624 … pc + IRL!(IR.LookbehindStart) .. pc + IRL!(IR.LookbehindStart) + len + IRL!(IR.LookbehindEnd) in BacktrackingMatcher()
902 … case IR.InfiniteStart, IR.InfiniteBloomStart,IR.InfiniteQStart, IR.RepeatStart, IR.RepeatQStart:
982 case IR.LookaheadEnd: case IR.NeglookaheadEnd:
983 case IR.LookbehindEnd: case IR.NeglookbehindEnd:
1048 case IR.InfiniteStart, IR.InfiniteQStart, IR.InfiniteBloomStart:
1117 case IR.RepeatStart, IR.RepeatQStart:
1122 case IR.RepeatEnd, IR.RepeatQEnd:
[all …]
H A Dir.d179 case IR.OrEnd,IR.InfiniteEnd,IR.InfiniteQEnd: in immediateParamsIR()
183 case IR.RepeatEnd, IR.RepeatQEnd: in immediateParamsIR()
185 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart: in immediateParamsIR()
229 IR pairedIR(IR i) in pairedIR()
398 case IR.RepeatStart, IR.InfiniteStart, IR.InfiniteBloomStart,
399 IR.Option, IR.GotoEndOr, IR.OrStart:
409 case IR.InfiniteEnd, IR.InfiniteQEnd, IR.InfiniteBloomEnd, IR.OrEnd: //ditto
417 case IR.GroupStart, IR.GroupEnd:
429 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
434 case IR.Backref: case IR.CodepointSet: case IR.Trie:
[all …]
H A Dparser.d454 put(Bytecode(greedy ? IR.RepeatEnd : IR.RepeatQEnd, len)); in fixRepetition()
472 put(Bytecode(greedy ? IR.RepeatEnd : IR.RepeatQEnd, len)); in fixRepetition()
484 put(Bytecode(greedy ? IR.InfiniteStart : IR.InfiniteQStart, len)); in fixRepetition()
488 put(Bytecode(greedy ? IR.InfiniteEnd : IR.InfiniteQEnd, len)); in fixRepetition()
499 put(Bytecode(greedy ? IR.InfiniteEnd : IR.InfiniteQEnd, len)); in fixRepetition()
544 put(Bytecode(IR.OrEnd, cast(uint) ir.length - fix - IRL!(IR.OrStart))); in finishAlternation()
564 case IR.GroupStart:
567 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
581 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
1596 case IR.RepeatStart, IR.RepeatQStart: in postprocess()
[all …]
H A Dkickstart.d154 case IR.Char: in ShiftOr()
164 case IR.GroupStart, IR.GroupEnd: in ShiftOr()
167 case IR.Bof, IR.Bol, IR.Wordboundary, IR.Notwordboundary: in ShiftOr()
190 case IR.Char: in ShiftOr()
228 case IR.Trie: in ShiftOr()
283 case IR.Any: in ShiftOr()
310 case IR.RepeatStart:case IR.RepeatQStart: in ShiftOr()
342 case IR.InfiniteStart, IR.InfiniteQStart: in ShiftOr()
361 case IR.GroupStart, IR.GroupEnd: in ShiftOr()
364 case IR.Bof, IR.Bol, IR.Wordboundary, IR.Notwordboundary: in ShiftOr()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dgenerator.d49 case IR.Char: in SampleGenerator()
53 case IR.OrChar: in SampleGenerator()
59 case IR.Trie: in SampleGenerator()
66 case IR.Any: in SampleGenerator()
79 case IR.OrEnd: in SampleGenerator()
103 case IR.RepeatStart:case IR.RepeatQStart: in SampleGenerator()
137 case IR.InfiniteStart, IR.InfiniteBloomStart, IR.InfiniteQStart: in SampleGenerator()
140 case IR.InfiniteEnd, IR.InfiniteBloomEnd, IR.InfiniteQEnd: in SampleGenerator()
153 case IR.GroupStart, IR.GroupEnd: in SampleGenerator()
156 case IR.Bol, IR.Wordboundary, IR.Notwordboundary: in SampleGenerator()
[all …]
H A Dbacktracking.d468 case IR.InfiniteStart, IR.InfiniteQStart: in matchImpl()
492 case IR.RepeatStart, IR.RepeatQStart: in matchImpl()
612 … pc+IRL!(IR.LookaheadStart) .. pc+IRL!(IR.LookaheadStart)+len+IRL!(IR.LookaheadEnd) in matchImpl()
641 … pc + IRL!(IR.LookbehindStart) .. pc + IRL!(IR.LookbehindStart) + len + IRL!(IR.LookbehindEnd) in matchImpl()
926 … case IR.InfiniteStart, IR.InfiniteBloomStart,IR.InfiniteQStart, IR.RepeatStart, IR.RepeatQStart: in ctGenGroup()
1006 case IR.LookaheadEnd: case IR.NeglookaheadEnd: in ctGenGroup()
1007 case IR.LookbehindEnd: case IR.NeglookbehindEnd: in ctGenGroup()
1072 case IR.InfiniteStart, IR.InfiniteQStart, IR.InfiniteBloomStart: in ctGenFixupCode()
1141 case IR.RepeatStart, IR.RepeatQStart: in ctGenFixupCode()
1146 case IR.RepeatEnd, IR.RepeatQEnd: in ctGenFixupCode()
[all …]
H A Dthompson.d92 static bool op(IR code:IR.End)(E e, S* state)
170 static bool op(IR code:IR.Bof)(E e, S* state)
186 static bool op(IR code:IR.Bol)(E e, S* state)
206 static bool op(IR code:IR.Eof)(E e, S* state)
222 static bool op(IR code:IR.Eol)(E e, S* state)
580 static bool op(IR code:IR.Nop)(E e, S* state)
624 static bool op(IR code:IR.Any)(E e, S* state)
678 if (code == IR.Char || code == IR.OrChar || code == IR.CodepointSet
679 || code == IR.Trie || code == IR.Char || code == IR.Any)
704 if (code != IR.Char && code != IR.OrChar && code != IR.CodepointSet
[all …]
H A Dparser.d373 put(Bytecode(greedy ? IR.RepeatEnd : IR.RepeatQEnd, len)); in fixRepetition()
391 put(Bytecode(greedy ? IR.RepeatEnd : IR.RepeatQEnd, len)); in fixRepetition()
403 put(Bytecode(greedy ? IR.InfiniteStart : IR.InfiniteQStart, len)); in fixRepetition()
407 put(Bytecode(greedy ? IR.InfiniteEnd : IR.InfiniteQEnd, len)); in fixRepetition()
418 put(Bytecode(greedy ? IR.InfiniteEnd : IR.InfiniteQEnd, len)); in fixRepetition()
463 put(Bytecode(IR.OrEnd, cast(uint) ir.length - fix - IRL!(IR.OrStart))); in finishAlternation()
483 case IR.GroupStart:
486 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
500 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
1060 case IR.RepeatStart, IR.RepeatQStart: in postprocess()
[all …]
H A Dkickstart.d154 case IR.Char: in ShiftOr()
164 case IR.GroupStart, IR.GroupEnd: in ShiftOr()
167 case IR.Bof, IR.Bol, IR.Wordboundary, IR.Notwordboundary: in ShiftOr()
190 case IR.Char: in ShiftOr()
228 case IR.Trie: in ShiftOr()
283 case IR.Any: in ShiftOr()
310 case IR.RepeatStart:case IR.RepeatQStart: in ShiftOr()
342 case IR.InfiniteStart, IR.InfiniteQStart: in ShiftOr()
361 case IR.GroupStart, IR.GroupEnd: in ShiftOr()
364 case IR.Bof, IR.Bol, IR.Wordboundary, IR.Notwordboundary: in ShiftOr()
[all …]
H A Dir.d171 case IR.OrEnd,IR.InfiniteEnd,IR.InfiniteQEnd: in immediateParamsIR()
175 case IR.RepeatEnd, IR.RepeatQEnd: in immediateParamsIR()
177 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart: in immediateParamsIR()
221 IR pairedIR(IR i) @safe pure nothrow @nogc in pairedIR()
401 case IR.RepeatStart, IR.InfiniteStart, IR.InfiniteBloomStart,
402 IR.Option, IR.GotoEndOr, IR.OrStart:
412 case IR.InfiniteEnd, IR.InfiniteQEnd, IR.InfiniteBloomEnd, IR.OrEnd: //ditto
420 case IR.GroupStart, IR.GroupEnd:
432 case IR.LookaheadStart, IR.NeglookaheadStart, IR.LookbehindStart, IR.NeglookbehindStart:
437 case IR.Backref: case IR.CodepointSet: case IR.Trie:
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp301 bool shouldPrintIR(Any IR) { in shouldPrintIR() argument
328 if (!shouldPrintIR(IR)) in unwrapAndPrint()
417 handleInitialIR(IR); in saveIRBeforePass()
471 [this](StringRef P, Any IR) { saveIRBeforePass(IR, P); }); in registerRequiredCallbacks() argument
541 unwrapAndPrint(OS, IR, in generateIRRepresentation()
739 if (!shouldPrintIR(IR)) in printBeforePass()
744 unwrapAndPrint(dbgs(), IR); in printBeforePass()
762 if (!shouldPrintIR(IR)) in printAfterPass()
819 [this](StringRef P, Any IR) { this->printBeforePass(P, IR); }); in registerCallbacks() argument
836 [this](StringRef P, Any IR) { return this->shouldRun(P, IR); }); in registerCallbacks() argument
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cris/
H A Dquick-u6.d10 [ ]+0:[ ]+@IR+1632@[ ]+@OC@[ ]+22,\$?r3
11 [ ]+2:[ ]+@IR+0b52@[ ]+@OC@[ ]+11,\$?r5
12 [ ]+4:[ ]+@IR+00a2@[ ]+@OC@[ ]+0,\$?r10
13 [ ]+6:[ ]+@IR+1f52@[ ]+@OC@[ ]+31,\$?r5
14 [ ]+8:[ ]+@IR+0142@[ ]+@OC@[ ]+1,\$?r4
15 [ ]+a:[ ]+@IR+00b2@[ ]+@OC@[ ]+0,\$?r11
16 [ ]+c:[ ]+@IR+0ab2@[ ]+@OC@[ ]+10,\$?r11
17 [ ]+e:[ ]+@IR+00c2@[ ]+@OC@[ ]+0,\$?r12
19 [ ]+10:[ ]+@IR+2c32@[ ]+@OC@[ ]+44,\$?r3
20 [ ]+12:[ ]+@IR+3952@[ ]+@OC@[ ]+57,\$?r5
[all …]
H A Dquick-s6.d10 [ ]+0:[ ]+@IR+5632@[ ]+@OC@[ ]+22,\$?r3
11 [ ]+2:[ ]+@IR+4b52@[ ]+@OC@[ ]+11,\$?r5
12 [ ]+4:[ ]+@IR+40a2@[ ]+@OC@[ ]+0,\$?r10
13 [ ]+6:[ ]+@IR+5f52@[ ]+@OC@[ ]+31,\$?r5
14 [ ]+8:[ ]+@IR+4142@[ ]+@OC@[ ]+1,\$?r4
15 [ ]+a:[ ]+@IR+40b2@[ ]+@OC@[ ]+0,\$?r11
16 [ ]+c:[ ]+@IR+4ab2@[ ]+@OC@[ ]+10,\$?r11
17 [ ]+e:[ ]+@IR+40c2@[ ]+@OC@[ ]+0,\$?r12
19 [ ]+10:[ ]+@IR+6132@[ ]+@OC@[ ]+-31,\$?r3
20 [ ]+12:[ ]+@IR+6a32@[ ]+@OC@[ ]+-22,\$?r3
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dquick-u6.d10 [ ]+0:[ ]+@IR+1632@[ ]+@OC@[ ]+22,\$?r3
11 [ ]+2:[ ]+@IR+0b52@[ ]+@OC@[ ]+11,\$?r5
12 [ ]+4:[ ]+@IR+00a2@[ ]+@OC@[ ]+0,\$?r10
13 [ ]+6:[ ]+@IR+1f52@[ ]+@OC@[ ]+31,\$?r5
14 [ ]+8:[ ]+@IR+0142@[ ]+@OC@[ ]+1,\$?r4
15 [ ]+a:[ ]+@IR+00b2@[ ]+@OC@[ ]+0,\$?r11
16 [ ]+c:[ ]+@IR+0ab2@[ ]+@OC@[ ]+10,\$?r11
17 [ ]+e:[ ]+@IR+00c2@[ ]+@OC@[ ]+0,\$?r12
19 [ ]+10:[ ]+@IR+2c32@[ ]+@OC@[ ]+44,\$?r3
20 [ ]+12:[ ]+@IR+3952@[ ]+@OC@[ ]+57,\$?r5
[all …]
H A Dquick-s6.d10 [ ]+0:[ ]+@IR+5632@[ ]+@OC@[ ]+22,\$?r3
11 [ ]+2:[ ]+@IR+4b52@[ ]+@OC@[ ]+11,\$?r5
12 [ ]+4:[ ]+@IR+40a2@[ ]+@OC@[ ]+0,\$?r10
13 [ ]+6:[ ]+@IR+5f52@[ ]+@OC@[ ]+31,\$?r5
14 [ ]+8:[ ]+@IR+4142@[ ]+@OC@[ ]+1,\$?r4
15 [ ]+a:[ ]+@IR+40b2@[ ]+@OC@[ ]+0,\$?r11
16 [ ]+c:[ ]+@IR+4ab2@[ ]+@OC@[ ]+10,\$?r11
17 [ ]+e:[ ]+@IR+40c2@[ ]+@OC@[ ]+0,\$?r12
19 [ ]+10:[ ]+@IR+6132@[ ]+@OC@[ ]+-31,\$?r3
20 [ ]+12:[ ]+@IR+6a32@[ ]+@OC@[ ]+-22,\$?r3
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h124 CriticalPredecessor.IID = IR.getSourceIndex(); in onGroupIssued()
135 void onInstructionIssued(const InstRef &IR) { in onInstructionIssued() argument
140 const Instruction &IS = *IR.getInstruction(); in onInstructionIssued()
144 CriticalMemoryInstruction = IR; in onInstructionIssued()
146 CriticalMemoryInstruction = IR; in onInstructionIssued()
163 void onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted() argument
276 bool isReady(const InstRef &IR) const { in isReady() argument
284 bool isPending(const InstRef &IR) const { in isPending() argument
292 bool isWaiting(const InstRef &IR) const { in isWaiting() argument
330 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManagerImpl.h36 AnalysisManager<IRUnitT, ExtraArgTs...>::clear(IRUnitT &IR, in clear() argument
41 auto ResultsListI = AnalysisResultLists.find(&IR); in clear()
46 AnalysisResults.erase({IDAndResult.first, &IR}); in clear()
55 AnalysisKey *ID, IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResultImpl() argument
69 PI.runBeforeAnalysis(P, IR); in getResultImpl()
75 PI.runAfterAnalysis(P, IR); in getResultImpl()
79 RI = AnalysisResults.find({ID, &IR}); in getResultImpl()
90 IRUnitT &IR, const PreservedAnalyses &PA) { in invalidate() argument
135 PI->runAnalysisInvalidated(this->lookUpPass(ID), IR); in invalidate()
138 AnalysisResults.erase({ID, &IR}); in invalidate()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap254 header "IR/Attributes.h"
288 header "IR/Intrinsics.h"
304 umbrella "IR"
308 textual header "IR/ConstrainedOps.def"
309 textual header "IR/DebugInfoFlags.def"
310 textual header "IR/Instruction.def"
311 textual header "IR/Metadata.def"
312 textual header "IR/FixedMetadataKinds.def"
313 textual header "IR/Value.def"
314 textual header "IR/VPIntrinsics.def"
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h37 Error issueInstruction(InstRef &IR);
44 Error handleInstructionEliminated(InstRef &IR);
62 bool isAvailable(const InstRef &IR) const override;
73 Error execute(InstRef &IR) override;
76 const InstRef &IR,
78 void notifyInstructionExecuted(const InstRef &IR) const;
79 void notifyInstructionPending(const InstRef &IR) const;
80 void notifyInstructionReady(const InstRef &IR) const;
84 void notifyReservedOrReleasedBuffers(const InstRef &IR, bool Reserved) const;

12345678910>>...29