Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc205 captured_state_->dst()->Poison(status); in RunRemoteRecv()
217 captured_state_->dst()->Poison(send_status); in RunRemoteRecv()
239 captured_state->dst()->Poison(s); in RunRemoteRecv()
253 captured_state_->dst()->Poison(status); in StartRecv()
274 captured_state_->dst()->Poison(status); in StartRecv()
311 captured_state_->dst()->Poison(s); in StartRemoteSendTensor()
331 captured_state->dst()->Poison(s); in StartRemoteSendTensor()
373 captured_state_->dst()->Poison(status); in Abort()
Dremote_execute_node.cc84 retvals[i]->Poison(status); in RunAsync()
Dremote_execute_node.h85 handle->Poison(status); in Abort()
/external/clang/lib/Lex/
DPreprocessor.cpp579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { in PoisonSEHIdentifiers() argument
582 Ident__exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
583 Ident___exception_code->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
584 Ident_GetExceptionCode->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
585 Ident__exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
586 Ident___exception_info->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
587 Ident_GetExceptionInfo->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
588 Ident__abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
589 Ident___abnormal_termination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
590 Ident_AbnormalTermination->setIsPoisoned(Poison); in PoisonSEHIdentifiers()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcopy_to_device_node.h49 void Abort(Status status) override { dst_->Poison(status); } in Abort()
Dexecute_node.h135 handle->Poison(status); in Abort()
Dtensor_handle.h168 void Poison(Status status);
Dtensor_handle.cc582 void TensorHandle::Poison(Status status) { in Poison() function in tensorflow::TensorHandle
Dexecute.cc746 retvals[j]->Poison(errors::Internal( in EagerRemoteExecute()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dlifetime.ll17 ; Poison memory in prologue: F1F1F1F104F3F3F3
47 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
108 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
Dlifetime-throw.ll23 ; Poison memory in prologue: F1F1F1F1F8F3F3F3
77 ; Poison memory in prologue: F1F1F1F1F8F304F2
Dstack-poisoning.ll19 ; Poison red zones.
/external/conscrypt/openjdk/src/test/resources/
DREADME8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp323 int32_t Poison = ((CurVals[3] & 0xff) << 24) | ((CurVals[2] & 0xff) << 16) | in instrumentFuncStart() local
325 if (Poison == 0) in instrumentFuncStart()
327 auto *PoisonConst = ConstantInteger32::create(Ctx, IceType_i32, Poison); in instrumentFuncStart()
/external/compiler-rt/lib/asan/
Dasan_flags.inc91 "Poison (or not) the heap memory on [de]allocation. Zero value is useful "
98 "Poison (or not) the array cookie after operator new[].")
/external/libxml2/
DAndroid.bp82 // Poison various things that should not be defined.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dshuffle_select.ll39 ; Poison flags must be dropped or undef must be replaced with safe constant.
439 ; Poison flags must be dropped or undef must be replaced with safe constant.
487 ; Poison flags must be dropped or undef must be replaced with safe constant.
855 ; Poison flags must be dropped or undef must be replaced with safe constant.
908 ; Poison flags must be dropped or undef must be replaced with safe constant.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2685 Value *Poison = IRB.getIntN(StoreSizeInBytes * 8, Val); in copyToShadowInline() local
2687 Poison, IRB.CreateIntToPtr(Ptr, Poison->getType()->getPointerTo()), 1); in copyToShadowInline()
/external/clang/include/clang/Lex/
DPreprocessor.h1571 void PoisonSEHIdentifiers(bool Poison = true); // Borland
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1944 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); in poisonRedZones() local
1945 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo())); in poisonRedZones()
/external/scapy/doc/scapy/
Dusage.rst500 arpcachepoison : Poison target's cache with (your MAC,victim's IP) couple
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4889 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local
4891 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
/external/llvm/docs/
DLangRef.rst2918 Poison Values
2921 Poison values are similar to :ref:`undef values <undefvalues>`, however
2930 Poison value behavior is defined in terms of value *dependence*:
2961 Poison values have the same behavior as :ref:`undef values <undefvalues>`,
2975 store i32 %poison, i32* @g ; Poison value stored to memory.
2976 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6063 const Instruction *Poison = PoisonStack.pop_back_val(); in isAddRecNeverPoison() local
6065 for (auto *PoisonUser : Poison->users()) { in isAddRecNeverPoison()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst3149 Poison Values
3152 Poison values are similar to :ref:`undef values <undefvalues>`, however
3161 Poison value behavior is defined in terms of value *dependence*:
3192 Poison values have the same behavior as :ref:`undef values <undefvalues>`,
3206 store i32 %poison, i32* @g ; Poison value stored to memory.
3207 %poison2 = load i32, i32* @g ; Poison value loaded back from memory.

12