Searched refs:getType (Results 176 - 200 of 513) sorted by last modified time

1234567891011>>

/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp31 return V.first->getType()->isIntOrIntVectorTy();
83 EnumerateType(A.getType());
100 EnumerateType(I.getType());
199 if (LHS.first->getType() != RHS.first->getType())
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
307 assert(!V->getType()->isVoidTy() && "Can't insert void values!");
319 EnumerateType(V->getType());
401 EnumerateType(V->getType());
[all...]
/frameworks/compile/slang/
H A Dslang_backend.cpp526 const RSExportType *ET = EV->getType();
540 mLLVMContext, llvm::utostr_32(PT->getType())));
573 EV->getType()->getName().c_str()));
630 if (AI->getType()->isPointerTy() && AI->getType()->getPointerElementType()->isStructTy()) {
631 HelperFunctionParameterTys.push_back(AI->getType()->getPointerElementType());
634 HelperFunctionParameterTys.push_back(AI->getType());
876 F->getType()->getName().c_str()));
H A Dslang_rs_check_ast.cpp62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
192 clang::QualType QT = PVD->getType().getCanonicalType();
215 clang::QualType QT = VD->getType();
265 clang::QualType QT = CE->getType();
293 !RSExportType::ValidateType(Context, C, E->getType(), nullptr, E->getExprLoc(),
H A Dslang_rs_context.cpp240 clang::QualType QT = VD->getTypeSourceInfo()->getType();
374 FD, false, Loc, FD->getType(),
376 clang::ImplicitCastExpr *const ICE = clang::ImplicitCastExpr::Create(mCtx, mCtx.getPointerType(FD->getType()),
H A Dslang_rs_export_element.cpp99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
114 slangAssert(EI->type == EVT->getType() && "Element has unexpected type");
H A Dslang_rs_export_foreach.cpp113 clang::QualType QT = PVD->getType().getCanonicalType();
121 << PVD->getName() << PVD->getType().getAsString();
223 clang::QualType QT = PVD->getType().getCanonicalType();
228 << FD->getName() << PVD->getName() << PVD->getType().getAsString();
330 clang::QualType QT = PVD->getType().getCanonicalType();
385 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
407 FE->mOut->getType().getCanonicalType().getTypePtr();
450 clang::QualType QT = PVD->getType().getCanonicalType();
H A Dslang_rs_export_func.cpp148 llvm::Type *T1 = F->getType()->getLLVMType();
163 size_t T1Size = F->getType()->getAllocSize();
H A Dslang_rs_export_reduce.cpp236 const clang::QualType ParamQType = Param->getType();
279 S.FnInitializerParamTy = S.FnInitializerParam->getType().getCanonicalType();
312 S.FnAccumulatorParamFirstTy = S.FnAccumulatorParamFirst->getType().getCanonicalType();
401 const clang::QualType ParamQType = Param->getType().getCanonicalType();
464 const clang::QualType FnCombinerParamTy = FnCombinerParam->getType().getCanonicalType();
508 const clang::QualType FnAccumulatorParamInputTy = FnAccumulatorParamInput->getType().getCanonicalType();
556 const clang::QualType FnOutConverterParamTy = FnOutConverterParam->getType().getCanonicalType();
649 const clang::QualType FnHalterParamTy = FnHalterParam->getType().getCanonicalType();
H A Dslang_rs_export_type.cpp450 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr());
726 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD,
734 clang::QualType T = DD->getType();
1090 int type = EPT->getType();
1233 return (static_cast<const RSExportPrimitiveType*>(E)->getType() == getType());
1547 const RSExportType *FET = F->getType();
1569 const_cast<RSExportType*>((*I)->getType())->keep();
1585 if (!(*AI)->getType()->equals((*BI)->getType()))
[all...]
H A Dslang_rs_export_type.h376 inline DataType getType() const { return mType; } function in class:slang::RSExportPrimitiveType
386 return getRSReflectionType(EPT->getType());
562 inline const RSExportType *getType() const { return mType; } function in class:slang::RSExportRecordType::Field
H A Dslang_rs_export_var.cpp98 clang::QualType QT = VD->getTypeSourceInfo()->getType();
H A Dslang_rs_export_var.h54 inline const RSExportType *getType() const { return mET; } function in class:slang::RSExportVar
H A Dslang_rs_foreach_lowering.cpp201 const clang::QualType FDNewType = FDNew->getType();
H A Dslang_rs_object_ref_count.cpp269 const clang::Type *T = RefRSVar->getType().getTypePtr();
277 clang::QualType ClearObjectFDType = ClearObjectFD->getType();
354 const clang::Type *BaseType = RefRSArr->getType().getTypePtr();
431 RefrsIntIterLValue->getType(),
561 const clang::Type *BaseType = RefRSStruct->getType().getTypePtr();
683 const clang::Type *T = DstExpr->getType().getTypePtr();
688 clang::QualType SetObjectFDType = SetObjectFD->getType();
744 const clang::Type *BaseType = DstArr->getType().getTypePtr();
900 clang::QualType QT = LHS->getType();
1046 clang::QualType QT = AS->getType();
[all...]
H A Dslang_rs_reflection.cpp169 unsigned TypeId = EPT->getType();
172 return PrimitiveTypePackerAPINameMap[EPT->getType()];
272 else if (EPT->getType() == DataTypeBoolean)
296 if (EVT->getType() == DataTypeFloat32) {
306 } else if (EVT->getType() == DataTypeUnsigned8) {
510 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
514 << GetTypeName(EV->getType(), TypeNameDefault & ~TypeNameWithConstantArrayBrackets) << "["
518 static_cast<const RSExportConstantArrayType *>(EV->getType());
527 genTypeInstance(EV->getType());
529 genFieldPackerInstance(EV->getType());
[all...]
H A Dslang_rs_reflection_cpp.cpp240 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
288 (*i)->getType()->convertToRTD(&rtd);
341 (*i)->getType()->convertToRTD(&rtd);
483 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit());
515 const RSExportType *ET = EV->getType();
584 const RSExportType *ET = EV->getType();
593 EV->getType()->convertToRTD(&rtd);
654 const RSExportType *ET = EV->getType();
679 const RSExportType *ET = EV->getType();
689 mOut.indent() << "void set_" << EV->getName() << "(" << GetTypeName(EV->getType()) << "
[all...]
H A Dslang_rs_special_func.cpp66 clang::QualType QT = PVD->getType().getCanonicalType();
71 << PVD->getType();
H A Dslang_rs_special_kernel_param.cpp117 const clang::QualType Type = PVD->getType();
/frameworks/compile/slang/tests/P_reduce_general_accumulator/
H A DScriptC_reduce_general_accumulator.java.expect104 if (!ain1.getType().getElement().isCompatible(__I32)) {
137 if (!ain1.getType().getElement().isCompatible(__I32)) {
170 if (!ain1.getType().getElement().isCompatible(__I32)) {
203 if (!ain1.getType().getElement().isCompatible(__I32)) {
236 if (!ain1.getType().getElement().isCompatible(__I32)) {
269 if (!ain1.getType().getElement().isCompatible(__I32)) {
302 if (!ain1.getType().getElement().isCompatible(__I32)) {
335 if (!ain1.getType().getElement().isCompatible(__I32)) {
368 if (!ain1.getType().getElement().isCompatible(__I32)) {
401 if (!ain1.getType()
[all...]
/frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
H A DScriptC_reduce_general_duplicate_array.java.expect104 if (!ain1.getType().getElement().isCompatible(__I32)) {
137 if (!ain1.getType().getElement().isCompatible(__I32)) {
/frameworks/compile/slang/tests/P_reduce_general_examples/
H A DScriptC_reduce_general_examples.java.expect225 if (!ain1.getType().getElement().isCompatible(__I32)) {
258 if (!ain1.getType().getElement().isCompatible(__I32)) {
306 if (!ain1.getType().getElement().isCompatible(__F32)) {
310 if (!ain2.getType().getElement().isCompatible(__F32)) {
314 t0 = ain1.getType();
315 t1 = ain2.getType();
355 if (!ain1.getType().getElement().isCompatible(__F32)) {
388 if (!ain1.getType().getElement().isCompatible(__I32)) {
421 if (!ain1.getType().getElement().isCompatible(__I32)) {
454 if (!ain1.getType()
[all...]
/frameworks/compile/slang/tests/P_reduce_general_examples_backward/
H A DScriptC_reduce_general_examples_backward.java.expect225 if (!ain1.getType().getElement().isCompatible(__I32)) {
258 if (!ain1.getType().getElement().isCompatible(__I32)) {
306 if (!ain1.getType().getElement().isCompatible(__F32)) {
310 if (!ain2.getType().getElement().isCompatible(__F32)) {
314 t0 = ain1.getType();
315 t1 = ain2.getType();
355 if (!ain1.getType().getElement().isCompatible(__F32)) {
388 if (!ain1.getType().getElement().isCompatible(__I32)) {
421 if (!ain1.getType().getElement().isCompatible(__I32)) {
454 if (!ain1.getType()
[all...]
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
H A DScriptC_reduce_general_examples_explicit.java.expect187 if (!ain1.getType().getElement().isCompatible(__I32)) {
220 if (!ain1.getType().getElement().isCompatible(__I32)) {
253 if (!ain1.getType().getElement().isCompatible(__I32)) {
301 if (!ain1.getType().getElement().isCompatible(__F32)) {
305 if (!ain2.getType().getElement().isCompatible(__F32)) {
309 t0 = ain1.getType();
310 t1 = ain2.getType();
350 if (!ain1.getType().getElement().isCompatible(__U8)) {
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/
H A DScriptC_reduce_general_examples_halter.java.expect142 if (!ain1.getType().getElement().isCompatible(__I32)) {
175 if (!ain1.getType().getElement().isCompatible(__I32)) {
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect172 if (!ain1.getType().getElement().isCompatible(__F16)) {
205 if (!ain1.getType().getElement().isCompatible(__F16)) {
238 if (!ain1.getType().getElement().isCompatible(__F16)) {
271 if (!ain1.getType().getElement().isCompatible(__F16)) {
304 if (!ain1.getType().getElement().isCompatible(__F16)) {
337 if (!ain1.getType().getElement().isCompatible(__F16)) {
370 if (!ain1.getType().getElement().isCompatible(__F16)) {
403 if (!ain1.getType().getElement().isCompatible(__F16)) {
436 if (!ain1.getType().getElement().isCompatible(__F16)) {
469 if (!ain1.getType()
[all...]

Completed in 602 milliseconds

1234567891011>>