Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeView.cc2284 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_profile()
2285 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_profile()
2286 int mstate = (int) packets->getIntValue (PROP_MSTATE, i); in dump_profile()
2287 int nticks = (int) packets->getIntValue (PROP_NTICK, i); in dump_profile()
2353 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_sync()
2354 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_sync()
2411 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_iotrace()
2412 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_iotrace()
2413 IOTrace_type iotrtype = (IOTrace_type) packets->getIntValue (PROP_IOTYPE, i); in dump_iotrace()
2414 uint32_t iofd = (uint32_t) packets->getIntValue (PROP_IOFD, i); in dump_iotrace()
[all …]
H A DExpression.cc164 v.val = ctx->dview->getIntValue (propId, ctx->eventId); in getVal()
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension in getVal()
220 v.val = ctx->dview->getIntValue (PROP_NTICK, ctx->eventId) in getVal()
320 v.val = ctx->dview->getIntValue (PROP_SAMPLE, ctx->eventId); in getVal()
337 v.val = ctx->dview->getIntValue (PROP_GCEVENT, ctx->eventId); in getVal()
536 thrid = ctx->dview->getIntValue (PROP_THRID, ctx->eventId); in getVal()
H A DTable.h472 int getIntValue (int prop_id, long pkt_id);
561 int getIntValue (int prop_id, long idx);
H A DCallStack.cc267 uint32_t thrid = (uint32_t) dview->getIntValue (PROP_THRID, idx); in find_preg_stack()
268 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx); in find_preg_stack()
495 uint32_t thrid = (uint32_t) dDscr->getIntValue (PROP_THRID, idx); in add_stack()
583 uint32_t tag = dDscr->getIntValue (PROP_HWCTAG, idx); in add_stack()
850 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx); in add_stack()
H A DTable.cc1208 DataDescriptor::getIntValue (int prop_id, long idx) in getIntValue() function in DataDescriptor
1443 DataView::getIntValue (int prop_id, long idx) in getIntValue() function in DataView
1445 return ddscr->getIntValue (prop_id, getIdByIdx (idx)); in getIntValue()
H A DExperiment.cc2591 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_preg()
2746 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_task()
2876 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_file()
2908 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_file()
3373 IOTrace_type ioType = (IOTrace_type) dview->getIntValue (PROP_IOTYPE, i); in get_iotrace_events()
3380 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
3401 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
3402 origFd = dview->getIntValue (PROP_IOOFD, i); in get_iotrace_events()
3403 fsType = (FileSystem_type) dview->getIntValue (PROP_IOFSTYPE, i); in get_iotrace_events()
3478 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
[all …]
H A DIOActivity.cc597 IOTrace_type ioType = (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeData()
761 (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeCallStack()
H A DHeapActivity.cc347 Heap_type heapType = (Heap_type) heapPkts->getIntValue (PROP_HTYPE, i); in computeCallStack()
H A DDbe.cc7447 int pkt_aux = packets->getIntValue (PROP_HWCTAG, idx); in isValidIdx()
7454 int pkt_ent = packets->getIntValue (entity_prop_id, idx); in isValidIdx()
7682 value->store (0, packets->getIntValue (PROP_LWPID, i)); in getTLDetailValues()
7683 value->store (1, packets->getIntValue (PROP_THRID, i)); in getTLDetailValues()
7684 value->store (2, packets->getIntValue (PROP_CPUID, i)); in getTLDetailValues()
7693 value->store (6, packets->getIntValue (PROP_MSTATE, i)); in getTLDetailValues()
7699 value->store (8, packets->getIntValue (PROP_OMPSTATE, i)); in getTLDetailValues()
7714 value->store (6, packets->getIntValue (PROP_RTYPE, i)); in getTLDetailValues()
7715 value->store (7, packets->getIntValue (PROP_RID, i)); in getTLDetailValues()
7719 value->store (6, packets->getIntValue (PROP_DTYPE, i)); in getTLDetailValues()
[all …]
H A DDataSpace.cc277 uint32_t tag = dview->getIntValue (PROP_HWCTAG, i); in compute_metrics()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc2284 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_profile()
2285 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_profile()
2286 int mstate = (int) packets->getIntValue (PROP_MSTATE, i); in dump_profile()
2287 int nticks = (int) packets->getIntValue (PROP_NTICK, i); in dump_profile()
2353 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_sync()
2354 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_sync()
2411 uint32_t thrid = (uint32_t) packets->getIntValue (PROP_THRID, i); in dump_iotrace()
2412 uint32_t cpuid = (uint32_t) packets->getIntValue (PROP_CPUID, i); in dump_iotrace()
2413 IOTrace_type iotrtype = (IOTrace_type) packets->getIntValue (PROP_IOTYPE, i); in dump_iotrace()
2414 uint32_t iofd = (uint32_t) packets->getIntValue (PROP_IOFD, i); in dump_iotrace()
[all …]
H A DExpression.cc164 v.val = ctx->dview->getIntValue (propId, ctx->eventId); in getVal()
167 v.val = (uint32_t) ctx->dview->getIntValue (propId, ctx->eventId); //prevent sign extension in getVal()
220 v.val = ctx->dview->getIntValue (PROP_NTICK, ctx->eventId) in getVal()
320 v.val = ctx->dview->getIntValue (PROP_SAMPLE, ctx->eventId); in getVal()
337 v.val = ctx->dview->getIntValue (PROP_GCEVENT, ctx->eventId); in getVal()
536 thrid = ctx->dview->getIntValue (PROP_THRID, ctx->eventId); in getVal()
H A DTable.h472 int getIntValue (int prop_id, long pkt_id);
561 int getIntValue (int prop_id, long idx);
H A DCallStack.cc267 uint32_t thrid = (uint32_t) dview->getIntValue (PROP_THRID, idx); in find_preg_stack()
268 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx); in find_preg_stack()
495 uint32_t thrid = (uint32_t) dDscr->getIntValue (PROP_THRID, idx); in add_stack()
583 uint32_t tag = dDscr->getIntValue (PROP_HWCTAG, idx); in add_stack()
850 uint32_t pthrid = (uint32_t) dview->getIntValue (PROP_THRID, pidx); in add_stack()
H A DTable.cc1208 DataDescriptor::getIntValue (int prop_id, long idx) in getIntValue() function in DataDescriptor
1443 DataView::getIntValue (int prop_id, long idx) in getIntValue() function in DataView
1445 return ddscr->getIntValue (prop_id, getIdByIdx (idx)); in getIntValue()
H A DExperiment.cc2593 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_preg()
2748 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_task()
2878 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_file()
2910 uint32_t thrid = dDscr->getIntValue (PROP_THRID, i); in read_omp_file()
3375 IOTrace_type ioType = (IOTrace_type) dview->getIntValue (PROP_IOTYPE, i); in get_iotrace_events()
3382 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
3403 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
3404 origFd = dview->getIntValue (PROP_IOOFD, i); in get_iotrace_events()
3405 fsType = (FileSystem_type) dview->getIntValue (PROP_IOFSTYPE, i); in get_iotrace_events()
3480 fd = dview->getIntValue (PROP_IOFD, i); in get_iotrace_events()
[all …]
H A DIOActivity.cc597 IOTrace_type ioType = (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeData()
761 (IOTrace_type) ioPkts->getIntValue (PROP_IOTYPE, i); in computeCallStack()
H A DHeapActivity.cc347 Heap_type heapType = (Heap_type) heapPkts->getIntValue (PROP_HTYPE, i); in computeCallStack()
H A DDbe.cc7447 int pkt_aux = packets->getIntValue (PROP_HWCTAG, idx); in isValidIdx()
7454 int pkt_ent = packets->getIntValue (entity_prop_id, idx); in isValidIdx()
7682 value->store (0, packets->getIntValue (PROP_LWPID, i)); in getTLDetailValues()
7683 value->store (1, packets->getIntValue (PROP_THRID, i)); in getTLDetailValues()
7684 value->store (2, packets->getIntValue (PROP_CPUID, i)); in getTLDetailValues()
7693 value->store (6, packets->getIntValue (PROP_MSTATE, i)); in getTLDetailValues()
7699 value->store (8, packets->getIntValue (PROP_OMPSTATE, i)); in getTLDetailValues()
7714 value->store (6, packets->getIntValue (PROP_RTYPE, i)); in getTLDetailValues()
7715 value->store (7, packets->getIntValue (PROP_RID, i)); in getTLDetailValues()
7719 value->store (6, packets->getIntValue (PROP_DTYPE, i)); in getTLDetailValues()
[all …]
H A DDataSpace.cc277 uint32_t tag = dview->getIntValue (PROP_HWCTAG, i); in compute_metrics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h96 llvm::APSInt getIntValue() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComparisonCategories.cpp66 llvm::APSInt ComparisonCategoryInfo::ValueInfo::getIntValue() const { in getIntValue() function in ComparisonCategoryInfo::ValueInfo
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h176 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue() function
H A DSValBuilder.h324 return nonloc::ConcreteInt(BasicVals.getIntValue(integer, isUnsigned)); in makeIntVal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp77 Optional<APInt> getIntValue(const Value *Val) const;
958 auto HexagonVectorCombine::getIntValue(const Value *Val) const in getIntValue() function in HexagonVectorCombine
1035 if (auto IntAmt = getIntValue(Amt)) in vlalignb()
1069 if (auto IntAmt = getIntValue(Amt)) in vralignb()

12