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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
261 Value *getFnValueByID(unsigned ID, Type *Ty) {
262 if (Ty && Ty->isMetadataTy())
264 return ValueList.getValueFwdRef(ID, Ty);
297 Type *Ty, Value *&ResVal) {
300 ResVal = getFnValueByID(ValNo, Ty);
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.h84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
85 Value *getValueFwdRef(unsigned Idx, Type *Ty);
256 Value *getFnValueByID(unsigned ID, Type *Ty) {
257 if (Ty && Ty->isMetadataTy())
259 return ValueList.getValueFwdRef(ID, Ty);
292 Type *Ty, Value *&ResVal) {
295 ResVal = getFnValueByID(ValNo, Ty);
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...]
/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()) {

Completed in 1412 milliseconds