Searched refs:Type (Results 76 - 100 of 3284) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp47 mVoidTy = Type::getVoidTy(pJitMgr->mContext);
48 mFP16Ty = Type::getHalfTy(pJitMgr->mContext);
49 mFP32Ty = Type::getFloatTy(pJitMgr->mContext);
50 mDoubleTy = Type::getDoubleTy(pJitMgr->mContext);
51 mInt1Ty = Type::getInt1Ty(pJitMgr->mContext);
52 mInt8Ty = Type::getInt8Ty(pJitMgr->mContext);
53 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext);
54 mInt32Ty = Type::getInt32Ty(pJitMgr->mContext);
58 mInt64Ty = Type::getInt64Ty(pJitMgr->mContext);
59 mV4FP32Ty = StructType::get(pJitMgr->mContext, std::vector<Type*>(
[all...]
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86Base.h179 using TypedEmitGPR = void (AssemblerX86Base::*)(Type, GPRRegister);
180 using TypedEmitAddr = void (AssemblerX86Base::*)(Type, const Address &);
186 using TypedEmitGPRGPR = void (AssemblerX86Base::*)(Type, GPRRegister,
188 using TypedEmitGPRAddr = void (AssemblerX86Base::*)(Type, GPRRegister,
190 using TypedEmitGPRImm = void (AssemblerX86Base::*)(Type, GPRRegister,
205 using TypedEmitGPRGPRImm = void (AssemblerX86Base::*)(Type, GPRRegister,
215 using TypedEmitAddrGPR = void (AssemblerX86Base::*)(Type, const Address &,
217 using TypedEmitAddrImm = void (AssemblerX86Base::*)(Type, const Address &,
225 using TypedEmitXmmXmm = void (AssemblerX86Base::*)(Type, XmmRegister,
227 using TypedEmitXmmAddr = void (AssemblerX86Base::*)(Type, XmmRegiste
876 assembleAndEmitRex(const Type, const RegType, const Type, const RmType, const typename T::Address * = nullptr) argument
[all...]
/external/clang/include/clang/AST/
H A DTypeVisitor.h1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
17 #include "clang/AST/Type.h"
29 /// \tparam RetTy %Type of result produced by the operation.
32 /// from Type. The operation is performed by calling method Visit. It then
43 /// Type *atype = ...
59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
69 RetTy Visit(const Type *T) {
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
88 VisitType(const Type*) argument
[all...]
/external/python/cpython2/Tools/bgen/bgen/
H A Dmacsupport.py13 Boolean = Type("Boolean", "b")
14 SignedByte = Type("SignedByte", "b")
15 Size = Type("Size", "l")
16 Style = Type("Style", "b")
17 StyleParameter = Type("StyleParameter", "h")
18 CharParameter = Type("CharParameter", "h")
19 TextEncoding = Type("TextEncoding", "l")
20 ByteCount = Type("ByteCount", "l")
21 Duration = Type("Duration", "l")
22 ByteOffset = Type("ByteOffse
[all...]
/external/clang/test/Parser/
H A Dcxx-stmt.cpp46 struct Type { }; struct
48 enum { Type } Kind; enumerator in enum:__anon2745
52 case Type: i = 7; break; // no error.
/external/dagger2/producers/src/main/java/dagger/producers/
H A DProduces.java38 enum Type { enum in interface:Produces
69 Type type() default Type.UNIQUE;
/external/guava/guava/src/com/google/common/reflect/
H A DTypeCapture.java22 import java.lang.reflect.Type;
32 final Type capture() {
33 Type superclass = getClass().getGenericSuperclass();
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiArrayType.java26 public class MultiArrayType extends Type {
62 public Type getComponent() {
63 return dims == 1 ? (Type)component : new MultiArrayType(component, dims - 1);
74 public boolean isAssignableFrom(Type type) {
82 public boolean isAssignableTo(Type type) {
83 if (eq(type.getCtClass(), Type.OBJECT.getCtClass()))
86 if (eq(type.getCtClass(), Type.CLONEABLE.getCtClass()))
89 if (eq(type.getCtClass(), Type.SERIALIZABLE.getCtClass()))
95 Type typeRoot = getRootComponent(type);
102 if (eq(typeRoot.getCtClass(), Type
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_event.cpp9 CFWL_Event::CFWL_Event(CFWL_Event::Type type)
12 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget)
15 CFWL_Event::CFWL_Event(Type type,
H A Dcfwl_message.cpp9 CFWL_Message::CFWL_Message(CFWL_Message::Type type)
12 CFWL_Message::CFWL_Message(Type type, CFWL_Widget* pSrcTarget)
15 CFWL_Message::CFWL_Message(Type type,
H A Dcfwl_eventcheckword.cpp10 : CFWL_Event(CFWL_Event::Type::CheckWord, pSrcTarget) {}
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
H A Dvirtual_and_trace_after_dispatch.h17 enum Type { TB }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
/external/v8/tools/clang/blink_gc_plugin/tests/
H A Dvirtual_and_trace_after_dispatch.h17 enum Type { TB }; enum in class:blink::A
18 A(Type type) : m_type(type) { }
20 Type m_type;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIToken.cs42 int Type { property in interface:Antlr.Runtime.IToken
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIToken.cs45 int Type property in interface:Antlr.Runtime.IToken
/external/clang/lib/CodeGen/
H A DCGOpenCLRuntime.h19 #include "clang/AST/Type.h"
20 #include "llvm/IR/Type.h"
35 llvm::Type *PipeTy;
47 virtual llvm::Type *convertOpenCLSpecificType(const Type *T);
49 virtual llvm::Type *getPipeType();
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.hpp35 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
H A DvktWsiIncrementalPresentTests.hpp35 void createIncrementalPresentTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
H A DvktWsiSharedPresentableImageTests.hpp35 void createSharedPresentableImageTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
H A DvktWsiSurfaceTests.hpp35 void createSurfaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
H A DvktWsiSwapchainTests.hpp35 void createSwapchainTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorSycl.h22 typedef typename cl::sycl::global_ptr<T>::pointer_t Type; typedef in struct:MakeGlobalPointer
28 typedef typename cl::sycl::local_ptr<T>::pointer_t Type; typedef in struct:MakeLocalPointer
40 typedef const T Type; typedef in struct:Eigen::TensorSycl::internal::GetType
43 typedef T Type; typedef in struct:Eigen::TensorSycl::internal::GetType
/external/libmojo/ipc/
H A Dipc_param_traits.h18 typedef P Type; typedef in struct:IPC::SimilarTypeTraits
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
67 int getIntImmCost(const APInt &Imm, Type *Ty);
68 int getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty);
70 Type *Ty);
100 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src);
102 int getExtractWithExtendCost(unsigned Opcode, Type *Dst, VectorType *VecTy,
105 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index);
108 unsigned Opcode, Type *Ty,
114 int getAddressComputationCost(Type *T
[all...]
/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
68 Type *Ty);
71 int getIntImmCost(const APInt &Imm, Type *Ty);
73 int getIntImmCost(unsigned Opcode, unsigned Idx, const APInt &Imm, Type *Ty);
106 int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
108 int getCastInstrCost(unsigned Opcode, Type *Dst, Type *Src);
110 int getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondT
[all...]

Completed in 1357 milliseconds

1234567891011>>