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

  /external/llvm/include/llvm/TableGen/
Record.h 358 /// TypedInit - This is the common super-class of types that have a specific,
361 class TypedInit : public Init {
364 TypedInit(const TypedInit &Other) = delete;
365 TypedInit &operator=(const TypedInit &Other) = delete;
368 explicit TypedInit(InitKind K, RecTy *T) : Init(K), Ty(T) {}
369 ~TypedInit() override {
455 class BitsInit : public TypedInit, public FoldingSetNode {
459 : TypedInit(IK_BitsInit, BitsRecTy::get(Range.size()))
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 591 TypedInit *Typed = cast<TypedInit>(Resolved);
897 if (auto *TArg = dyn_cast<TypedInit>(Arg))
930 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
    [all...]
TGParser.cpp 329 TypedInit *IVal = dyn_cast<TypedInit>(IR.IterValue);
401 const TypedInit *CurRecName = dyn_cast<TypedInit>(CurRec->getNameInit());
823 TypedInit *LHSt = dyn_cast<TypedInit>(LHS);
849 TypedInit *Itemt = dyn_cast<TypedInit>(Item);
1028 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp     [all...]

Completed in 55 milliseconds