OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumVirtRegs
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegNumbering.cpp
87
unsigned NumVRegs = MF.getRegInfo().
getNumVirtRegs
();
WebAssemblyOptimizeLiveIntervals.cpp
84
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I < E; ++I) {
WebAssemblyPrepareForLiveIntervals.cpp
97
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I < E; ++I) {
WebAssemblyExplicitLocals.cpp
247
BitVector UseEmpty(MRI.
getNumVirtRegs
());
248
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I < E; ++I)
402
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I < E; ++I) {
WebAssemblyMachineFunctionInfo.cpp
30
WARegs.resize(MRI.
getNumVirtRegs
(), Reg);
WebAssemblyRegColoring.cpp
95
unsigned NumVRegs = MRI->
getNumVirtRegs
();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBase.cpp
74
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
VirtRegMap.cpp
78
unsigned NumRegs = MF->getRegInfo().
getNumVirtRegs
();
140
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
149
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
325
for (unsigned Idx = 0, IdxE = MRI->
getNumVirtRegs
(); Idx != IdxE; ++Idx) {
MachineRegisterInfo.cpp
147
Register Reg = Register::index2VirtReg(
getNumVirtRegs
());
204
for (unsigned i = 0, e =
getNumVirtRegs
(); i != e; ++i) {
257
for (unsigned i = 0, e =
getNumVirtRegs
(); i != e; ++i)
DetectDeadLanes.cpp
492
unsigned NumVirtRegs = MRI->
getNumVirtRegs
();
581
unsigned NumVirtRegs = MRI->
getNumVirtRegs
();
CalcSpillWeights.cpp
37
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
RegisterScavenging.cpp
670
unsigned InitialNumVirtRegs = MRI.
getNumVirtRegs
();
735
return MRI.
getNumVirtRegs
() != InitialNumVirtRegs;
744
if (MRI.
getNumVirtRegs
() == 0) {
RegAllocGreedy.cpp
256
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
262
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
1794
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
2050
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
2142
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
3354
ExtraRegInfo.resize(MRI->
getNumVirtRegs
());
LiveIntervals.cpp
139
VirtRegIntervals.resize(MRI->
getNumVirtRegs
());
164
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
204
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
708
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
RenameIndependentSubregs.cpp
389
// Iterate over all vregs. Note that we query
getNumVirtRegs
() the newly
393
for (size_t I = 0, E = MRI->
getNumVirtRegs
(); I < E; ++I) {
PHIElimination.cpp
162
for (unsigned Index = 0, e = MRI->
getNumVirtRegs
(); Index != e; ++Index) {
RegisterPressure.cpp
228
unsigned NumVirtRegs = MRI.
getNumVirtRegs
();
291
UntiedDefs.setUniverse(MRI->
getNumVirtRegs
());
LiveVariables.cpp
788
for (unsigned i = 0, e = MRI->
getNumVirtRegs
(); i != e; ++i) {
MIRPrinter.cpp
300
for (unsigned I = 0, E = RegInfo.
getNumVirtRegs
(); I < E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TileConfig.cpp
117
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNRegPressure.cpp
29
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
267
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
489
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
GCNRegPressure.h
225
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp
240
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
328
for (unsigned I = 0, E = MRI.
getNumVirtRegs
(); I != E; ++I) {
364
if (MRI.
getNumVirtRegs
() == 0)
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
756
///
getNumVirtRegs
- Return the number of virtual registers created.
757
unsigned
getNumVirtRegs
() const { return VRegInfo.size(); }
Completed in 71 milliseconds
1
2
Indexes created Sun Jun 07 00:24:08 UTC 2026