Home
last modified time | relevance | path

Searched defs:IS (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp73 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
H A DLSUnit.cpp70 const Instruction &IS = *IR.getInstruction(); in dispatch() local
197 const Instruction &IS = *IR.getInstruction(); in isAvailable() local
215 const Instruction &IS = *IR.getInstruction(); in onInstructionRetired() local
234 const Instruction &IS = *IR.getInstruction(); in onInstructionExecuted() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
H A DNativeFunctionSymbol.cpp63 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress()
122 InlineSiteSym IS = in findInlineFramesByVA() local
H A DPDBFileBuilder.cpp184 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
210 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
262 for (const auto &IS : InjectedSources) { in commitInjectedSources() local
H A DPDBFile.cpp458 if (!IS) in hasPDBStringTable() local
471 if (!IS) in hasPDBInjectedSourceStream() local
497 if (!IS) in safelyCreateNamedStream() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp156 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite() argument
199 Instruction &IS = *IR.getInstruction(); in execute() local
213 Instruction &IS = *IR.getInstruction(); in tryIssue() local
287 Instruction &IS = *IR.getInstruction(); updateIssuedInst() local
337 Instruction &IS = *IR.getInstruction(); retireInstruction() local
[all...]
H A DRetireStage.cpp50 Instruction &IS = *IR.getInstruction(); in execute() local
H A DDispatchStage.cpp80 Instruction &IS = *IR.getInstruction(); in dispatch() local
H A DExecuteStage.cpp59 Instruction &IS = *IR.getInstruction(); in issueInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp44 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
H A DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/freebsd-src/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h461 inline void EtmV4ITrcPacket::set64BitAddress(const uint64_t addr, const uint8_t IS) in set64BitAddress()
471 inline void EtmV4ITrcPacket::set32BitAddress(const uint32_t addr, const uint8_t IS) in set32BitAddress()
494 inline void EtmV4ITrcPacket::updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_… in updateShortAddress()
H A Dtrc_pkt_decode_etmv4i.h121 const ocsd_isa calcISA(const bool SF, const uint8_t IS) const in calcISA()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
317 auto &IS = IpiS.get(); in dumpIpiStream() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp268 ScheduleDAGSDNodes *llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, in createVLIWDAGScheduler()
H A DScheduleDAGFast.cpp806 createFastDAGScheduler(SelectionDAGISel * IS,CodeGenOptLevel) createFastDAGScheduler() argument
811 createDAGLinearizer(SelectionDAGISel * IS,CodeGenOptLevel) createDAGLinearizer() argument
/freebsd-src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp1002 …ractShortAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint32_t &va… in extractShortAddr()
1756 …64BitLongAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint64_t &va… in extract64BitLongAddr()
1778 …32BitLongAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint32_t &va… in extract32BitLongAddr()
H A Dtrc_etmv4_stack_elem.cpp93 … const ocsd_trc_index_t root_index, const etmv4_context_t &context, const uint8_t IS, const bool b… in createContextElem()
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp31 void Merger::ParseOrExit(std::istream &IS, bool ParseCoverage) { in ParseOrExit()
52 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp155 InvalidatedSymbols *IS, in invalidateRegions() argument
171 InvalidatedSymbols *IS, in invalidateRegions() argument
184 InvalidatedSymbols *IS, in invalidateRegionsImpl() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp117 const Instruction &IS = *IR.getInstruction(); in handlePressureEvent() local
503 const Instruction &IS = *Event.IR.getInstruction(); onEvent() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h158 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h87 : S(IS), in Iterator() argument

123