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

/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp56 const clang::Type *Ty; local
59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
61 VectorTy = clang::dyn_cast_or_null<clang::VectorType>(Ty);
68 Ty->getUnqualifiedDesugaredType());
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { argument
366 unsigned *TypeID = &TypeMap[Ty];
375 if (StructType *STy = dyn_cast<StructType>(Ty))
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
386 TypeID = &TypeMap[Ty];
397 Types.push_back(Ty);
H A DBitcodeWriter.cpp851 Type *Ty = CFP->getType(); local
852 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
854 } else if (Ty->isX86_FP80Ty()) {
861 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { argument
366 unsigned *TypeID = &TypeMap[Ty];
375 if (StructType *STy = dyn_cast<StructType>(Ty))
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
386 TypeID = &TypeMap[Ty];
397 Types.push_back(Ty);
H A DBitcodeWriter.cpp805 Type *Ty = CFP->getType(); local
806 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
808 } else if (Ty->isX86_FP80Ty()) {
815 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { argument
366 unsigned *TypeID = &TypeMap[Ty];
375 if (StructType *STy = dyn_cast<StructType>(Ty))
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
386 TypeID = &TypeMap[Ty];
397 Types.push_back(Ty);
H A DBitcodeWriter.cpp852 Type *Ty = CFP->getType(); local
853 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
855 } else if (Ty->isX86_FP80Ty()) {
862 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp177 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { argument
181 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
183 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
185 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
188 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
191 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
212 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
213 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
268 Type *Ty) {
273 assert(Ty
267 getConstantFwdRef(unsigned Idx, Type *Ty) argument
283 getValueFwdRef(unsigned Idx, Type *Ty) argument
1123 Type *Ty = getTypeByID(Record[i]); local
2696 PointerType *Ty = local
2732 PointerType *Ty = local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp418 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { argument
422 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
424 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
426 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
429 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
432 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
491 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
492 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
547 Type *Ty) {
552 assert(Ty
546 getConstantFwdRef(unsigned Idx, Type *Ty) argument
562 getValueFwdRef(unsigned Idx, Type *Ty) argument
1424 Type *Ty = getTypeByID(Record[i]); local
[all...]

Completed in 119 milliseconds