HomeSort by relevance Sort by last modified time
    Searched defs:guessInstructionProperties (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 378 /// guessInstructionProperties - Return true if it's OK to guess instruction
383 bool CodeGenTarget::guessInstructionProperties() const {
384 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenTarget.cpp 443 /// guessInstructionProperties - Return true if it's OK to guess instruction
448 bool CodeGenTarget::guessInstructionProperties() const {
449 return getInstructionSet()->getValueAsBit("guessInstructionProperties");

Completed in 502 milliseconds