Searched refs:MHS (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp1027 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1068 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, argument
1070 DagInit *MHSd = dyn_cast<DagInit>(MHS);
1071 ListInit *MHSl = dyn_cast<ListInit>(MHS);
1151 DefInit *MHSd = dyn_cast<DefInit>(MHS);
1152 VarInit *MHSv = dyn_cast<VarInit>(MHS);
1153 StringInit *MHSs = dyn_cast<StringInit>(MHS);
1196 Init *Result = ForeachHelper(LHS, MHS, RHS, getType(),
1210 return MHS;
1233 Init *mhs = MHS
[all...]
H A DTGParser.cpp1029 Init *MHS = ParseValue(CurRec, ItemType); local
1030 if (!MHS)
1055 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1057 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1059 if (isa<BitInit>(MHS))
1070 if (isa<UnsetInit>(MHS))
1091 TypedInit *MHSt = dyn_cast<TypedInit>(MHS);
1109 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec,
/external/llvm/include/llvm/TableGen/
H A DRecord.h988 Init *LHS, *MHS, *RHS; member in class:llvm::TernOpInit
992 OpInit(IK_TernOpInit, Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
1028 Init *getMHS() const { return MHS; }
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2187 const Value *RHS, *LHS, *MHS;
2192 LHS = SV; RHS = I->High; MHS = nullptr;
2195 LHS = I->Low; MHS = SV; RHS = I->High;
2200 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough,

Completed in 398 milliseconds