HomeSort by: relevance | last modified time | path
    Searched refs:getIntValue (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ComparisonCategories.h 96 llvm::APSInt getIntValue() const;
  /src/external/gpl3/binutils/dist/gprofng/src/
Table.h 473 int getIntValue (int prop_id, long pkt_id);
562 int getIntValue (int prop_id, long idx);
DbeView.cc 2284 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2285 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2286 int mstate = (int) packets->getIntValue (PROP_MSTATE, i);
2287 int nticks = (int) packets->getIntValue (PROP_NTICK, i);
2353 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2354 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2411 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2412 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2413 IOTrace_type iotrtype = (IOTrace_type) packets->getIntValue (PROP_IOTYPE, i);
2414 uint32_t iofd = (uint32_t) packets->getIntValue (PROP_IOFD, i)
    [all...]
Expression.cc 164 v.val = ctx->dview->getIntValue (propId, ctx->eventId);
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension
220 v.val = ctx->dview->getIntValue (PROP_NTICK, ctx->eventId)
320 v.val = ctx->dview->getIntValue (PROP_SAMPLE, ctx->eventId);
337 v.val = ctx->dview->getIntValue (PROP_GCEVENT, ctx->eventId);
536 thrid = ctx->dview->getIntValue (PROP_THRID, ctx->eventId);
CallStack.cc 271 uint32_t thrid = (uint32_t) dview->getIntValue (PROP_THRID, idx);
272 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx);
501 uint32_t thrid = (uint32_t) dDscr->getIntValue (PROP_THRID, idx);
585 uint32_t tag = dDscr->getIntValue (PROP_HWCTAG, idx);
853 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx);
Table.cc 1208 DataDescriptor::getIntValue (int prop_id, long idx)
1443 DataView::getIntValue (int prop_id, long idx)
1445 return ddscr->getIntValue (prop_id, getIdByIdx (idx));
HeapActivity.cc 347 Heap_type heapType = (Heap_type) heapPkts->getIntValue (PROP_HTYPE, i);
Experiment.cc 2593 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2748 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2878 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2910 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
3375 IOTrace_type ioType = (IOTrace_type) dview->getIntValue (PROP_IOTYPE, i);
3382 fd = dview->getIntValue (PROP_IOFD, i);
3403 fd = dview->getIntValue (PROP_IOFD, i);
3404 origFd = dview->getIntValue (PROP_IOOFD, i);
3405 fsType = (FileSystem_type) dview->getIntValue (PROP_IOFSTYPE, i);
3480 fd = dview->getIntValue (PROP_IOFD, i)
    [all...]
IOActivity.cc 597 IOTrace_type ioType = (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i);
761 (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i);
Dbe.cc 7444 int pkt_aux = packets->getIntValue (PROP_HWCTAG, idx);
7451 int pkt_ent = packets->getIntValue (entity_prop_id, idx);
7679 value->store (0, packets->getIntValue (PROP_LWPID, i));
7680 value->store (1, packets->getIntValue (PROP_THRID, i));
7681 value->store (2, packets->getIntValue (PROP_CPUID, i));
7690 value->store (6, packets->getIntValue (PROP_MSTATE, i));
7696 value->store (8, packets->getIntValue (PROP_OMPSTATE, i));
7711 value->store (6, packets->getIntValue (PROP_RTYPE, i));
7712 value->store (7, packets->getIntValue (PROP_RID, i));
7716 value->store (6, packets->getIntValue (PROP_DTYPE, i))
    [all...]
DataSpace.cc 277 uint32_t tag = dview->getIntValue (PROP_HWCTAG, i);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Table.h 473 int getIntValue (int prop_id, long pkt_id);
562 int getIntValue (int prop_id, long idx);
DbeView.cc 2284 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2285 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2286 int mstate = (int) packets->getIntValue (PROP_MSTATE, i);
2287 int nticks = (int) packets->getIntValue (PROP_NTICK, i);
2353 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2354 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2411 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i);
2412 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i);
2413 IOTrace_type iotrtype = (IOTrace_type) packets->getIntValue (PROP_IOTYPE, i);
2414 uint32_t iofd = (uint32_t) packets->getIntValue (PROP_IOFD, i)
    [all...]
Expression.cc 164 v.val = ctx->dview->getIntValue (propId, ctx->eventId);
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension
220 v.val = ctx->dview->getIntValue (PROP_NTICK, ctx->eventId)
320 v.val = ctx->dview->getIntValue (PROP_SAMPLE, ctx->eventId);
337 v.val = ctx->dview->getIntValue (PROP_GCEVENT, ctx->eventId);
536 thrid = ctx->dview->getIntValue (PROP_THRID, ctx->eventId);
CallStack.cc 271 uint32_t thrid = (uint32_t) dview->getIntValue (PROP_THRID, idx);
272 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx);
501 uint32_t thrid = (uint32_t) dDscr->getIntValue (PROP_THRID, idx);
585 uint32_t tag = dDscr->getIntValue (PROP_HWCTAG, idx);
853 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx);
Table.cc 1208 DataDescriptor::getIntValue (int prop_id, long idx)
1443 DataView::getIntValue (int prop_id, long idx)
1445 return ddscr->getIntValue (prop_id, getIdByIdx (idx));
HeapActivity.cc 347 Heap_type heapType = (Heap_type) heapPkts->getIntValue (PROP_HTYPE, i);
Experiment.cc 2593 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2748 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2878 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
2910 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i);
3375 IOTrace_type ioType = (IOTrace_type) dview->getIntValue (PROP_IOTYPE, i);
3382 fd = dview->getIntValue (PROP_IOFD, i);
3403 fd = dview->getIntValue (PROP_IOFD, i);
3404 origFd = dview->getIntValue (PROP_IOOFD, i);
3405 fsType = (FileSystem_type) dview->getIntValue (PROP_IOFSTYPE, i);
3480 fd = dview->getIntValue (PROP_IOFD, i)
    [all...]
IOActivity.cc 597 IOTrace_type ioType = (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i);
761 (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i);
Dbe.cc 7444 int pkt_aux = packets->getIntValue (PROP_HWCTAG, idx);
7451 int pkt_ent = packets->getIntValue (entity_prop_id, idx);
7679 value->store (0, packets->getIntValue (PROP_LWPID, i));
7680 value->store (1, packets->getIntValue (PROP_THRID, i));
7681 value->store (2, packets->getIntValue (PROP_CPUID, i));
7690 value->store (6, packets->getIntValue (PROP_MSTATE, i));
7696 value->store (8, packets->getIntValue (PROP_OMPSTATE, i));
7711 value->store (6, packets->getIntValue (PROP_RTYPE, i));
7712 value->store (7, packets->getIntValue (PROP_RID, i));
7716 value->store (6, packets->getIntValue (PROP_DTYPE, i))
    [all...]
DataSpace.cc 277 uint32_t tag = dview->getIntValue (PROP_HWCTAG, i);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComparisonCategories.cpp 66 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 176 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) {
SValBuilder.h 324 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned));
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 77 Optional<APInt> getIntValue(const Value *Val) const;
958 auto HexagonVectorCombine::getIntValue(const Value *Val) const
1035 if (auto IntAmt = getIntValue(Amt))
1069 if (auto IntAmt = getIntValue(Amt))

Completed in 47 milliseconds

1 2