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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.h180 /// guessInstructionProperties - should we just guess unset instruction
182 bool guessInstructionProperties() const;
H A DCodeGenTarget.cpp360 /// guessInstructionProperties - Return true if it's OK to guess instruction
365 bool CodeGenTarget::guessInstructionProperties() const { function in class:CodeGenTarget
366 return getInstructionSet()->getValueAsBit("guessInstructionProperties");
H A DCodeGenDAGPatterns.cpp3045 if (Target.guessInstructionProperties()) {

Completed in 101 milliseconds