Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
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
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
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
DRetireStage.cpp50 Instruction &IS = *IR.getInstruction(); in execute() local
DDispatchStage.cpp80 Instruction &IS = *IR.getInstruction(); in dispatch() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
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
DTargetSubtargetInfo.cpp21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp43 const InstrStage *IS = ItinData->beginStage(idx); in ScoreboardHazardRecognizer() local
126 for (const InstrStage *IS = ItinData->beginStage(idx), in getHazardType() local
186 for (const InstrStage *IS = ItinData->beginStage(idx), in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp45 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
DTargetSubtargetInfo.cpp22 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
DNativeFunctionSymbol.cpp63 static bool inlineSiteContainsAddress(InlineSiteSym &IS, in inlineSiteContainsAddress()
122 InlineSiteSym IS = in findInlineFramesByVA() local
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
DPDBFile.cpp458 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
471 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
497 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp68 auto IS = Session.getPDBFile().getPDBInfoStream(); in getAge() local
80 auto IS = Session.getPDBFile().getPDBInfoStream(); in getGuid() local
DPDBFileBuilder.cpp175 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
201 for (const auto &IS : InjectedSources) { in finalizeMsfLayout() local
252 for (const auto &IS : InjectedSources) { in commitInjectedSources() local
DPDBFile.cpp458 auto IS = getPDBInfoStream(); in hasPDBStringTable() local
471 auto IS = getPDBInfoStream(); in hasPDBInjectedSourceStream() local
497 auto IS = getPDBInfoStream(); in safelyCreateNamedStream() local
/external/clang/test/Index/
Dcursor-dynamic-call.mm18 @interface IS : IB interface
23 @implementation IS implementation
/external/strace/linux/
Dsubcall.h33 #define IS TRACE_INDIRECT_SUBCALL macro
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h461 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()
/external/llvm/lib/Target/
DTargetSubtargetInfo.cpp25 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp99 auto IS = File.getPDBInfoStream(); in dumpPDBStream() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp269 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp277 llvm::createVLIWDAGScheduler(SelectionDAGISel *IS, CodeGenOpt::Level) { in createVLIWDAGScheduler()

1234