Searched refs:ty (Results 276 - 300 of 347) sorted by relevance

<<11121314

/external/clang/lib/CodeGen/
H A DCGDecl.cpp700 auto ty = cast<llvm::PointerType>(tempLV.getAddress().getElementType()); local
701 llvm::Value *zero = llvm::ConstantPointerNull::get(ty);
H A DCGException.cpp365 llvm::Type *ty = ConvertTypeForMem(e->getType())->getPointerTo(); local
366 Address typedAddr = Builder.CreateBitCast(addr, ty);
H A DCodeGenModule.h693 CreateGlobalInitOrDestructFunction(llvm::FunctionType *ty, const Twine &name,
H A DCGAtomic.cpp1144 llvm::IntegerType *ty = local
1146 return CGF.Builder.CreateBitCast(addr, ty->getPointerTo(addrspace));
H A DCGBlocks.cpp1448 auto *ty = cast<llvm::PointerType>(srcValue->getType()); local
1449 llvm::Value *null = llvm::ConstantPointerNull::get(ty);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder_misc.cpp224 Value *Builder::VUNDEF(Type *ty, uint32_t size) argument
226 return UndefValue::get(VectorType::get(ty, size));
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DScalarEvolution.cpp306 unsigned SCEVTy, const SCEV *op, Type *ty)
307 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {}
310 const SCEV *op, Type *ty)
311 : SCEVCastExpr(ID, scTruncate, op, ty) {
318 const SCEV *op, Type *ty)
319 : SCEVCastExpr(ID, scZeroExtend, op, ty) {
326 const SCEV *op, Type *ty)
327 : SCEVCastExpr(ID, scSignExtend, op, ty) {
305 SCEVCastExpr(const FoldingSetNodeIDRef ID, unsigned SCEVTy, const SCEV *op, Type *ty) argument
309 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
317 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
325 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h173 #define UPB_C_UPCASTS(ty, base) \
174 UPB_INLINE base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
175 UPB_INLINE const base *ty ## _upcast(const ty *p) { return (const base*)p; }
177 #define UPB_C_UPCASTS2(ty, base, base2) \
178 UPB_C_UPCASTS(ty, base) \
179 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
180 UPB_INLINE const base2 *ty ## _upcast
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h188 #define UPB_C_UPCASTS(ty, base) \
189 UPB_INLINE base *ty ## _upcast_mutable(ty *p) { return (base*)p; } \
190 UPB_INLINE const base *ty ## _upcast(const ty *p) { return (const base*)p; }
192 #define UPB_C_UPCASTS2(ty, base, base2) \
193 UPB_C_UPCASTS(ty, base) \
194 UPB_INLINE base2 *ty ## _upcast2_mutable(ty *p) { return (base2*)p; } \
195 UPB_INLINE const base2 *ty ## _upcast
[all...]
/external/ImageMagick/MagickCore/
H A Dgeometry.c791 affine_matrix->ty=StringToDouble(token,(char **) NULL);
/external/python/cpython3/Lib/urllib/
H A Dparse.py848 ty, va, tb = sys.exc_info()
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1118 Float4 ty = Min(Max((x.y - edge0.y) / (edge1.y - edge0.y), Float4(0.0f)), Float4(1.0f)); dst.y = ty * ty * (Float4(3.0f) - Float4(2.0f) * ty); local
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp2813 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
2816 : Instruction(ty, op,
2826 CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate, argument
2829 : Instruction(ty, op,
/external/clang/lib/AST/
H A DASTContext.cpp2626 const Type *ty = split.Ty; local
2627 switch (ty->getTypeClass()) {
2675 cast<PointerType>(ty)->getPointeeType()));
2679 const LValueReferenceType *lv = cast<LValueReferenceType>(ty);
2687 const RValueReferenceType *lv = cast<RValueReferenceType>(ty);
2694 const AtomicType *at = cast<AtomicType>(ty);
2700 const ConstantArrayType *cat = cast<ConstantArrayType>(ty);
2710 const DependentSizedArrayType *dat = cast<DependentSizedArrayType>(ty);
2722 const IncompleteArrayType *iat = cast<IncompleteArrayType>(ty);
2734 const VariableArrayType *vat = cast<VariableArrayType>(ty);
[all...]
/external/clang/include/clang/AST/
H A DDecl.h67 TypeSourceInfo(QualType ty) : Ty(ty) { } argument
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp331 unsigned SCEVTy, const SCEV *op, Type *ty)
332 : SCEV(ID, SCEVTy), Op(op), Ty(ty) {}
335 const SCEV *op, Type *ty)
336 : SCEVCastExpr(ID, scTruncate, op, ty) {
343 const SCEV *op, Type *ty)
344 : SCEVCastExpr(ID, scZeroExtend, op, ty) {
351 const SCEV *op, Type *ty)
352 : SCEVCastExpr(ID, scSignExtend, op, ty) {
330 SCEVCastExpr(const FoldingSetNodeIDRef ID, unsigned SCEVTy, const SCEV *op, Type *ty) argument
334 SCEVTruncateExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
342 SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
350 SCEVSignExtendExpr(const FoldingSetNodeIDRef ID, const SCEV *op, Type *ty) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1564 float_ui32_type ty = { (translate[1] * y_scale) + y_bias }; local
1572 rmesa->hw.vpt.cmd[VPT_SE_VPORT_YOFFSET] = ty.ui32;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1372 float_ui32_type ty = { (translate[1] * y_scale) + y_bias + SUBPIXEL_Y }; local
1380 rmesa->hw.vpt.cmd[VPT_SE_VPORT_YOFFSET] = ty.ui32;
/external/skia/src/utils/
H A DSkLua.cpp609 SkScalar ty = lua2scalar_def(L, 3, 0); local
610 get_ref<SkCanvas>(L, 1)->translate(tx, ty);
/external/skia/tests/
H A DClipStackTest.cpp1364 SkScalar ty = SkScalarRoundToScalar(sy * alignedRect.y()) - sy * alignedRect.y(); local
1367 xform.postTranslate(tx, ty);
/external/skqp/src/utils/
H A DSkLua.cpp609 SkScalar ty = lua2scalar_def(L, 3, 0); local
610 get_ref<SkCanvas>(L, 1)->translate(tx, ty);
/external/skqp/tests/
H A DClipStackTest.cpp1364 SkScalar ty = SkScalarRoundToScalar(sy * alignedRect.y()) - sy * alignedRect.y(); local
1367 xform.postTranslate(tx, ty);
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c1653 # define SWAP(ty,aa,bb) \
1654 do { ty tt = (aa); (aa) = (bb); (bb) = tt; } while (0)
/external/ImageMagick/Magick++/lib/
H A DImage.cpp1816 _affine.ty=affine_.ty();
1901 affine.ty=0.0;
1913 drawInfo->affine.tx=current.sx*affine.tx+current.ry*affine.ty
/external/llvm/lib/IR/
H A DInstructions.cpp3360 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3362 : Instruction(ty, op,
3372 CmpInst::CmpInst(Type *ty, OtherOps op, Predicate predicate, Value *LHS,
3374 : Instruction(ty, op,

Completed in 3665 milliseconds

<<11121314