HomeSort by relevance Sort by last modified time
    Searched defs:Probe (Results 1 - 25 of 34) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/VMCore/
DebugInfoProbe.cpp 1 //===-- DebugInfoProbe.cpp - DebugInfo Probe ------------------------------===//
10 // This file implements DebugInfoProbe. This probe can be used by a pass
32 EnableDebugInfoProbe("enable-debug-info-probe", cl::Hidden,
33 cl::desc("Enable debug info probe"));
208 DebugInfoProbe *&Probe = Entry.getValue();
209 if (!Probe)
210 Probe = new DebugInfoProbe();
211 Probe->initialize(P->getPassName(), F);
222 DebugInfoProbe *&Probe = Entry.getValue();
223 assert (Probe && "DebugInfoProbe is not initialized!")
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 30 struct Probe {
31 Probe(int64_t send_time_ms, int64_t recv_time_ms, size_t payload_size)
145 std::list<Probe> probes_;
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 100 unsigned Probe = First;
102 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V)
103 return &__ubsan_vptr_hash_set[Probe];
104 Probe += ((V >> 16) & 65535) + 1;
105 if (Probe >= HashTableSize)
106 Probe -= HashTableSize;
108 // FIXME: Pick a random entry from the probe sequence to evict rather than
  /external/llvm/lib/Target/X86/
X86WinAllocaExpander.cpp 44 enum Lowering { TouchAndSub, Sub, Probe };
102 // For a non-constant amount or a large amount, we have to probe.
104 return Probe;
172 case Probe:
241 case Probe:
242 // The probe lowering expects the amount in RAX/EAX.
246 // Do the probe.
281 if (MF.getFunction()->hasFnAttribute("stack-probe-size")) {
283 ->getFnAttribute("stack-probe-size")
  /external/llvm/lib/Support/
FoldingSet.cpp 283 void *Probe = OldBuckets[i];
284 if (!Probe) continue;
285 while (Node *NodeInBucket = GetNextPtr(Probe)) {
287 Probe = NodeInBucket->getNextInBucket();
324 void *Probe = *Bucket;
329 while (Node *NodeInBucket = GetNextPtr(Probe)) {
334 Probe = NodeInBucket->getNextInBucket();
439 void *Probe = NodePtr->getNextInBucket();
441 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
445 void **Bucket = GetBucketPtr(Probe);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 260 void *Probe = OldBuckets[i];
261 if (!Probe) continue;
262 while (Node *NodeInBucket = GetNextPtr(Probe)) {
264 Probe = NodeInBucket->getNextInBucket();
286 void *Probe = *Bucket;
291 while (Node *NodeInBucket = GetNextPtr(Probe)) {
296 Probe = NodeInBucket->getNextInBucket();
401 void *Probe = NodePtr->getNextInBucket();
403 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
407 void **Bucket = GetBucketPtr(Probe);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
FoldingSet.cpp 283 void *Probe = OldBuckets[i];
284 if (!Probe) continue;
285 while (Node *NodeInBucket = GetNextPtr(Probe)) {
287 Probe = NodeInBucket->getNextInBucket();
324 void *Probe = *Bucket;
329 while (Node *NodeInBucket = GetNextPtr(Probe)) {
334 Probe = NodeInBucket->getNextInBucket();
439 void *Probe = NodePtr->getNextInBucket();
441 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
445 void **Bucket = GetBucketPtr(Probe);
    [all...]
  /external/v8/src/base/
hashmap.h 122 Entry* Probe(const Key& key, uint32_t hash) const;
164 Entry* entry = Probe(key, hash);
184 Entry* entry = Probe(key, hash);
197 Entry* entry = Probe(key, hash);
206 Entry* p = Probe(key, hash);
298 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Probe(
326 entry = Probe(key, hash);
359 Entry* new_entry = Probe(entry->key, entry->hash);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 674 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
675 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 576 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
577 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 686 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
687 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c 912 ** Probe()
919 Probe (
    [all...]
  /external/v8/src/
assembler.h 226 static void Probe(bool cross_compile) {
234 Probe(false);
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 

Completed in 7447 milliseconds

1 2