Searched defs:vts (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h967 const MVT::SimpleValueType *vts, unsigned numvts,
973 VTs(vts, vts+numvts), Operands(operands, operands+numops),
1017 const MVT::SimpleValueType *vts, unsigned numvts,
1022 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
1040 const MVT::SimpleValueType *vts, unsigned numvts,
1045 : EmitNodeMatcherCommon(opcodeName, vts, numvts, operands, numops, hasChain,
966 EmitNodeMatcherCommon(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, bool isMorphNodeTo) argument
1016 EmitNodeMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, unsigned firstresultslot) argument
1039 MorphNodeToMatcher(const std::string &opcodeName, const MVT::SimpleValueType *vts, unsigned numvts, const unsigned *operands, unsigned numops, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
/external/valgrind/main/helgrind/
H A Dlibhb_core.c1783 // SECTION BEGIN vts primitives //
1871 /* Make a clone of 'vts', sizing the new array to exactly match the
1873 static VTS* VTS__clone ( HChar* who, VTS* vts );
1875 /* Make a clone of 'vts' with the thrids in 'thrids' removed. The new
1879 static VTS* VTS__subtract ( HChar* who, VTS* vts, XArray* thridsToDel );
1882 static void VTS__delete ( VTS* vts );
1889 /* Create in 'out' a VTS which is the same as 'vts' except with
1890 vts[me]++, so to speak. Caller must have pre-allocated 'out'
1892 static void VTS__tick ( /*OUT*/VTS* out, Thr* me, VTS* vts );
1919 static void VTS__show ( HChar* buf, Int nBuf, VTS* vts );
1965 VTS* vts = HG_(zalloc)(who, sizeof(VTS) + (sizeTS+1) * sizeof(ScalarTS)); local
1996 VTS__subtract( HChar* who, VTS* vts, XArray* thridsToDel ) argument
2418 VTS__indexAt_SLOW( VTS* vts, Thr* idx ) argument
2546 VTS* vts; /* vts, in vts_set */ member in struct:__anon28467
3102 VTS* vts = (VTS*)wordK; local
3213 VTS* vts = VtsID__to_VTS(vi); local
3290 VTS* vts = VtsID__to_VTS(vi); local
3298 VTS* vts = VtsID__to_VTS(vi); local
[all...]

Completed in 252 milliseconds