Home
last modified time | relevance | path

Searched refs:Ty (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
256 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument
257 if (Ty && Ty->isMetadataTy()) in getFnValueByID()
259 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID()
292 Type *Ty, Value *&ResVal) { in getValue() argument
295 ResVal = getFnValueByID(ValNo, Ty); in getValue()
DBitcodeReader.cpp418 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument
422 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode()
424 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
426 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode()
429 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode()
432 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode()
491 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) in ConstantPlaceHolder() argument
492 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder()
547 Type *Ty) { in getConstantFwdRef() argument
552 assert(Ty == V->getType() && "Type mismatch in constant table!"); in getConstantFwdRef()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
261 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument
262 if (Ty && Ty->isMetadataTy()) in getFnValueByID()
264 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID()
297 Type *Ty, Value *&ResVal) { in getValue() argument
300 ResVal = getFnValueByID(ValNo, Ty); in getValue()
DBitcodeReader.cpp177 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument
181 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode()
183 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
185 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode()
188 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode()
191 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode()
212 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) in ConstantPlaceHolder() argument
213 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder()
268 Type *Ty) { in getConstantFwdRef() argument
273 assert(Ty == V->getType() && "Type mismatch in constant table!"); in getConstantFwdRef()
[all …]
/frameworks/compile/slang/
Dslang_rs_check_ast.cpp56 const clang::Type *Ty; in WarnOnSetElementAt() local
59 Ty = ImplCast->getSubExpr()->getType()->getPointeeType() in WarnOnSetElementAt()
61 VectorTy = clang::dyn_cast_or_null<clang::VectorType>(Ty); in WarnOnSetElementAt()
68 Ty->getUnqualifiedDesugaredType()); in WarnOnSetElementAt()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { in EnumerateType() argument
366 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType()
386 TypeID = &TypeMap[Ty]; in EnumerateType()
397 Types.push_back(Ty); in EnumerateType()
DBitcodeWriter.cpp852 Type *Ty = CFP->getType(); in WriteConstants() local
853 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants()
855 } else if (Ty->isX86_FP80Ty()) { in WriteConstants()
862 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { in EnumerateType() argument
366 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType()
386 TypeID = &TypeMap[Ty]; in EnumerateType()
397 Types.push_back(Ty); in EnumerateType()
DBitcodeWriter.cpp851 Type *Ty = CFP->getType(); in WriteConstants() local
852 if (Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants()
854 } else if (Ty->isX86_FP80Ty()) { in WriteConstants()
861 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp365 void ValueEnumerator::EnumerateType(Type *Ty) { in EnumerateType() argument
366 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType()
375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType()
386 TypeID = &TypeMap[Ty]; in EnumerateType()
397 Types.push_back(Ty); in EnumerateType()
DBitcodeWriter.cpp805 Type *Ty = CFP->getType(); in WriteConstants() local
806 if (Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants()
808 } else if (Ty->isX86_FP80Ty()) { in WriteConstants()
815 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt499 <signature of Ty Coon>, 1 April 1990
500 Ty Coon, President of Vice