Home
last modified time | relevance | path

Searched defs:vts (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/helgrind/
Dlibhb_core.c2167 static Bool is_sane_VTS ( VTS* vts ) in is_sane_VTS()
2198 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); in VTS__new() local
2207 static VTS* VTS__clone ( const HChar* who, VTS* vts ) in VTS__clone()
2229 static VTS* VTS__subtract ( const HChar* who, VTS* vts, XArray* thridsToDel ) in VTS__subtract()
2263 static void VTS__delete ( VTS* vts ) in VTS__delete()
2290 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts ) in VTS__tick()
2619 static void VTS__show ( const VTS* vts ) in VTS__show()
2636 ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx ) in VTS__indexAt_SLOW()
2763 VTS* vts; /* vts, in vts_set */ member
3319 VTS* vts = (VTS*)wordK; in vts_tab__do_GC() local
[all …]
/external/llvm/utils/TableGen/
DDAGISelMatcher.h933 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcherCommon()
982 ArrayRef<MVT::SimpleValueType> vts, in EmitNodeMatcher()
1005 ArrayRef<MVT::SimpleValueType> vts, in MorphNodeToMatcher()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcher.h968 const MVT::SimpleValueType *vts, unsigned numvts, in EmitNodeMatcherCommon()
1017 const MVT::SimpleValueType *vts, unsigned numvts, in EmitNodeMatcher()
1039 const MVT::SimpleValueType *vts, unsigned numvts, in MorphNodeToMatcher()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h47 TargetRegisterClass(const MCRegisterClass *MC, const EVT *vts, in TargetRegisterClass()