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

1 2 3 4 5 6 7 891011>>

  /external/skqp/src/gpu/effects/
GrBlurredEdgeFragmentProcessor.cpp 24 args.fFp.cast<GrBlurredEdgeFragmentProcessor>();
49 const GrBlurredEdgeFragmentProcessor& that = other.cast<GrBlurredEdgeFragmentProcessor>();
GrConfigConversionEffect.cpp 23 const GrConfigConversionEffect& _outer = args.fFp.cast<GrConfigConversionEffect>();
52 const GrConfigConversionEffect& that = other.cast<GrConfigConversionEffect>();
  /external/skqp/src/gpu/gradients/
GrTextureGradientColorizer.cpp 23 const GrTextureGradientColorizer& _outer = args.fFp.cast<GrTextureGradientColorizer>();
42 const GrTextureGradientColorizer& that = other.cast<GrTextureGradientColorizer>();
  /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/
HowToUseJIT.cpp 65 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
97 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context),
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
ValueMapper.h 69 return cast<MDNode>(MapValue((const Value*)V, VM, Flags, TypeMapper));
74 return cast<Constant>(MapValue((const Value*)V, VM, Flags, TypeMapper));
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 319 return cast<MCDataFragment>(F).getContents().size();
321 return cast<MCFillFragment>(F).getSize();
323 return cast<MCInstFragment>(F).getInstSize();
326 return cast<MCLEBFragment>(F).getContents().size();
329 const MCAlignFragment &AF = cast<MCAlignFragment>(F);
338 MCOrgFragment &OF = cast<MCOrgFragment>(F);
353 return cast<MCDwarfLineAddrFragment>(F).getContents().size();
355 return cast<MCDwarfCallFrameFragment>(F).getContents().size();
396 MCAlignFragment &AF = cast<MCAlignFragment>(F);
436 MCDataFragment &DF = cast<MCDataFragment>(F)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/HowToUseJIT/
HowToUseJIT.cpp 73 cast<Function>(M->getOrInsertFunction("add1", Type::getInt32Ty(Context),
103 cast<Function>(M->getOrInsertFunction("foo", Type::getInt32Ty(Context)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AssumptionCache.cpp 166 updateAffectedValues(cast<CallInst>(A));
194 assert(&F == cast<Instruction>(VH)->getParent()->getParent() &&
196 assert(match(cast<CallInst>(VH), m_Intrinsic<Intrinsic::assume>()) &&
215 OS << " " << *cast<CallInst>(VH)->getArgOperand(0) << "\n";
221 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr()));
256 AssumptionSet.insert(cast<CallInst>(VH));
258 for (const BasicBlock &B : cast<Function>(*I.first))
261 !AssumptionSet.count(cast<CallInst>(&II)))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BuiltinGCs.cpp 85 const PointerType *PT = cast<PointerType>(Ty);
119 const PointerType *PT = cast<PointerType>(Ty);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Operator.cpp 26 return cast<GetElementPtrConstantExpr>(this)->getSourceElementType();
32 return cast<GetElementPtrConstantExpr>(this)->getResultElementType();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroEarly.cpp 164 CoroFrees.push_back(cast<CoroFreeInst>(&I));
169 if (cast<CoroSuspendInst>(&I)->isFinal())
175 if (cast<CoroEndInst>(&I)->isFallthrough())
179 lowerCoroNoop(cast<IntrinsicInst>(&I));
184 if (auto *CII = cast<CoroIdInst>(&I)) {
189 CoroId = cast<CoroIdInst>(&I);
200 lowerCoroPromise(cast<CoroPromiseInst>(&I));
203 lowerCoroDone(cast<IntrinsicInst>(&I));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlanHCFGTransforms.cpp 38 VPInstruction *VPInst = cast<VPInstruction>(Ingredient);
39 Instruction *Inst = cast<Instruction>(VPInst->getUnderlyingValue());
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
obj2yaml.cpp 22 return coff2yaml(outs(), cast<COFFObjectFile>(Obj));
26 return wasm2yaml(outs(), cast<WasmObjectFile>(Obj));
  /external/tensorflow/tensorflow/core/kernels/
argmax_op.h 34 output.device(d) = input.argmax(dimension).template cast<Tout>(); \
52 output.device(d) = input.argmin(dimension).template cast<Tout>(); \
redux_functor.h 91 auto cast = in.template cast<AccumT>();
93 const decltype(cast)>(buf, cast);
117 output->template flat<T>() = buf0.template cast<T>();
  /external/v8/src/
contexts-inl.h 23 ScriptContextTable* ScriptContextTable::cast(Object* context) { function in class:v8::internal::ScriptContextTable
40 return Handle<Context>::cast(
45 Context* Context::cast(Object* context) { function in class:v8::internal::Context
50 NativeContext* NativeContext::cast(Object* context) { function in class:v8::internal::NativeContext
70 return HeapObject::cast(get(EXTENSION_INDEX));
130 return type::cast(get(index)) == value; \
134 return type::cast(get(index)); \
213 return Map::cast(initial_js_array_map);
prototype.h 51 return T::cast(object_);
58 return Handle<T>::cast(iterator.handle_);
  /external/v8/src/debug/
debug-frames.h 40 return frame_->is_arguments_adaptor() ? ArgumentsAdaptorFrame::cast(frame_)
41 : JavaScriptFrame::cast(frame_);
  /external/v8/src/objects/
js-array-inl.h 49 Handle<FixedArray>::cast(storage)->ContainsOnlySmisOrHoles()))));
63 Smi::cast(READ_FIELD(this, kKindOffset))->value());
  /external/v8/src/runtime/
runtime-collections.cc 25 Handle<OrderedHashSet> table(OrderedHashSet::cast(holder->table()), isolate);
36 Handle<OrderedHashSet> table(OrderedHashSet::cast(holder->table()), isolate);
48 handle(OrderedHashSet::cast(holder->table()), isolate),
56 Handle<OrderedHashMap> table(OrderedHashMap::cast(holder->table()), isolate);
66 Handle<OrderedHashMap> table(OrderedHashMap::cast(holder->table()), isolate);
78 handle(OrderedHashMap::cast(holder->table()), isolate),
102 EphemeronHashTable::cast(weak_collection->table()), isolate);
134 EphemeronHashTable::cast(weak_collection->table()), isolate);
runtime-function.cc 23 isolate, Handle<JSBoundFunction>::cast(function)));
25 return *JSFunction::GetName(isolate, Handle<JSFunction>::cast(function));
37 Handle<JSFunction>::cast(function)->shared()->script(), isolate);
38 if (script->IsScript()) return Handle<Script>::cast(script)->source();
50 Handle<JSFunction>::cast(function)->shared()->script(), isolate);
52 return Smi::FromInt(Handle<Script>::cast(script)->id());
64 Handle<JSFunction>::cast(function)->shared(), isolate);
158 JSFunction* func = JSFunction::cast(object);
runtime-maths.cc 35 FixedDoubleArray::cast(native_context->math_random_cache()), isolate);
39 cache = Handle<FixedDoubleArray>::cast(
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 92 const BinaryOperator *BO = cast<BinaryOperator>(Head);
137 const UnaryOperator *UO = cast<UnaryOperator>(Head);
170 const DeclStmt *DS = cast<DeclStmt>(Head);
199 const DeclRefExpr *DR = cast<DeclRefExpr>(Head);
210 const BlockExpr *B = cast<BlockExpr>(Head);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
GlobalSplit.cpp 63 !cast<ConstantInt>(GEP->getOperand(1))->isZero() ||
93 uint64_t ByteOffset = cast<ConstantInt>(
94 cast<ConstantAsMetadata>(Type->getOperand(0))->getValue())
117 auto *GEP = cast<GEPOperator>(U);
118 unsigned I = cast<ConstantInt>(GEP->getOperand(2))->getZExtValue();
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
fill_triangular.py 141 d = math_ops.cast(n * (n + 1) / 2, output_shape_tensor.dtype)
162 n = (-1. + math_ops.sqrt(1 + 8. * math_ops.cast(d, dtypes.float32))) / 2.
166 math_ops.cast(math_ops.cast(n, dtypes.int32), dtypes.float32),
171 return math_ops.cast(n, d.dtype)

Completed in 991 milliseconds

1 2 3 4 5 6 7 891011>>