Home
last modified time | relevance | path

Searched refs:isLive (Results 1 – 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp335 bool isLive; member
338 : isLive (false) in AllocationSlot()
343 , isLive (isLive_) in AllocationSlot()
410 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
412 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
442 if (!origSlot.isLive) in validateAllocationCallbacks()
445 origSlot.isLive = true; // Mark live to suppress further errors in validateAllocationCallbacks()
455 allocations[origSlotNdx].isLive = false; in validateAllocationCallbacks()
464 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
466 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() function in __anon7bee62490111::AggressiveDeadCodeElimination
130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() function in __anon7bee62490111::AggressiveDeadCodeElimination
282 if (isLive(Term)) in initialize()
513 if (isLive(&I)) in removeDeadInstructions()
526 if (isLive(II)) in removeDeadInstructions()
538 if (isLive(&I)) in removeDeadInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.cpp322 if (Sym->isLive()) in prune()
339 if (E.getTarget().isDefined() && !E.getTarget().isLive()) { in prune()
351 if (!Sym->isLive()) in prune()
DJITLink.cpp127 OS << (Sym.isLive() ? '+' : '-') in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp190 bool isLive(unsigned RegNo) const { in isLive() function
473 if (Reg >= X86::FP0 && Reg <= X86::FP6 && isLive(Reg-X86::FP0)) { in processBasicBlock()
1467 assert(isLive(SrcFP) && "Cannot copy dead register"); in handleSpecialFP()
1665 if (isLive(FPReg)) in handleSpecialFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp807 if (S->isLive()) { in computeDeadSymbols()
831 return S->isLive(); in computeDeadSymbols()
DLowerTypeTests.cpp1847 if (GVS->isLive()) in lower()
1875 if (GVS->isLive() && !GlobalValue::isLocalLinkage(GVS->linkage())) in lower()
DWholeProgramDevirt.cpp869 if (!VS->isLive()) in tryFindVirtualCallTargets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h400 bool isLive() const { return Flags.Live; }
1112 return !WithGlobalValueDeadStripping || GVS->isLive();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1622 bool isLive; in eliminateUndefCopy() local
1624 isLive = false; in eliminateUndefCopy()
1629 isLive = true; in eliminateUndefCopy()
1634 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1635 if (isLive) in eliminateUndefCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h404 bool isLive() const { in isLive() function
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c2908 gboolean isLive; in GST_START_TEST() local
2921 isLive = gst_mpd_client_is_live (mpdclient); in GST_START_TEST()
2922 assert_equals_int (isLive, 1); in GST_START_TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp193 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp63104 if (isLive()) in destroyIfLive()
63117 if (other->isLive()) { in swap()
63131 void clear() { if (isLive()) mem.addr()->~T(); keyHash = sFreeKey; } in clear()
63134 bool isLive() const { return isLiveHash(keyHash); } in isLive() function in js::detail::HashTableEntry
63205 return entry_->isLive(); in found()
63281 while (cur < end && !cur->isLive()) in Range()
63330 while (++cur < end && !cur->isLive()) in popFront()
63732 if (!entry->isLive()) { in findFreeEntry()
63748 if (!entry->isLive()) { in findFreeEntry()
63783 if (src->isLive()) { in changeTableSize()
[all …]