Searched refs:MHS (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/TableGen/ |
D | Record.cpp | 196 Init *MHS = Tern->getMHS(); in convertValue() local 199 IntInit *MHSi = dynamic_cast<IntInit*>(MHS); in convertValue() 219 BitsInit *MHSbs = dynamic_cast<BitsInit*>(MHS); in convertValue() 1011 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, 1059 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() argument 1061 DagInit *MHSd = dynamic_cast<DagInit*>(MHS); in ForeachHelper() 1062 ListInit *MHSl = dynamic_cast<ListInit*>(MHS); in ForeachHelper() 1146 DefInit *MHSd = dynamic_cast<DefInit*>(MHS); in Fold() 1147 VarInit *MHSv = dynamic_cast<VarInit*>(MHS); in Fold() 1148 StringInit *MHSs = dynamic_cast<StringInit*>(MHS); in Fold() [all …]
|
D | TGParser.cpp | 1055 Init *MHS = ParseValue(CurRec); in ParseOperation() local 1056 if (MHS == 0) return 0; in ParseOperation() 1078 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS); in ParseOperation() 1085 BitsInit *MHSbits = dynamic_cast<BitsInit*>(MHS); in ParseOperation() 1093 BitInit *MHSbit = dynamic_cast<BitInit*>(MHS); in ParseOperation() 1122 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS); in ParseOperation() 1140 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec, in ParseOperation()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 927 Init *LHS, *MHS, *RHS; variable 931 OpInit(Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit() 964 Init *getMHS() const { return MHS; } in getMHS()
|
/external/openssl/crypto/objects/ |
D | objects.txt | 824 # Subclasses of "mail", e.g. "MIME MHS" don't consitute a problem, as 834 Mail 1 : mime-mhs : MIME MHS
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2002 const Value *RHS, *LHS, *MHS; in handleSmallSwitchRange() local 2007 LHS = SV; RHS = I->High; MHS = NULL; in handleSmallSwitchRange() 2010 LHS = I->Low; MHS = SV; RHS = I->High; in handleSmallSwitchRange() 2014 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange()
|