Searched refs:StoreValue (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 234 void FlagImpl::StoreValue(const void* src) { in StoreValue() function in absl::flags_internal::FlagImpl 388 StoreValue(&flag_state.value_.one_word); in RestoreState() 392 StoreValue(flag_state.value_.heap_allocated); in RestoreState() 513 StoreValue(src); in Write() 534 StoreValue(tentative_value.get()); in ParseFrom() 555 StoreValue(tentative_value.get()); in ParseFrom() 573 StoreValue(default_value_.dynamic_value); in ParseFrom()
|
D | flag.h | 528 void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
D | wasm-module-debug.cc | 379 bool StoreValue(const T& value, uint8_t* buffer, uint32_t buffer_size, in StoreValue() function 393 return StoreValue(wasm_value.to_i32(), buffer, buffer_size, size); in GetWasmValue() 395 return StoreValue(wasm_value.to_i64(), buffer, buffer_size, size); in GetWasmValue() 397 return StoreValue(wasm_value.to_f32(), buffer, buffer_size, size); in GetWasmValue() 399 return StoreValue(wasm_value.to_f64(), buffer, buffer_size, size); in GetWasmValue() 401 return StoreValue(wasm_value.to_s128(), buffer, buffer_size, size); in GetWasmValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress() 307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress() 406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
|
D | PPCHazardRecognizers.h | 71 const Value *StoreValue[4]; variable
|
D | PPCISelLowering.cpp | 8670 SDValue StoreValue = BVN->getOperand(i); in LowerBUILD_VECTOR() local 8672 StoreValue = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i32, StoreValue); in LowerBUILD_VECTOR() 8674 Stores.push_back(DAG.getStore(DAG.getEntryNode(), dl, StoreValue, Idx, in LowerBUILD_VECTOR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 4656 auto *StoreValue = Operation(Tmp); in lowerLoadLinkedStoreExclusive() local 4657 assert(StoreValue->mustHaveReg()); in lowerLoadLinkedStoreExclusive() 4666 _strex(Success, StoreValue, formMemoryOperand(AddrR, Ty), Cond) in lowerLoadLinkedStoreExclusive()
|
/third_party/rust/crates/clap/ |
D | CHANGELOG.md | 394 …I*: Explicitly set the `arg.action(ArgAction::...)` on each argument (`StoreValue` for options and… 456 conflict by default to be like `ArgAction::StoreValue` and 732 - `ArgAction::StoreValue` with `ArgAction::Set` or `ArgAction::Append` (#3797) 761 - `ArgAction::StoreValue`: existing `takes_value(true)` behavior
|