Home
last modified time | relevance | path

Searched refs:HasComplexDeprecationPredicate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp501 HasComplexDeprecationPredicate = true; in CodeGenInstruction()
506 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
510 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
H A DCodeGenInstruction.h291 bool HasComplexDeprecationPredicate; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp1031 return !Inst->HasComplexDeprecationPredicate && in run()
1041 if (!Inst->HasComplexDeprecationPredicate && in run()
1054 return Inst->HasComplexDeprecationPredicate; in run()
1063 if (Inst->HasComplexDeprecationPredicate) in run()