OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrackLaneMasks
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp
268
bool
TrackLaneMasks
, bool TrackUntiedDefs) {
277
this->
TrackLaneMasks
=
TrackLaneMasks
;
423
bool
TrackLaneMasks
, Register RegUnit, SlotIndex Pos,
429
if (
TrackLaneMasks
&& LI.hasSubRanges()) {
435
Result =
TrackLaneMasks
? MRI.getMaxLaneMaskForVReg(RegUnit)
452
bool
TrackLaneMasks
, Register RegUnit,
454
return getLanesWithProperty(LIS, MRI,
TrackLaneMasks
, RegUnit, Pos,
573
bool
TrackLaneMasks
, bool IgnoreDead) {
575
if (
TrackLaneMasks
)
[
all
...]
ScheduleDAGInstrs.cpp
402
if (
TrackLaneMasks
) {
523
LaneBitmask LaneMask =
TrackLaneMasks
? getLaneMaskForMO(MO)
734
bool
TrackLaneMasks
) {
742
this->
TrackLaneMasks
=
TrackLaneMasks
;
825
RegOpers.collect(MI, *TRI, MRI,
TrackLaneMasks
, false);
826
if (
TrackLaneMasks
) {
MachineScheduler.cpp
955
if (
TrackLaneMasks
&& !MO.isUse())
963
if (
TrackLaneMasks
) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
139
bool
TrackLaneMasks
= false;
319
bool
TrackLaneMasks
= false);
RegisterPressure.h
181
const MachineRegisterInfo &MRI, bool
TrackLaneMasks
,
379
bool
TrackLaneMasks
= false;
406
bool
TrackLaneMasks
, bool TrackUntiedDefs);
Completed in 66 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026