Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DInstrInfoEmitter.cpp592 return !Inst->HasComplexDeprecationPredicate && in run()
602 if (!Inst->HasComplexDeprecationPredicate && in run()
615 return Inst->HasComplexDeprecationPredicate; in run()
624 if (Inst->HasComplexDeprecationPredicate) in run()
DCodeGenInstruction.cpp439 HasComplexDeprecationPredicate = true; in CodeGenInstruction()
444 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
448 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
DCodeGenInstruction.h285 bool HasComplexDeprecationPredicate; variable
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp353 HasComplexDeprecationPredicate = true; in CodeGenInstruction()
357 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
361 HasComplexDeprecationPredicate = false; in CodeGenInstruction()
DCodeGenInstruction.h262 bool HasComplexDeprecationPredicate; variable
DInstrInfoEmitter.cpp547 if (Inst.HasComplexDeprecationPredicate) in emitRecord()