Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
HDScheduler.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
HDLSUnit.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-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDInOrderIssueStage.cpp156 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite()
199 Instruction &IS = *IR.getInstruction(); in execute() local
213 Instruction &IS = *IR.getInstruction(); in tryIssue() local
287 Instruction &IS = *IR.getInstruction(); in updateIssuedInst() local
353 Instruction &IS = *IR.getInstruction(); in retireInstruction() local
HDRetireStage.cpp50 Instruction &IS = *IR.getInstruction(); in execute() local
HDDispatchStage.cpp80 Instruction &IS = *IR.getInstruction(); in dispatch() local
HDExecuteStage.cpp59 Instruction &IS = *IR.getInstruction(); in issueInstruction() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeExeSymbol.cpp68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
HDNativeFunctionSymbol.cpp63 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress()
122 InlineSiteSym IS = in findInlineFramesByVA() local
HDPDBFileBuilder.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
HDPDBFile.cpp457 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
470 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
496 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDScoreboardHazardRecognizer.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
HDTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
HDtrc_pkt_elem_etmv4i.h451 inline void EtmV4ITrcPacket::set64BitAddress(const uint64_t addr, const uint8_t IS) in set64BitAddress()
461 inline void EtmV4ITrcPacket::set32BitAddress(const uint32_t addr, const uint8_t IS) in set32BitAddress()
484 inline void EtmV4ITrcPacket::updateShortAddress(const uint32_t addr, const uint8_t IS, const uint8_… in updateShortAddress()
HDtrc_pkt_decode_etmv4i.h103 const ocsd_isa calcISA(const bool SF, const uint8_t IS) const in calcISA()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
317 auto &IS = IpiS.get(); in dumpIpiStream() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGVLIW.cpp268 ScheduleDAGSDNodes *llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, in createVLIWDAGScheduler()
HDScheduleDAGFast.cpp805 llvm::ScheduleDAGSDNodes *llvm::createFastDAGScheduler(SelectionDAGISel *IS, in createFastDAGScheduler()
810 llvm::ScheduleDAGSDNodes *llvm::createDAGLinearizer(SelectionDAGISel *IS, in createDAGLinearizer()
/freebsd-13-stable/contrib/opencsd/decoder/source/etmv4/
HDtrc_pkt_proc_etmv4i.cpp959 …ractShortAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint32_t &va… in extractShortAddr()
1620 …64BitLongAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint64_t &va… in extract64BitLongAddr()
1642 …32BitLongAddr(const std::vector<uint8_t> &buffer, const int st_idx, const uint8_t IS, uint32_t &va… in extract32BitLongAddr()
HDtrc_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-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDVarLenCodeEmitterGen.cpp333 static void emitInstBits(raw_ostream &IS, raw_ostream &SS, const APInt &Bits, in emitInstBits()
352 raw_string_ostream IS(IndexArray), SS(StorageArray); in emitInstructionBaseValues() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerMerge.cpp31 void Merger::ParseOrExit(std::istream &IS, bool ParseCoverage) { in ParseOrExit()
52 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDProgramState.cpp155 InvalidatedSymbols *IS, in invalidateRegions()
171 InvalidatedSymbols *IS, in invalidateRegions()
184 InvalidatedSymbols *IS, in invalidateRegionsImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
HDBottleneckAnalysis.cpp117 const Instruction &IS = *IR.getInstruction(); in handlePressureEvent() local
504 const Instruction &IS = *Event.IR.getInstruction(); in onEvent() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrItineraries.h158 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
HDCtxInstrProfilingTest.cpp157 const bool IS = isScratch(Ctx); in TEST_F() local

123