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

  /external/llvm/lib/TableGen/
Record.cpp 916 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS,
920 ID.AddPointer(MHS);
925 TernOpInit *TernOpInit::get(TernaryOp Opc, Init *LHS, Init *MHS, Init *RHS,
931 ProfileTernOpInit(ID, Opc, LHS, MHS, RHS, Type);
937 TernOpInit *I = new TernOpInit(Opc, LHS, MHS, RHS, Type);
947 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
979 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
992 DagInit *MHSd = dyn_cast<DagInit>(MHS);
1016 ListInit *MHSl = dyn_cast<ListInit>(MHS);
1049 DefInit *MHSd = dyn_cast<DefInit>(MHS);
1121 Init *mhs = MHS->resolveReferences(R, RV); local
1131 Init *mhs = MHS->resolveReferences(R, RV); local
    [all...]
TGParser.cpp 997 Init *MHS = ParseValue(CurRec, ItemType);
998 if (!MHS)
1023 if (TypedInit *MHSt = dyn_cast<TypedInit>(MHS))
1025 if (BitsInit *MHSbits = dyn_cast<BitsInit>(MHS))
1027 if (isa<BitInit>(MHS))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 190 Init *MHS = Tern->getMHS();
193 IntInit *MHSi = dynamic_cast<IntInit*>(MHS);
213 BitsInit *MHSbs = dynamic_cast<BitsInit*>(MHS);
983 Init *mhs, Init *rhs,
999 mhs),
1003 if (!I) I = new TernOpInit(opc, lhs, mhs, rhs, Type);
1007 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1055 static Init *ForeachHelper(Init *LHS, Init *MHS, Init *RHS, RecTy *Type,
1057 DagInit *MHSd = dynamic_cast<DagInit*>(MHS);
1058 ListInit *MHSl = dynamic_cast<ListInit*>(MHS);
1225 Init *mhs = MHS->resolveReferences(R, RV); local
1236 Init *mhs = MHS->resolveReferences(R, RV); local
    [all...]
TGParser.cpp 903 Init *MHS = ParseValue(CurRec);
904 if (MHS == 0) return 0;
926 TypedInit *MHSt = dynamic_cast<TypedInit*>(MHS);
933 BitsInit *MHSbits = dynamic_cast<BitsInit*>(MHS);
941 BitInit *MHSbit = dynamic_cast<BitInit*>(MHS);
970 TypedInit *MHSt = dynamic_cast<TypedInit *>(MHS);
988 return (TernOpInit::get(Code, LHS, MHS, RHS, Type))->Fold(CurRec,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
Record.h 861 Init *LHS, *MHS, *RHS;
863 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
865 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
876 Init *mhs, Init *rhs,
901 Init *getMHS() const { return MHS; }
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 858 Init *LHS, *MHS, *RHS;
860 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
862 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
872 Init *mhs, Init *rhs,
897 Init *getMHS() const { return MHS; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 883 Init *LHS, *MHS, *RHS;
885 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
887 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
898 Init *mhs, Init *rhs,
923 Init *getMHS() const { return MHS; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h 883 Init *LHS, *MHS, *RHS;
885 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
887 OpInit(IK_TernOpInit, Type, opc), LHS(lhs), MHS(mhs), RHS(rhs) {}
898 Init *mhs, Init *rhs,
923 Init *getMHS() const { return MHS; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 862 milliseconds