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.cpp498 HasComplexDeprecationPredicate = true; in CodeGenInstruction()
502 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
506 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
H A DCodeGenInstruction.h289 bool HasComplexDeprecationPredicate; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp937 return !Inst->HasComplexDeprecationPredicate && in run()
947 if (!Inst->HasComplexDeprecationPredicate && in run()
960 return Inst->HasComplexDeprecationPredicate; in run()
969 if (Inst->HasComplexDeprecationPredicate) in run()