HomeSort by relevance Sort by last modified time
    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