/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringARM32.cpp | [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | 620 /// If the comparison in a cmpxchg operation fails, there is no atomic store 623 /// operation would remain SequentiallyConsistent. 717 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 720 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 728 void setOperation(BinOp Operation) { 731 (Operation << 5)); 798 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/external/pdfium/xfa/fxfa/parser/ |
cxfa_node_statics.cpp | 383 {0x226ca8f1 /* operation */, XFA_Element::Operation}, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
Instructions.h | 625 /// If the comparison in a cmpxchg operation fails, there is no atomic store 628 /// operation would remain SequentiallyConsistent. 722 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 725 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 738 void setOperation(BinOp Operation) { 741 (Operation << 5)); 804 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/frameworks/av/media/libaudioclient/ |
AudioTrack.cpp | [all...] |
/external/llvm/lib/IR/ |
Instructions.cpp | 61 /// for a select operation, otherwise return null. 128 /// to a push_back style of operation. This grows the number of ops by 1.5 225 /// push_back style of operation. This grows the number of ops by 2 times. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcImpl.c | 475 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
563 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
785 type of discovery operation that is to be performed.
790 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
PxeBcImpl.c | 38 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
408 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
519 on the type of discovery operation that is to be performed.
525 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
773 read a directory, and read a file. The type of operation is specified by Operation.
774 If the callback function that is invoked during the TFTP/MTFTP operation does
782 read operation, then BufferSize will be set to the size of the downloaded file,
786 (greater than 64 MB) files-instead of making two calls to the read-file operation.
792 BufferSize specifies the number of bytes to send. If the write operation completes [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationCrossInstanceSharingTests.cpp | [all...] |
vktSynchronizationWin32KeyedMutexTests.cpp | [all...] |
/external/tensorflow/tensorflow/compiler/jit/ |
mark_for_compilation_pass_test.cc | 538 return assign_op.operation.node(); 772 root.graph()->AddControlEdge(recv_a.node(), ctrl_trigger_a.operation.node()); 773 root.graph()->AddControlEdge(recv_b.node(), ctrl_trigger_a.operation.node()); 774 root.graph()->AddControlEdge(ctrl_trigger_b.operation.node(), const_a.node()); [all...] |
/external/tensorflow/tensorflow/python/eager/ |
function.py | 835 if isinstance(outputs, ops.Operation) or outputs is None: [all...] |
/external/tensorflow/tensorflow/python/tpu/ |
tensor_tracer.py | 459 op: A tf.Operation. 554 op: Tf.Operation [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
MpService.c | 30 Performs an atomic compare exchange operation to get semaphore.
31 The compare exchange operation must be performed using
59 Performs an atomic compare exchange operation to release semaphore.
60 The compare exchange operation must be performed using
87 Performs an atomic compare exchange operation to lock semaphore.
88 The compare exchange operation must be performed using
113 Wait all APs to performs an atomic compare exchange operation to release semaphore.
132 Performs an atomic compare exchange operation to release semaphore
221 // - The timeout value must be longer than longest possible IO operation in the system
934 if (gSmmCpuPrivate->Operation[CpuIndex] == SmmCpuRemove) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/tensorflow/tensorflow/python/distribute/ |
tpu_strategy.py | 361 x for x in replicate_outputs if not isinstance(x, ops.Operation)
|
/external/tensorflow/tensorflow/python/framework/ |
func_graph.py | 241 control_inputs: A list of `Operation` or `Tensor` objects which 251 TypeError: If `control_inputs` is not a list of `Operation` or 401 op_type: The `Operation` type to create. This corresponds to the 402 `OpDef.name` field for the proto that defines the operation. 403 inputs: A list of `Tensor` objects that will be inputs to the `Operation`. 405 tensors that the operation produces. 407 the tensors that the operation consumes. By default, uses the base 410 name: (Optional.) A string name for the operation. If not specified, a 414 `NodeDef` proto that will represent the operation (an `AttrValue` 417 the operation will have [all...] |
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
optimizer_v2.py | 281 name: Optional name for the returned operation. 284 An Operation that updates the variables in `var_list`. If `global_step` 285 was not `None`, that operation also increments `global_step`. 366 raise ValueError("An operation has `None` for gradient. " 383 This is the second part of `minimize()`. It returns an `Operation` that 388 name: Optional name for the returned operation. Default to the name 392 An `Operation` that applies the specified gradients. If `global_step` 393 was not None, that operation also increments `global_step`. 447 any_symbolic = any(isinstance(i, ops.Operation) or 786 An `Operation` which updates the value of the variable [all...] |
/external/tensorflow/tensorflow/python/training/ |
monitored_session_test.py | 78 self.assertTrue(isinstance(scaffold.init_op, ops.Operation)) 83 self.assertTrue(isinstance(scaffold.local_init_op, ops.Operation)) 100 self.assertTrue(isinstance(scaffold.init_op, ops.Operation)) 105 self.assertTrue(isinstance(scaffold.local_init_op, ops.Operation)) [all...] |
/external/v8/src/ |
globals.h | 864 // Valid hints for the abstract operation OrdinaryToPrimitive, 868 // Valid hints for the abstract operation ToPrimitive, [all...] |
/frameworks/av/media/libmedia/ |
mediaplayer.cpp | 995 const sp<VolumeShaper::Operation>& operation) 1001 VolumeShaper::Status status = mPlayer->applyVolumeShaper(configuration, operation); [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 600 const sp<media::VolumeShaper::Operation>& operation) override; [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 248 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { 249 // To perform this operation, we just need to swap the L and G bits of the 250 // operation. 251 unsigned OldL = (Operation >> 2) & 1; 252 unsigned OldG = (Operation >> 1) & 1; 253 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits 259 unsigned Operation = Op; 261 Operation ^= 7; // Flip L, G, E bits, but not U. 263 Operation ^= 15; // Flip all of the condition bits. 265 if (Operation > ISD::SETTRUE2 [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 211 /// getSetCCSwappedOperands - Return the operation corresponding to (Y op X) 212 /// when given the operation for (X op Y). 213 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { 214 // To perform this operation, we just need to swap the L and G bits of the 215 // operation. 216 unsigned OldL = (Operation >> 2) & 1; 217 unsigned OldG = (Operation >> 1) & 1; 218 return ISD::CondCode((Operation & ~6) | // Keep the N, U, E bits 223 /// getSetCCInverse - Return the operation corresponding to !(X op Y), where 224 /// 'op' is a valid SetCC operation [all...] |