HomeSort by relevance Sort by last modified time
    Searched refs:ElementTy (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/swiftshader/third_party/subzero/crosstest/
test_vector_ops_main.cpp 30 typedef typename VectorOps<T>::ElementTy ElementTy;
36 // since ElementTy isn't necessarily the type that the value is stored
39 Incr[I] = (ElementTy)I;
42 Decr[I] = (ElementTy)-I;
45 Min[I] = std::numeric_limits<ElementTy>::min();
48 Max[I] = std::numeric_limits<ElementTy>::max();
68 typedef typename VectorOps<T>::ElementTy ElementTy;
73 ElementTy TestElements[] = {0, 1, std::numeric_limits<ElementTy>::min()
    [all...]
vectors.h 54 // * Vectors<T>::ElementTy is the C++ element type
63 typedef ELTTY ElementTy; \
test_arith_main.cpp 169 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned;
170 typedef typename Vectors<TypeSignedLabel>::ElementTy ElementTypeSigned;
test_icmp_main.cpp 203 typedef typename Vectors<TypeUnsignedLabel>::ElementTy ElementTypeUnsigned;
204 typedef typename Vectors<TypeSignedLabel>::ElementTy ElementTypeSigned;
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 61 const clang::BuiltinType *ElementTy;
67 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
70 ElementTy = clang::dyn_cast_or_null<clang::BuiltinType>(
74 if (!ElementTy) {
92 switch (ElementTy->getKind()) {
  /external/llvm/lib/Target/AMDGPU/
SITypeRewriter.cpp 116 Type *ElementTy = Arg->getType()->getVectorElementType();
120 Types.push_back(ElementTy);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 114 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
ProgramState.h 527 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
528 return StoreMgr->ArrayToPointer(Array, ElementTy);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
ProgramState.h 526 SVal ArrayToPointer(Loc Array, QualType ElementTy) {
527 return StoreMgr->ArrayToPointer(Array, ElementTy);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 137 virtual SVal ArrayToPointer(Loc Array, QualType ElementTy) = 0;
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 447 CAMLprim LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) {
448 return LLVMArrayType(ElementTy, Int_val(Count));
452 CAMLprim LLVMTypeRef llvm_pointer_type(LLVMTypeRef ElementTy) {
453 return LLVMPointerType(ElementTy, 0);
457 CAMLprim LLVMTypeRef llvm_qualified_pointer_type(LLVMTypeRef ElementTy,
459 return LLVMPointerType(ElementTy, Int_val(AddressSpace));
463 CAMLprim LLVMTypeRef llvm_vector_type(LLVMTypeRef ElementTy, value Count) {
464 return LLVMVectorType(ElementTy, Int_val(Count));
847 CAMLprim LLVMValueRef llvm_const_array(LLVMTypeRef ElementTy,
849 return LLVMConstArray(ElementTy, (LLVMValueRef*) Op_val(ElementVals)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 343 CAMLprim LLVMTypeRef llvm_array_type(LLVMTypeRef ElementTy, value Count) {
344 return LLVMArrayType(ElementTy, Int_val(Count));
348 CAMLprim LLVMTypeRef llvm_pointer_type(LLVMTypeRef ElementTy) {
349 return LLVMPointerType(ElementTy, 0);
353 CAMLprim LLVMTypeRef llvm_qualified_pointer_type(LLVMTypeRef ElementTy,
355 return LLVMPointerType(ElementTy, Int_val(AddressSpace));
359 CAMLprim LLVMTypeRef llvm_vector_type(LLVMTypeRef ElementTy, value Count) {
360 return LLVMVectorType(ElementTy, Int_val(Count));
663 CAMLprim LLVMValueRef llvm_const_array(LLVMTypeRef ElementTy,
665 return LLVMConstArray(ElementTy, (LLVMValueRef*) Op_val(ElementVals)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 371 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.h 537 const auto ElementTy = typeElementType(Src->getType());
538 auto *Op = Func->makeVariable(ElementTy);
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGRecordLayoutBuilder.cpp     [all...]

Completed in 986 milliseconds

1 2 3