Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/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.cpp233 const Instruction &IS = *IR.getInstruction(); in onInstructionExecuted() local
/netbsd-src/external/apache2/llvm/dist/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.cpp59 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress()
118 InlineSiteSym IS = in findInlineFramesByVA() local
H A DPDBFileBuilder.cpp173 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
199 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
250 for (const auto &IS : InjectedSources) { in commitInjectedSources() local
H A DPDBFile.cpp459 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
472 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
498 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp45 const InstrStage *IS = ItinData->beginStage(idx); in ScoreboardHazardRecognizer() local
129 for (const InstrStage *IS = ItinData->beginStage(idx), in getHazardType() local
188 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp176 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite()
223 Instruction &IS = *IR.getInstruction(); in tryIssue() local
281 Instruction &IS = *IR.getInstruction(); in updateIssuedInst() local
333 Instruction &IS = *IR.getInstruction(); in retireInstruction() local
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
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp31 void Merger::ParseOrExit(std::istream &IS, bool ParseCoverage) { in ParseOrExit()
50 bool Merger::Parse(std::istream &IS, bool ParseCoverage) { in Parse()
189 Set<uint32_t> Merger::ParseSummary(std::istream &IS) { in ParseSummary()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
317 auto &IS = IpiS.get(); in dumpIpiStream() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp273 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
H A DScheduleDAGFast.cpp797 llvm::createFastDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createFastDAGScheduler()
802 llvm::createDAGLinearizer(SelectionDAGISel *IS, CodeGenOpt::Level) { in createDAGLinearizer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp158 InvalidatedSymbols *IS, in invalidateRegions()
175 InvalidatedSymbols *IS, in invalidateRegions()
188 InvalidatedSymbols *IS, in invalidateRegionsImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp189 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_reset.c105 #define IS(_c,_f) (((_c)->channelFlags & _f) || 0) in ar5312Reset() macro
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp119 const Instruction &IS = *IR.getInstruction(); in handlePressureEvent() local
504 const Instruction &IS = *Event.IR.getInstruction(); in onEvent() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h157 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
H A DMCCodeView.h84 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h88 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp231 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h140 const Instruction &IS = *IR.getInstruction(); in onInstructionIssued() local

123