/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl() local 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 D | LSUnit.cpp | 70 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/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InOrderIssueStage.cpp | 156 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
|
H A D | RetireStage.cpp | 50 Instruction &IS = *IR.getInstruction(); in execute() local
|
H A D | DispatchStage.cpp | 80 Instruction &IS = *IR.getInstruction(); in dispatch() local
|
H A D | ExecuteStage.cpp | 59 Instruction &IS = *IR.getInstruction(); in issueInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeExeSymbol.cpp | 68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local 80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
|
H A D | NativeFunctionSymbol.cpp | 63 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress() 122 InlineSiteSym IS = in findInlineFramesByVA() local
|
H A D | PDBFileBuilder.cpp | 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 D | PDBFile.cpp | 457 auto IS = getPDBInfoStream(); in hasPDBStringTable() local 470 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local 496 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 44 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 D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo() argument
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/ |
H A D | trc_pkt_elem_etmv4i.h | 461 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 D | trc_pkt_decode_etmv4i.h | 121 const ocsd_isa calcISA(const bool SF, const uint8_t IS) const in calcISA()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | YAMLOutputStyle.cpp | 156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local 317 auto &IS = IpiS.get(); in dumpIpiStream() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 269 createVLIWDAGScheduler(SelectionDAGISel * IS,CodeGenOpt::Level) createVLIWDAGScheduler() argument
|
H A D | ScheduleDAGFast.cpp | 805 llvm::ScheduleDAGSDNodes *llvm::createFastDAGScheduler(SelectionDAGISel *IS, in createFastDAGScheduler() 810 llvm::ScheduleDAGSDNodes *llvm::createDAGLinearizer(SelectionDAGISel *IS, in createDAGLinearizer()
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 1002 …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 D | trc_etmv4_stack_elem.cpp | 93 … const ocsd_trc_index_t root_index, const etmv4_context_t &context, const uint8_t IS, const bool b… in createContextElem()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMerge.cpp | 31 void Merger::ParseOrExit(std::istream &IS, bool ParseCoverage) { in ParseOrExit() 52 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 333 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 155 InvalidatedSymbols *IS, in invalidateRegions() 171 InvalidatedSymbols *IS, in invalidateRegions() 184 InvalidatedSymbols *IS, in invalidateRegionsImpl()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 117 const Instruction &IS = *IR.getInstruction(); in handlePressureEvent() local 504 const Instruction &IS = *Event.IR.getInstruction(); in onEvent() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 157 for (const InstrStage *IS = beginStage(ItinClassIndx), getStageLatency() local
|
H A D | MCCodeView.h | 91 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
|