Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h269 Record *InferredFrom; variable
DCodeGenDAGPatterns.cpp2796 InstInfo.InferredFrom = PatDef; in InferFromPattern()
3249 if (InstInfo.InferredFrom) in InferInstructionFlags()
3264 if (InstInfo.InferredFrom) in InferInstructionFlags()
3277 if (InstInfo.InferredFrom) in InferInstructionFlags()
3348 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
3349 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
3350 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
3351 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from patttern"); in VerifyInstructionFlags()
DCodeGenInstruction.cpp296 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()