Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h306 Record *InferredFrom; variable
H A DCodeGenDAGPatterns.cpp3662 InstInfo.InferredFrom = PatDef; in InferFromPattern()
4103 if (InstInfo.InferredFrom) in InferInstructionFlags()
4119 if (InstInfo->InferredFrom) in InferInstructionFlags()
4133 if (InstInfo->InferredFrom) in InferInstructionFlags()
4203 if (InstInfo.InferredFrom && in VerifyInstructionFlags()
4204 InstInfo.InferredFrom != InstInfo.TheDef && in VerifyInstructionFlags()
4205 InstInfo.InferredFrom != PTM.getSrcRecord()) in VerifyInstructionFlags()
4206 PrintError(InstInfo.InferredFrom->getLoc(), "inferred from pattern"); in VerifyInstructionFlags()
H A DCodeGenInstruction.cpp433 : TheDef(R), Operands(R), InferredFrom(nullptr) { in CodeGenInstruction()