Home
last modified time | relevance | path

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

12345678910>>...62

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A 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 in promoteToReadySet() local
166 Instruction &IS = *IR.getInstruction(); promoteToPendingSet() local
198 Instruction &IS = *IR.getInstruction(); select() local
224 Instruction &IS = *IR.getInstruction(); updateIssuedSet() local
252 const Instruction &IS = *IR.getInstruction(); analyzeDataDependencies() local
301 Instruction &IS = *IR.getInstruction(); dispatch() local
[all...]
H A DLSUnit.cpp70 const Instruction &IS = *IR.getInstruction(); in dispatch() local
71 bool IsStoreBarrier = IS.isAStoreBarrier(); in dispatch()
72 bool IsLoadBarrier = IS.isALoadBarrier(); in dispatch()
73 assert((IS.getMayLoad() || IS.getMayStore()) && "Not a memory operation!"); in dispatch()
75 if (IS.getMayLoad()) in dispatch()
77 if (IS.getMayStore()) in dispatch()
80 if (IS.getMayStore()) { in dispatch()
118 if (IS.getMayLoad()) { in dispatch()
127 assert(IS.getMayLoad() && "Expected a load!"); in dispatch()
197 const Instruction &IS = *IR.getInstruction(); in isAvailable() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp44 const InstrStage *IS = ItinData->beginStage(idx); in ScoreboardHazardRecognizer() local
48 for (; IS != E; ++IS) { in ScoreboardHazardRecognizer()
49 unsigned StageDepth = CurCycle + IS->getCycles(); in ScoreboardHazardRecognizer()
51 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 InstrStage::FuncUnits freeUnits = IS->getUnits(); in getHazardType()
146 switch (IS->getReservationKind()) { in getHazardType()
165 cycle += IS->getNextCycles(); in getHazardType()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp156 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite() argument
160 assert(!IS.isEliminated()); in addRegisterReadWrite()
162 for (ReadState &RS : IS.getUses()) in addRegisterReadWrite()
165 for (WriteState &WS : IS.getDefs()) in addRegisterReadWrite()
199 Instruction &IS = *IR.getInstruction(); in execute() local
200 if (IS.isMemOp()) in execute()
201 IS.setLSUTokenID(LSU.dispatch(IR)); in execute()
213 Instruction &IS = *IR.getInstruction(); in tryIssue() local
215 const InstrDesc &Desc = IS.getDesc(); in tryIssue()
225 IS.dispatch(RCUTokenID); in tryIssue()
[all …]
H A DDispatchStage.cpp80 Instruction &IS = *IR.getInstruction(); in dispatch() local
81 const unsigned NumMicroOps = IS.getNumMicroOps(); in dispatch()
93 if (IS.getEndGroup()) in dispatch()
97 if (IS.isOptimizableMove()) in dispatch()
98 if (PRF.tryEliminateMoveOrSwap(IS.getDefs(), IS.getUses())) in dispatch()
99 IS.setEliminated(); in dispatch()
110 if (!IS.isEliminated()) { in dispatch()
111 for (ReadState &RS : IS.getUses()) in dispatch()
119 for (WriteState &WS : IS.getDefs()) in dispatch()
125 IS.dispatch(RCUTokenID); in dispatch()
H A DRetireStage.cpp50 Instruction &IS = *IR.getInstruction(); in execute() local
52 PRF.onInstructionExecuted(&IS); in execute()
53 unsigned TokenID = IS.getRCUTokenID(); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A 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,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A 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()
H A DPDBFileBuilder.cpp184 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
186 CRC.update(arrayRefFromStringRef(IS.Content->getBuffer())); in finalizeMsfLayout()
191 Entry.FileSize = IS.Content->getBufferSize(); in finalizeMsfLayout()
192 Entry.FileNI = IS.NameIndex; in finalizeMsfLayout()
193 Entry.VFileNI = IS.VNameIndex; in finalizeMsfLayout()
199 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout()
210 for (const auto &IS : InjectedSources) { in finalizeMsfLayout()
211 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout()
262 for (const auto &IS in commitInjectedSources()
182 for (const auto &IS : InjectedSources) { finalizeMsfLayout() local
208 for (const auto &IS : InjectedSources) { finalizeMsfLayout() local
259 for (const auto &IS : InjectedSources) { commitInjectedSources() local
[all...]
H A DNativeFunctionSymbol.cpp63 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress() argument
68 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress()
122 InlineSiteSym IS = in findInlineFramesByVA() local
124 if (inlineSiteContainsAddress(IS, CodeOffset)) { in findInlineFramesByVA()
127 IS, getVirtualAddress(), Modi, Start.offset()); in findInlineFramesByVA()
132 End = Syms.at(IS.End); in findInlineFramesByVA()
137 Start = Syms.at(IS.End); in findInlineFramesByVA()
H A DPDBFile.cpp457 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
458 if (!IS) in hasPDBStringTable()
460 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names"); in hasPDBStringTable()
470 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
471 if (!IS) in hasPDBInjectedSourceStream()
473 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/src/headerblock"); in hasPDBInjectedSourceStream()
496 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
497 if (!IS) in safelyCreateNamedStream()
498 return IS.takeError(); in safelyCreateNamedStream()
500 Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name); in safelyCreateNamedStream()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dexynos4-fimc-is.txt1 Exynos4x12 SoC series Imaging Subsystem (FIMC-IS)
3 The FIMC-IS is a subsystem for processing image signal from an image sensor.
4 The Exynos4x12 SoC series FIMC-IS V1.5 comprises of a dedicated ARM Cortex-A5
15 - interrupts : must contain two FIMC-IS interrupts, in order: ISP0, ISP1;
30 The following are the FIMC-IS peripheral device nodes and can be specified
47 Device tree nodes of the image sensors' controlled directly by the FIMC-IS
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h158 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency()
159 *E = endStage(ItinClassIndx); IS != E; ++IS) { in getStageLatency()
160 Latency = std::max(Latency, StartCycle + IS->getCycles()); in getStageLatency()
161 StartCycle += IS->getNextCycles(); in getStageLatency()
157 for (const InstrStage *IS = beginStage(ItinClassIndx), getStageLatency() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp333 static void emitInstBits(raw_ostream &IS, raw_ostream &SS, const APInt &Bits, in emitInstBits() argument
336 IS.indent(4) << "{/*NumBits*/0, /*Index*/0},"; in emitInstBits()
340 IS.indent(4) << "{/*NumBits*/" << Bits.getBitWidth() << ", " << "/*Index*/" in emitInstBits()
352 raw_string_ostream IS(IndexArray), SS(StorageArray); in emitInstructionBaseValues() local
354 IS << " static const unsigned Index" << Modes[Mode] << "[][2] = {\n"; in emitInstructionBaseValues()
363 IS.indent(4) << "{/*NumBits*/0, /*Index*/0},\n"; in emitInstructionBaseValues()
374 IS.indent(4) << "{/*NumBits*/0, /*Index*/0},\t" << "// " << R->getName() in emitInstructionBaseValues()
400 emitInstBits(IS, SS, Value, NumFixedValueWords); in emitInstructionBaseValues()
401 IS << '\t' << "// " << R->getName() << "\n"; in emitInstructionBaseValues()
405 IS.indent(4) << "{/*NumBits*/0, /*Index*/0}\n };\n"; in emitInstructionBaseValues()
/freebsd/crypto/openssh/
H A DLICENCE58 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
61 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
64 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
103 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
135 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
200 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
248 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
272 * THE SOFTWARE IS PROVIDED "AS IS" AND TODD C. MILLER DISCLAIMS ALL
296 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
329 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h154 void set64BitAddress(const uint64_t addr, const uint8_t IS);
155 void set32BitAddress(const uint32_t addr, const uint8_t IS);
156 void updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_t update_bits);
461 inline void EtmV4ITrcPacket::set64BitAddress(const uint64_t addr, const uint8_t IS) in set64BitAddress() argument
467 v_addr_ISA = IS; in set64BitAddress()
471 inline void EtmV4ITrcPacket::set32BitAddress(const uint32_t addr, const uint8_t IS) in set32BitAddress() argument
490 v_addr_ISA = IS; in set32BitAddress()
494 inline void EtmV4ITrcPacket::updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_… in updateShortAddress() argument
502 v_addr_ISA = IS; in updateShortAddress()
/freebsd/crypto/heimdal/doc/
H A Dcopyright.texi43 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
110 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
149 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
194 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
237 THIS SOFTWARE IS PROVIDED BY PADL SOFTWARE AND CONTRIBUTORS ``AS IS'' AND
270 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
304 THIS SOFTWARE IS PROVIDED BY NTT ``AS IS'' AND ANY EXPRESS OR
336 THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
337 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
369 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
[all …]
/freebsd/contrib/dma/
H A DLICENSE26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
27 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
59 THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
78 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
99 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp268 ScheduleDAGSDNodes *llvm::createVLIWDAGScheduler(SelectionDAGISel *IS,
270 return new ScheduleDAGVLIW(*IS->MF, IS->AA, new ResourcePriorityQueue(IS)); in createVLIWDAGScheduler()
269 createVLIWDAGScheduler(SelectionDAGISel * IS,CodeGenOpt::Level) createVLIWDAGScheduler() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp370 IfStmt *IS = cast<IfStmt>(S); in BuildScopeInformation() local
371 if (!(IS->isConstexpr() || IS->isConsteval() || in BuildScopeInformation()
372 IS->isObjCAvailabilityCheck())) in BuildScopeInformation()
376 if (IS->isConstexpr()) in BuildScopeInformation()
378 else if (IS->isConsteval()) in BuildScopeInformation()
381 if (VarDecl *Var = IS->getConditionVariable()) in BuildScopeInformation()
386 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
388 if (!IS->isConsteval()) in BuildScopeInformation()
389 BuildScopeInformation(IS->getCond(), NewParentScope); in BuildScopeInformation()
393 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
[all …]
/freebsd/contrib/bc/
H A DLICENSE.md15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
46 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
75 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
98 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
157 if (!IS) in dumpPDBStream()
158 return IS.takeError(); in dumpPDBStream()
160 auto &InfoS = IS.get(); in dumpPDBStream()
317 auto &IS = IpiS.get(); in dumpIpiStream() local
319 Obj.IpiStream->Version = IS.getTpiVersion(); in dumpIpiStream()
320 for (auto &Record : IS.types(nullptr)) { in dumpIpiStream()
/freebsd/contrib/lua/src/
H A Dluac.c74 #define IS(s) (strcmp(argv[i],s)==0) macro
85 else if (IS("--")) /* end of options; skip it */ in doargs()
91 else if (IS("-")) /* end of options; use stdin */ in doargs()
93 else if (IS("-l")) /* list */ in doargs()
95 else if (IS("-o")) /* output file */ in doargs()
100 if (IS("-")) output=NULL; in doargs()
102 else if (IS("-p")) /* parse only */ in doargs()
104 else if (IS("-s")) /* strip debug information */ in doargs()
106 else if (IS("-v")) /* show version */ in doargs()
178 const char* filename=IS("-") ? NULL : argv[i]; in pmain()
/freebsd/contrib/ntp/sntp/libevent/
H A DLICENSE19 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
67 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
93 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
/freebsd/contrib/libevent/
H A DLICENSE19 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
67 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
93 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

12345678910>>...62