Searched defs:guessInstructionProperties (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp383 /// guessInstructionProperties - Return true if it's OK to guess instruction
388 bool CodeGenTarget::guessInstructionProperties() const { function in class:CodeGenTarget
389 return getInstructionSet()->getValueAsBit("guessInstructionProperties");

Completed in 117 milliseconds