OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineInstrBundle.cpp
296
PhysRegInfo
PRI
= {false, false, false, false, false, false, false};
304
PRI
.Clobbered = true;
320
PRI
.Read = true;
322
PRI
.FullyRead = true;
324
PRI
.Killed = true;
327
PRI
.Defined = true;
329
PRI
.FullyDefined = true;
335
if (AllDefsDead &&
PRI
.FullyDefined)
336
PRI
.DeadDef = true;
338
return
PRI
;
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
353
MIOperands::PhysRegInfo
PRI
=
356
if (
PRI
.Read) {
365
if (
PRI
.Defined ||
PRI
.Clobbered) {
Completed in 77 milliseconds