OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImplicitUses
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
141
const unsigned *
ImplicitUses
; // Registers implicitly read by this instr
209
return
ImplicitUses
;
215
if (
ImplicitUses
== 0) return 0;
217
for (;
ImplicitUses
[i]; ++i) /*empty*/;
247
if (const unsigned *ImpUses =
ImplicitUses
)
/external/llvm/utils/TableGen/
CodeGenInstruction.h
214
/// ImplicitDefs/
ImplicitUses
- These are lists of registers that are
216
std::vector<Record*> ImplicitDefs,
ImplicitUses
;
Completed in 175 milliseconds