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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp364 void ValueEnumerator::EnumerateType(Type *Ty) { argument
365 unsigned *TypeID = &TypeMap[Ty];
374 if (StructType *STy = dyn_cast<StructType>(Ty))
380 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
385 TypeID = &TypeMap[Ty];
396 Types.push_back(Ty);
H A DBitcodeWriter.cpp870 Type *Ty = CFP->getType(); local
871 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
873 } else if (Ty->isX86_FP80Ty()) {
880 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp364 void ValueEnumerator::EnumerateType(Type *Ty) { argument
365 unsigned *TypeID = &TypeMap[Ty];
374 if (StructType *STy = dyn_cast<StructType>(Ty))
380 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
385 TypeID = &TypeMap[Ty];
396 Types.push_back(Ty);
H A DBitcodeWriter.cpp824 Type *Ty = CFP->getType(); local
825 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
827 } else if (Ty->isX86_FP80Ty()) {
834 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp186 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { argument
190 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
192 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
194 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
197 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
200 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
221 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
222 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
277 Type *Ty) {
282 assert(Ty
276 getConstantFwdRef(unsigned Idx, Type *Ty) argument
292 getValueFwdRef(unsigned Idx, Type *Ty) argument
1159 Type *Ty = getTypeByID(Record[i]); local
2632 PointerType *Ty = local
2665 PointerType *Ty = local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp427 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { argument
431 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add;
433 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
435 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul;
438 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv;
441 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
500 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
501 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) {
556 Type *Ty) {
561 assert(Ty
555 getConstantFwdRef(unsigned Idx, Type *Ty) argument
571 getValueFwdRef(unsigned Idx, Type *Ty) argument
1459 Type *Ty = getTypeByID(Record[i]); local
[all...]

Completed in 1131 milliseconds