Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h267 Record *InferredFrom; variable
DCodeGenDAGPatterns.cpp2656 InstInfo.InferredFrom = PatDef; in InferFromPattern()
3119 if (InstInfo.InferredFrom) in InferInstructionFlags()
3134 if (InstInfo.InferredFrom) in InferInstructionFlags()
3147 if (InstInfo.InferredFrom) in InferInstructionFlags()
3218 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
3219 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
3220 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
3221 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from patttern"); in VerifyInstructionFlags()
DCodeGenInstruction.cpp293 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()