OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guessInstructionProperties
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenTarget.h
183
///
guessInstructionProperties
- should we just guess unset instruction
185
bool
guessInstructionProperties
() const;
CodeGenTarget.cpp
378
///
guessInstructionProperties
- Return true if it's OK to guess instruction
383
bool CodeGenTarget::
guessInstructionProperties
() const {
384
return getInstructionSet()->getValueAsBit("
guessInstructionProperties
");
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 223 milliseconds