/llvm-project/llvm/lib/MCA/HardwareUnits/ |
H A D | Scheduler.cpp | 73 Instruction *IS = IR.getInstruction(); in issueInstructionImpl() local 129 Instruction &IS = *IR.getInstruction(); 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(); isAvailable() local 215 const Instruction &IS = *IR.getInstruction(); onInstructionRetired() local 234 const Instruction &IS = *IR.getInstruction(); onInstructionExecuted() local [all...] |
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeExeSymbol.cpp | 68 if (IS) in getAge() local 80 if (IS) 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 | 210 SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize()); in finalizeMsfLayout() local 184 for (const auto &IS : InjectedSources) { finalizeMsfLayout() local 262 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
|
/llvm-project/clang/test/Index/ |
H A D | cursor-dynamic-call.mm | 18 @interface IS : IB interface 23 @implementation IS implementation
|
/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 TargetSubtargetInfo(const Triple & TT,StringRef CPU,StringRef TuneCPU,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) TargetSubtargetInfo() argument
|
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InOrderIssueStage.cpp | 156 static void addRegisterReadWrite(RegisterFile &PRF, Instruction &IS, in addRegisterReadWrite() argument 199 Instruction &IS = *IR.getInstruction(); in execute() local 213 Instruction &IS = *IR.getInstruction(); in tryIssue() local 287 Instruction &IS = *IR.getInstruction(); updateIssuedInst() local 353 Instruction &IS = *IR.getInstruction(); retireInstruction() local [all...] |
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
|
/llvm-project/clang/test/SemaOpenACC/ |
H A D | parallel-assoc-stmt-inst.cpp | 8 typename T::type IS; //#ILOCSERIAL in Func() local
|
/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
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 268 createVLIWDAGScheduler(SelectionDAGISel * IS,CodeGenOptLevel) createVLIWDAGScheduler() argument
|
H A D | ScheduleDAGFast.cpp | 805 llvm::ScheduleDAGSDNodes *llvm::createFastDAGScheduler(SelectionDAGISel *IS, in createFastDAGScheduler() argument 810 llvm::ScheduleDAGSDNodes *llvm::createDAGLinearizer(SelectionDAGISel *IS, in createDAGLinearizer() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 110 if (const auto *IS = Result.Nodes.getNodeAs<IfStmt>("if")) { check() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | VarLenCodeEmitterGen.cpp | 333 emitInstBits(raw_ostream & IS,raw_ostream & SS,const APInt & Bits,unsigned & Index) emitInstBits() argument 352 raw_string_ostream IS(IndexArray), SS(StorageArray); emitInstructionBaseValues() local [all...] |
/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()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 155 invalidateRegions(RegionList Regions,const Expr * E,unsigned Count,const LocationContext * LCtx,bool CausedByPointerEscape,InvalidatedSymbols * IS,const CallEvent * Call,RegionAndSymbolInvalidationTraits * ITraits) const invalidateRegions() argument 171 invalidateRegions(ValueList Values,const Expr * E,unsigned Count,const LocationContext * LCtx,bool CausedByPointerEscape,InvalidatedSymbols * IS,const CallEvent * Call,RegionAndSymbolInvalidationTraits * ITraits) const invalidateRegions() argument 184 invalidateRegionsImpl(ValueList Values,const Expr * E,unsigned Count,const LocationContext * LCtx,bool CausedByPointerEscape,InvalidatedSymbols * IS,RegionAndSymbolInvalidationTraits * ITraits,const CallEvent * Call) const invalidateRegionsImpl() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 158 for (const InstrStage *IS = beginStage(ItinClassIndx), in getStageLatency() local
|
H A D | MCCodeView.h | 91 void setIsStmt(bool IS) { IsStmt = IS; } in setIsStmt() argument
|
/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
|
/llvm-project/llvm/utils/TableGen/Basic/ |
H A D | CodeGenIntrinsics.h | 55 IntrinsicSignature IS; global() member
|