HomeSort by: relevance | last modified time | path
    Searched refs:guessInstructionProperties (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 194 /// guessInstructionProperties - should we just guess unset instruction
196 bool guessInstructionProperties() const;
CodeGenTarget.cpp 551 /// guessInstructionProperties - Return true if it's OK to guess instruction
556 bool CodeGenTarget::guessInstructionProperties() const {
557 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
CodeGenDAGPatterns.cpp 4038 if (Target.guessInstructionProperties()) {

Completed in 23 milliseconds