OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SII
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIInsertHardClauses.cpp
121
bool emitClause(const ClauseInfo &CI, const SIInstrInfo *
SII
) {
132
BuildMI(MBB, *CI.First, DebugLoc(),
SII
->get(AMDGPU::S_CLAUSE))
147
const SIInstrInfo *
SII
= ST->getInstrInfo();
161
if (!
SII
->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2,
177
!
SII
->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) {
179
Changed |= emitClause(CI,
SII
);
198
Changed |= emitClause(CI,
SII
);
GCNRegPressure.h
215
auto &
SII
= *LIS.getSlotIndexes();
217
auto SI =
SII
.getInstructionIndex(*I);
235
LiveRegMap[
SII
.getInstructionFromIndex(SI)][Reg] =
243
LiveRegMap[
SII
.getInstructionFromIndex(SI)][Reg] |= S.LaneMask;
AMDGPUISelDAGToDAG.cpp
2938
const SIInstrInfo *
SII
=
2958
MCInstrDesc Desc =
SII
->get(Opc);
2962
if (
SII
->findCommutedOpIndices(Desc, OpIdx, CommuteIdx1)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCExpandPseudos.cpp
60
MachineBasicBlock::iterator
SII
) {
61
MachineInstr &SI = *
SII
;
Completed in 64 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026