OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasPostISelHook
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
123
HasPostISelHook
,
426
///
hasPostISelHook
- Return true if this instruction requires *adjustment*
430
bool
hasPostISelHook
() const {
431
return Flags & (1 << MCID::
HasPostISelHook
);
/external/llvm/utils/TableGen/
CodeGenInstruction.h
239
bool
hasPostISelHook
;
Completed in 45 milliseconds