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

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

Completed in 49 milliseconds