Searched defs:Ty (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/rsov/compiler/
H A DGlobalMergePass.cpp60 auto *Ty = GV->getValueType(); variable
61 MergedSize += DL.getTypeAllocSize(Ty);
62 Tys.push_back(Ty);
/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp59 const clang::Type *Ty; local
62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
64 VectorTy = clang::dyn_cast_or_null<clang::VectorType>(Ty);
71 Ty->getUnqualifiedDesugaredType());
H A Dslang_rs_object_ref_count.cpp1358 const clang::QualType Ty = E->getType(); local
1365 Ty, // Type
1366 C.getTrivialTypeSourceInfo(Ty), // Type info
1369 const clang::Type *T = Ty.getTypePtr();
1388 Ty,
1393 if (CountRSObjectTypes(Ty.getTypePtr()) == 0) {
1400 new(C) clang::BinaryOperator(DRE, E, clang::BO_Assign, Ty,
1404 } else if (!RSExportPrimitiveType::IsRSObjectType(Ty.getTypePtr())) {
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp877 Type *Ty = CFP->getType(); local
878 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
880 } else if (Ty->isX86_FP80Ty()) {
887 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp875 Type *Ty = CFP->getType(); local
876 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
878 } else if (Ty->isX86_FP80Ty()) {
885 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp906 Type *Ty = CFP->getType(); local
907 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
909 } else if (Ty->isX86_FP80Ty()) {
916 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
137 Value *getValueFwdRef(unsigned Idx, Type *Ty);
291 Value *getFnValueByID(unsigned ID, Type *Ty) {
292 if (Ty && Ty->isMetadataTy())
293 return MetadataAsValue::get(Ty->getContext(), getFnMetadataByID(ID));
294 return ValueList.getValueFwdRef(ID, Ty);
330 Type *Ty, Value *&ResVal) {
333 ResVal = getFnValueByID(ValNo, Ty);
516 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
551 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
606 getConstantFwdRef(unsigned Idx, Type *Ty) argument
622 getValueFwdRef(unsigned Idx, Type *Ty) argument
1491 Type *Ty = getTypeByID(Record[i]); local
2713 Type *Ty; local
3093 PointerType *Ty = local
3129 PointerType *Ty = local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp378 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
379 Value *getValueFwdRef(unsigned Idx, Type *Ty);
528 Value *getFnValueByID(unsigned ID, Type *Ty) {
529 if (Ty && Ty->isMetadataTy())
530 return MetadataAsValue::get(Ty->getContext(), getFnMetadataByID(ID));
531 return ValueList.getValueFwdRef(ID, Ty);
567 Type *Ty, Value *&ResVal) {
570 ResVal = getFnValueByID(ValNo, Ty);
753 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
826 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
881 getConstantFwdRef(unsigned Idx, Type *Ty) argument
897 getValueFwdRef(unsigned Idx, Type *Ty) argument
1784 Type *Ty = getTypeByID(Record[i]); local
2974 Type *Ty; local
[all...]

Completed in 5714 milliseconds