/frameworks/compile/slang/ |
H A D | slang_rs_check_ast.cpp | 59 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 D | slang_backend.cpp | 937 llvm::Type *Ty = AI->getType(); local 939 if (Ty->isPointerTy() && Ty->getPointerElementType()) { 940 Ty = Ty->getPointerElementType(); 943 HelperFunctionParameterTys.push_back(Ty);
|
H A D | slang_rs_object_ref_count.cpp | 1362 const clang::QualType Ty = E->getType(); local 1369 Ty, // Type 1370 C.getTrivialTypeSourceInfo(Ty), // Type info 1373 const clang::Type *T = Ty.getTypePtr(); 1392 Ty, 1397 if (CountRSObjectTypes(Ty.getTypePtr()) == 0) { 1404 new(C) clang::BinaryOperator(DRE, E, clang::BO_Assign, Ty, 1408 } else if (!RSExportPrimitiveType::IsRSObjectType(Ty.getTypePtr())) {
|
/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.cpp | 362 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 D | BitcodeWriter.cpp | 877 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 D | ValueEnumerator.cpp | 362 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 D | BitcodeWriter.cpp | 875 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 D | ValueEnumerator.cpp | 362 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 D | BitcodeWriter.cpp | 906 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 D | BitcodeReader.cpp | 136 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 D | BitcodeReader.cpp | 378 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...] |