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

  /external/llvm/lib/TableGen/
Record.cpp 986 Init *mhs, Init *rhs,
1002 mhs),
1006 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type);
1010 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1058 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1060 DagInit *MHSd = dyn_cast<DagInit>(MHS);
1061 ListInit *MHSl = dyn_cast<ListInit>(MHS);
1223 Init *mhs = MHS->resolveReferences(R, RV); local
1234 Init *mhs = MHS->resolveReferences(R, RV); local
    [all...]
TGParser.cpp 1021 Init *MHS = ParseValue(CurRec);
1022 if (MHS == 0) return 0;
1045 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1047 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1049 if (isa<BitInit>(MHS))
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 59 milliseconds