Home
last modified time | relevance | path

Searched defs:OpInit (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp298 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp198 const Init *OpInit, in parseInstructionPatternOperand()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp2081 Init *OpInit = Op.first; in populateInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h813 explicit OpInit(InitKind K, RecTy *Type, uint8_t Opc) in OpInit() function