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 180 /// guessInstructionProperties - should we just guess unset instruction
182 bool guessInstructionProperties() const;
CodeGenTarget.cpp 353 /// guessInstructionProperties - Return true if it's OK to guess instruction
358 bool CodeGenTarget::guessInstructionProperties() const {
359 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
CodeGenDAGPatterns.cpp     [all...]

Completed in 37 milliseconds