HomeSort by relevance Sort by last modified time
    Searched refs:cast (Results 476 - 500 of 3080) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
IndirectBrExpandPass.cpp 115 // constants to just be those integer constants cast to a pointer type.
136 auto *BA = cast<BlockAddress>(BlockAddressUseIt->getUser());
148 auto *ITy = cast<IntegerType>(DL.getIntPtrType(BA->getType()));
177 cast<IntegerType>(DL.getIntPtrType(IBr->getAddress()->getType()));
ScalarizeMaskedMemIntrin.cpp 121 unsigned AlignVal = cast<ConstantInt>(Alignment)->getZExtValue();
138 isa<Constant>(Mask) && cast<Constant>(Mask)->isAllOnesValue();
151 EltTy->getPointerTo(cast<PointerType>(Ptr->getType())->getAddressSpace());
162 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
267 unsigned AlignVal = cast<ConstantInt>(Alignment)->getZExtValue();
281 isa<Constant>(Mask) && cast<Constant>(Mask)->isAllOnesValue();
293 EltTy->getPointerTo(cast<PointerType>(Ptr->getType())->getAddressSpace());
299 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
396 unsigned AlignVal = cast<ConstantInt>(Alignment)->getZExtValue();
411 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue()
    [all...]
WinEHPrepare.cpp 149 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
153 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
154 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
230 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad();
248 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());
265 const auto *UserI = cast<Instruction>(U);
289 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI);
308 const auto *UserI = cast<Instruction>(U);
353 cast<CatchPadInst>((*CatchSwitch->handler_begin())->getFirstNonPHI());
356 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 98 int FI = cast<FrameIndexSDNode>(N.getOperand(0))->getIndex();
108 MVT VT = cast<MemSDNode>(Op)->getMemoryVT().getSimpleVT();
123 const LoadSDNode *LD = cast<LoadSDNode>(N);
137 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue();
179 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue();
253 cast<RegisterSDNode>(CopyFromRegOp->getOperand(1));
314 int FI = cast<FrameIndexSDNode>(N)->getIndex();
327 const StoreSDNode *ST = cast<StoreSDNode>(N);
342 int CST = (int)cast<ConstantSDNode>(BasePtr.getOperand(1))->getZExtValue();
355 cast<MachineSDNode>(ResNode)->setMemRefs(MemOp, MemOp + 1)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyTargetStreamer.cpp 120 cast<MCSymbolWasm>(Symbol)->setParams(std::move(Params));
129 cast<MCSymbolWasm>(Symbol)->setReturns(std::move(Returns));
159 MCSymbolWasm *WasmSym = cast<MCSymbolWasm>(Symbol);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
PointerSumTypeTest.cpp 76 TEST_F(PointerSumTypeTest, Cast) {
77 EXPECT_EQ(&f, a.cast<Float>());
78 EXPECT_EQ(&i1, b.cast<Int1>());
79 EXPECT_EQ(&i2, c.cast<Int2>());
  /external/tensorflow/tensorflow/compiler/tests/
quantized_ops_test.py 45 x = math_ops.cast(p, dtype)
58 math_ops.cast(test_input, dtype=dtypes.uint8),
77 math_ops.cast(gathered_input, dtype=dtypes.uint32), total_shift_bits)
  /external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
resnet_preprocessing.py 81 match = tf.cast(match, tf.int32)
114 padded_center_crop_size = tf.cast(
116 tf.cast(tf.minimum(image_height, image_width), tf.float32)),
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/
losses.py 83 logits = math_ops.cast(logits, dtypes.float32)
98 check_ops.assert_less(labels, math_ops.cast(num_classes, labels.dtype))
121 math_ops.cast(labels, example_indices.dtype),
  /external/tensorflow/tensorflow/contrib/layers/python/ops/
sparse_ops.py 52 return math_ops.cast(ignore_value, dtype, name="ignore_value")
182 values=math_ops.cast(
223 num_rows = math_ops.cast(sparse_input.dense_shape[row_axis], dtypes.int32)
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py 86 result.label = tf.cast(
163 reshaped_image = tf.cast(read_input.uint8image, tf.float32)
236 reshaped_image = tf.cast(read_input.uint8image, tf.float32)
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.h 103 y_backprop.reshape(rest_by_depth).template cast<U>();
104 auto input_rest_by_depth = input.reshape(rest_by_depth).template cast<U>();
123 .template cast<T>();
  /external/tensorflow/tensorflow/lite/kernels/
cast.cc 29 namespace cast { namespace in namespace:tflite::ops::builtin
127 } // namespace cast
130 static TfLiteRegistration r = {nullptr, nullptr, cast::Prepare, cast::Eval};
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
flat_map_dataset_serialization_test.py 55 return 10 * math_ops.cast(y, dtypes.int32)
71 return constant_op.constant(1000) + math_ops.cast(x, dtypes.int32)
97 (), 0, 10, dtype=dtypes.int32) * math_ops.cast(x, dtypes.int32)
  /external/tensorflow/tensorflow/python/training/
proximal_adagrad.py 117 math_ops.cast(self._learning_rate_tensor, grad.dtype),
118 math_ops.cast(self._l1_regularization_strength_tensor, grad.dtype),
119 math_ops.cast(self._l2_regularization_strength_tensor, grad.dtype),
  /external/v8/src/builtins/
builtins-error.cc 34 Handle<Object>::cast(args.new_target()),
51 Handle<JSObject> object = Handle<JSObject>::cast(object_obj);
65 Handle<Name> name(Name::cast(error_stack->name()), isolate);
constants-table-builder.cc 69 DCHECK(Oddball::cast(*self_reference)->kind() ==
103 if (value->IsCode() && Code::cast(value)->kind() == Code::BUILTIN) {
108 value = builtins->builtin(Code::cast(value)->builtin_index());
  /external/v8/src/
contexts.cc 29 result = Handle<ScriptContextTable>::cast(copy);
99 return JSObject::cast(object);
105 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object();
109 return ScopeInfo::cast(get(SCOPE_INFO_INDEX));
117 return Module::cast(current->extension());
121 return JSGlobalObject::cast(native_context()->extension());
156 Handle<JSReceiver>::cast(it->GetReceiver()),
163 JSReceiver::GetProperty(isolate, Handle<JSReceiver>::cast(unscopables),
359 Handle<JSReceiver> extension(JSReceiver::cast(ext), isolate);
371 Context::cast(obj)->Lookup(name, DONT_FOLLOW_CHAINS, index
    [all...]
transitions.cc 40 return Map::cast(raw_transitions_->ToWeakHeapObject());
133 ? array->SearchSpecial(Symbol::cast(*name), &insertion_index)
180 ? array->SearchSpecial(Symbol::cast(*name), &insertion_index)
218 Map* map = Map::cast(raw_transitions_->ToWeakHeapObject());
271 Map* target = Map::cast(raw_transitions_->ToWeakHeapObject());
278 return handle(String::cast(name), isolate_);
363 DCHECK(HeapObject::cast(*prototype)->map()->IsMap());
404 Map* map = Map::cast(target->ToWeakHeapObject());
502 Map* simple_target = Map::cast(raw_transitions_->ToWeakHeapObject());
517 TransitionsAccessor(isolate_, Map::cast(target->ToWeakHeapObject())
    [all...]
  /external/v8/src/heap/
heap-write-barrier-inl.h 78 HeapObject* object = HeapObject::cast(value);
93 object, reinterpret_cast<Address>(slot), HeapObject::cast(value));
126 object, reinterpret_cast<Address>(slot), HeapObject::cast(value));
  /external/v8/src/objects/
code-inl.h 62 return SourcePositionTableWithFrameCache::cast(maybe_table)
129 Code* AbstractCode::GetCode() { return Code::cast(this); }
132 return BytecodeArray::cast(this);
136 return DependentCode::cast(Get(kNextLinkIndex)->ToStrongHeapObject());
204 if (maybe_table->IsByteArray()) return ByteArray::cast(maybe_table);
206 return SourcePositionTableWithFrameCache::cast(maybe_table)
555 // Code::cast. Code::cast does not work when the object's map is
579 return Map::cast(object)->CanTransition();
582 object = Cell::cast(object)->value()
    [all...]
  /external/v8/src/snapshot/
partial-serializer.cc 95 if (obj->IsFeedbackVector()) FeedbackVector::cast(obj)->ClearSlots(isolate());
98 JSObject* jsobj = JSObject::cast(obj);
108 JSFunction* closure = JSFunction::cast(obj);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 117 unsigned DestReg = cast<RegisterSDNode>(User->getOperand(1))->getReg();
200 unsigned Reg = cast<RegisterSDNode>(User->getOperand(1))->getReg();
239 VRBase = cast<RegisterSDNode>(Node->getOperand(i-NumResults))->getReg();
249 unsigned Reg = cast<RegisterSDNode>(User->getOperand(1))->getReg();
481 unsigned DestReg = cast<RegisterSDNode>(User->getOperand(1))->getReg();
493 unsigned SubIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
534 unsigned SubIdx = cast<ConstantSDNode>(N2)->getZExtValue();
564 const ConstantSDNode *SD = cast<ConstantSDNode>(N0);
593 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
611 unsigned DstRCIdx = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue()
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 140 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0));
144 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
145 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
221 auto *CleanupPad = cast<CleanupReturnInst>(TI)->getCleanupPad();
239 auto *CatchPad = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI());
256 const auto *UserI = cast<Instruction>(U);
279 auto *CleanupPad = cast<CleanupPadInst>(FirstNonPHI);
298 const auto *UserI = cast<Instruction>(U);
343 cast<CatchPadInst>((*CatchSwitch->handler_begin())->getFirstNonPHI());
346 cast<Constant>(CatchPad->getArgOperand(0)->stripPointerCasts())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 162 return Value.is<Other>() && Value.cast<Other>() == NonLocal;
168 return Value.is<Other>() && Value.cast<Other>() == NonFuncLocal;
174 return Value.is<Other>() && Value.cast<Other>() == Unknown;
182 return Value.cast<Invalid>();
184 return Value.cast<Clobber>();
186 return Value.cast<Def>();

Completed in 1319 milliseconds

<<11121314151617181920>>