Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h271 Record *InferredFrom; variable
DCodeGenDAGPatterns.cpp2840 InstInfo.InferredFrom = PatDef; in InferFromPattern()
3297 if (InstInfo.InferredFrom) in InferInstructionFlags()
3311 if (InstInfo->InferredFrom) in InferInstructionFlags()
3323 if (InstInfo->InferredFrom) in InferInstructionFlags()
3394 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
3395 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
3396 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
3397 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
DCodeGenInstruction.cpp299 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()