OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsSSA
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
InstructionSelect.h
40
.set(MachineFunctionProperties::Property::
IsSSA
)
Legalizer.h
54
MachineFunctionProperties::Property::
IsSSA
);
Localizer.h
87
.set(MachineFunctionProperties::Property::
IsSSA
);
RegBankSelect.h
628
.set(MachineFunctionProperties::Property::
IsSSA
)
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVCleanupVSETVLI.cpp
36
MachineFunctionProperties::Property::
IsSSA
);
RISCVMergeBaseOffset.cpp
53
MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBasic.cpp
116
MachineFunctionProperties::Property::
IsSSA
);
MachineFunction.cpp
94
case P::
IsSSA
: return "
IsSSA
";
157
Properties.set(MachineFunctionProperties::Property::
IsSSA
);
MachineOutliner.cpp
669
MF.getProperties().reset(MachineFunctionProperties::Property::
IsSSA
);
RegAllocPBQP.cpp
145
MachineFunctionProperties::Property::
IsSSA
);
RegAllocFast.cpp
222
MachineFunctionProperties::Property::
IsSSA
);
PeepholeOptimizer.cpp
183
.set(MachineFunctionProperties::Property::
IsSSA
);
RegAllocGreedy.cpp
440
MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp
115
.set(MachineFunctionProperties::Property::
IsSSA
);
SIFormMemoryClauses.cpp
59
MachineFunctionProperties::Property::
IsSSA
);
GCNDPPCombine.cpp
97
.set(MachineFunctionProperties::Property::
IsSSA
);
SIWholeQuadMode.cpp
249
MachineFunctionProperties::Property::
IsSSA
);
SILoadStoreOptimizer.cpp
279
.set(MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
192
Properties.reset(MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
178
//
isSSA
- Returns true when the machine function is in SSA form. Early
185
bool
isSSA
() const {
187
MachineFunctionProperties::Property::
IsSSA
);
192
MF->getProperties().reset(MachineFunctionProperties::Property::
IsSSA
);
MachineFunction.h
122
//
IsSSA
: True when the machine function is in SSA form and virtual registers
153
IsSSA
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
326
static bool
isSSA
(const MachineFunction &MF) {
358
if (
isSSA
(MF))
359
Properties.set(MachineFunctionProperties::Property::
IsSSA
);
361
Properties.reset(MachineFunctionProperties::Property::
IsSSA
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LowerHomogeneousPrologEpilog.cpp
179
MF.getProperties().reset(MachineFunctionProperties::Property::
IsSSA
);
Completed in 44 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026