Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.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
337 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
/openbsd-src/gnu/llvm/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()
H A DSelectOptimize.cpp404 for (StackSizeType IS = 0; IS < maxTrueSliceLen; ++IS) { in convertProfitableSIGroups() local
412 for (StackSizeType IS = 0; IS < maxFalseSliceLen; ++IS) { in convertProfitableSIGroups() local
/openbsd-src/gnu/llvm/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.cpp180 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
206 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
257 for (const auto &IS : InjectedSources) { in commitInjectedSources() local
H A DPDBFile.cpp458 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
471 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
497 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp156 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
317 auto &IS = IpiS.get(); in dumpIpiStream() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp269 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
H A DScheduleDAGFast.cpp812 llvm::createFastDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createFastDAGScheduler()
817 llvm::createDAGLinearizer(SelectionDAGISel *IS, CodeGenOpt::Level) { in createDAGLinearizer()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp329 static void emitInstBits(raw_ostream &IS, raw_ostream &SS, const APInt &Bits, in emitInstBits()
348 raw_string_ostream IS(IndexArray), SS(StorageArray); in emitInstructionBaseValues() local
H A DCodeGenIntrinsics.h60 IntrinsicSignature IS; member
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp155 InvalidatedSymbols *IS, in invalidateRegions()
172 InvalidatedSymbols *IS, in invalidateRegions()
185 InvalidatedSymbols *IS, in invalidateRegionsImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp117 const Instruction &IS = *IR.getInstruction(); in handlePressureEvent() local
503 const Instruction &IS = *Event.IR.getInstruction(); in onEvent() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrItineraries.h157 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
H A DMCCodeView.h91 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h87 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp254 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt()

123