/openbsd-src/gnu/llvm/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 73 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 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
|
/openbsd-src/gnu/llvm/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 337 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
|
/openbsd-src/gnu/llvm/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()
|
H A D | SelectOptimize.cpp | 404 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 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 | 180 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 D | PDBFile.cpp | 458 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 D | YAMLOutputStyle.cpp | 156 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 D | ScheduleDAGVLIW.cpp | 269 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
|
H A D | ScheduleDAGFast.cpp | 812 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 D | VarLenCodeEmitterGen.cpp | 329 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 D | CodeGenIntrinsics.h | 60 IntrinsicSignature IS; member
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 155 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 D | BottleneckAnalysis.cpp | 117 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 D | MCInstrItineraries.h | 157 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
|
H A D | MCCodeView.h | 91 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_segmented_array.h | 87 Iterator(Segment *IS, uint64_t Off, uint64_t S) XRAY_NEVER_INSTRUMENT in Iterator()
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp | 254 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt()
|