HomeSort by relevance Sort by last modified time
    Searched refs:OpInit (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/utils/TableGen/
SetTheory.cpp 242 DefInit *OpInit = dynamic_cast<DefInit*>(DagExpr->getOperator());
243 if (!OpInit)
245 Operator *Op = Operators.lookup(OpInit->getDef()->getName());
  /external/llvm/lib/TableGen/
Record.cpp 687 Init *OpInit::resolveBitReference(Record &R, const RecordVal *IRV,
701 Init *OpInit::resolveListElementReference(Record &R, const RecordVal *IRV,
704 OpInit *OResolved = dynamic_cast<OpInit *>(Resolved);
1013 static Init *EvaluateOperation(OpInit *RHSo, Init *LHS, Init *Arg,
1032 OpInit *RHSoo = dynamic_cast<OpInit*>(RHSo->getOperand(i));
1050 const OpInit *NewOp = RHSo->clone(NewOperands);
1066 OpInit *RHSo = dynamic_cast<OpInit*>(RHS)
    [all...]

Completed in 48 milliseconds