Home
last modified time | relevance | path

Searched refs:MHS (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/TableGen/
DRecord.cpp916 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit() argument
920 ID.AddPointer(MHS); in ProfileTernOpInit()
925 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS, in get() argument
931 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type); in get()
937 TernOpInit *I = new TernOpInit(Opc, LHS, MHS, RHS, Type); in get()
947 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
979 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() argument
992 DagInit *MHSd = dyn_cast<DagInit>(MHS); in ForeachHelper()
1016 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper()
1049 DefInit *MHSd = dyn_cast<DefInit>(MHS); in Fold()
[all …]
DTGParser.cpp997 Init *MHS = ParseValue(CurRec, ItemType); in ParseOperation() local
998 if (!MHS) in ParseOperation()
1023 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS)) in ParseOperation()
1025 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS)) in ParseOperation()
1027 if (isa<BitInit>(MHS)) in ParseOperation()
1038 if (isa<UnsetInit>(MHS)) in ParseOperation()
1059 TypedInit *MHSt = dyn_cast<TypedInit>(MHS); in ParseOperation()
1077 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec, in ParseOperation()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp190 Init *MHS = Tern->getMHS(); in convertValue() local
193 IntInit *MHSi = dynamic_cast<IntInit*>(MHS); in convertValue()
213 BitsInit *MHSbs = dynamic_cast<BitsInit*>(MHS); in convertValue()
1007 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1055 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type, in ForeachHelper() argument
1057 DagInit *MHSd = dynamic_cast<DagInit*>(MHS); in ForeachHelper()
1058 ListInit *MHSl = dynamic_cast<ListInit*>(MHS); in ForeachHelper()
1143 DefInit *MHSd = dynamic_cast<DefInit*>(MHS); in Fold()
1144 VarInit *MHSv = dynamic_cast<VarInit*>(MHS); in Fold()
1145 StringInit *MHSs = dynamic_cast<StringInit*>(MHS); in Fold()
[all …]
DTGParser.cpp903 Init *MHS = ParseValue(CurRec); in ParseOperation() local
904 if (MHS == 0) return 0; in ParseOperation()
926 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS); in ParseOperation()
933 BitsInit *MHSbits = dynamic_cast<BitsInit*>(MHS); in ParseOperation()
941 BitInit *MHSbit = dynamic_cast<BitInit*>(MHS); in ParseOperation()
970 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS); in ParseOperation()
988 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec, in ParseOperation()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2634 TriOpFrag<(fma node:$LHS, (fneg node:$MHS), node:$RHS)> >;
2636 TriOpFrag<(fneg (fma node:$LHS, node:$MHS, node:$RHS))> >;
2638 TriOpFrag<(fma node:$LHS, node:$MHS, (fneg node:$RHS))> >;
2964 TriOpFrag<(fma node:$RHS, node:$MHS, node:$LHS)> >;
2966 TriOpFrag<(fma node:$MHS, (fneg node:$RHS), node:$LHS)> >;
2985 TriOpFrag<(add node:$LHS, (mul node:$MHS, node:$RHS))> >;
2987 TriOpFrag<(sub node:$LHS, (mul node:$MHS, node:$RHS))> >;
2991 TriOpFrag<(add node:$LHS, (int_aarch64_neon_sabd node:$MHS, node:$RHS))> >;
3010 TriOpFrag<(add node:$LHS, (int_aarch64_neon_uabd node:$MHS, node:$RHS))> >;
3036 TriOpFrag<(or (and node:$LHS, node:$MHS), (and (vnot node:$LHS), node:$RHS))>>;
[all …]
DAArch64InstrFormats.td66 class TriOpFrag<dag res> : PatFrag<(ops node:$LHS, node:$MHS, node:$RHS), res>;
4573 def : Pat<(v4i16 (OpNode (v4i16 V64:$LHS), (v4i16 V64:$MHS),
4576 V64:$LHS, V64:$MHS, V64:$RHS)>;
4577 def : Pat<(v2i32 (OpNode (v2i32 V64:$LHS), (v2i32 V64:$MHS),
4580 V64:$LHS, V64:$MHS, V64:$RHS)>;
4581 def : Pat<(v1i64 (OpNode (v1i64 V64:$LHS), (v1i64 V64:$MHS),
4584 V64:$LHS, V64:$MHS, V64:$RHS)>;
4586 def : Pat<(v8i16 (OpNode (v8i16 V128:$LHS), (v8i16 V128:$MHS),
4589 V128:$LHS, V128:$MHS, V128:$RHS)>;
4590 def : Pat<(v4i32 (OpNode (v4i32 V128:$LHS), (v4i32 V128:$MHS),
[all …]
/external/llvm/include/llvm/TableGen/
DRecord.h858 Init *LHS, *MHS, *RHS;
862 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
897 Init *getMHS() const { return MHS; } in getMHS()
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h1006 Init *LHS, *MHS, *RHS; variable
1010 OpInit(Type), Opc(opc), LHS(lhs), MHS(mhs), RHS(rhs) {} in TernOpInit()
1043 Init *getMHS() const { return MHS; } in getMHS()
/external/boringssl/src/crypto/obj/
Dobjects.txt825 # Subclasses of "mail", e.g. "MIME MHS" don't consitute a problem, as
835 Mail 1 : mime-mhs : MIME MHS
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1974 const Value *RHS, *LHS, *MHS; in handleSmallSwitchRange() local
1979 LHS = SV; RHS = I->High; MHS = NULL; in handleSmallSwitchRange()
1982 LHS = I->Low; MHS = SV; RHS = I->High; in handleSmallSwitchRange()
1986 CaseBlock CB(CC, LHS, RHS, MHS, /* truebb */ I->BB, /* falsebb */ FallThrough, in handleSmallSwitchRange()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8844 const Value *RHS, *LHS, *MHS; in lowerWorkItem() local
8851 MHS = nullptr; in lowerWorkItem()
8856 MHS = Cond; in lowerWorkItem()
8861 CaseBlock CB(CC, LHS, RHS, MHS, I->MBB, Fallthrough, CurMBB, I->Prob, in lowerWorkItem()