OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRI
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RDFLiveness.h
64
LiveMapType(const PhysicalRegisterInfo &
pri
) : Empty(
pri
) {}
80
: DFG(g), TRI(g.getTRI()),
PRI
(g.getPRI()), MDT(g.getDT()),
127
const PhysicalRegisterInfo &
PRI
;
RDFRegisters.h
169
RegisterAggr(const PhysicalRegisterInfo &
pri
)
170
: Units(
pri
.getTRI().getNumRegUnits()),
PRI
(
pri
) {}
183
const PhysicalRegisterInfo &
PRI
) {
184
return RegisterAggr(
PRI
).insert(RA).hasCoverOf(RB);
246
const PhysicalRegisterInfo &
PRI
;
RDFGraph.h
664
const PhysicalRegisterInfo &getPRI() const { return
PRI
; }
868
const PhysicalRegisterInfo
PRI
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstrBundle.cpp
311
PhysRegInfo
PRI
= {false, false, false, false, false, false, false, false};
318
PRI
.Clobbered = true;
334
PRI
.Read = true;
336
PRI
.FullyRead = true;
338
PRI
.Killed = true;
341
PRI
.Defined = true;
343
PRI
.FullyDefined = true;
350
if (
PRI
.FullyDefined ||
PRI
.Clobbered)
351
PRI
.DeadDef = true
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
355
PhysRegInfo
PRI
= AnalyzePhysRegInBundle(*I, AArch64::NZCV, TRI);
357
if (
PRI
.Read) {
366
if (
PRI
.Defined ||
PRI
.Clobbered) {
/src/external/mpl/bind/dist/lib/isccfg/
check.c
2028
enum { MAS = 1,
PRI
= 2, SLA = 4, SCN = 8 } values = 0;
2036
if ((values &
PRI
) ==
PRI
) {
2044
values |=
PRI
;
2078
if ((values & (
PRI
| MAS)) == (
PRI
| MAS)) {
Completed in 23 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026