Searched refs:Ty (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 85 Value *getValueFwdRef(unsigned Idx, Type *Ty); 220 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 221 if (Ty && Ty->isMetadataTy()) in getFnValueByID() 223 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 256 Type *Ty, Value *&ResVal) { in getValue() argument 259 ResVal = getFnValueByID(ValNo, Ty); in getValue()
|
D | BitcodeReader.cpp | 416 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument 420 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode() 422 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode() 424 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode() 427 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode() 430 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode() 489 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) in ConstantPlaceHolder() argument 490 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder() 545 Type *Ty) { in getConstantFwdRef() argument 550 assert(Ty == V->getType() && "Type mismatch in constant table!"); in getConstantFwdRef() [all …]
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 84 Constant *getConstantFwdRef(unsigned Idx, Type *Ty); 85 Value *getValueFwdRef(unsigned Idx, Type *Ty); 227 Value *getFnValueByID(unsigned ID, Type *Ty) { in getFnValueByID() argument 228 if (Ty && Ty->isMetadataTy()) in getFnValueByID() 230 return ValueList.getValueFwdRef(ID, Ty); in getFnValueByID() 263 Type *Ty, Value *&ResVal) { in getValue() argument 266 ResVal = getFnValueByID(ValNo, Ty); in getValue()
|
D | BitcodeReader.cpp | 175 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument 179 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode() 181 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode() 183 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode() 186 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode() 189 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode() 210 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) in ConstantPlaceHolder() argument 211 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder() 266 Type *Ty) { in getConstantFwdRef() argument 271 assert(Ty == V->getType() && "Type mismatch in constant table!"); in getConstantFwdRef() [all …]
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 318 void ValueEnumerator::EnumerateType(Type *Ty) { in EnumerateType() argument 319 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() 328 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType() 334 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType() 339 TypeID = &TypeMap[Ty]; in EnumerateType() 350 Types.push_back(Ty); in EnumerateType()
|
D | BitcodeWriter.cpp | 868 Type *Ty = CFP->getType(); in WriteConstants() local 869 if (Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants() 871 } else if (Ty->isX86_FP80Ty()) { in WriteConstants() 878 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 318 void ValueEnumerator::EnumerateType(Type *Ty) { in EnumerateType() argument 319 unsigned *TypeID = &TypeMap[Ty]; in EnumerateType() 328 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType() 334 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end(); in EnumerateType() 339 TypeID = &TypeMap[Ty]; in EnumerateType() 350 Types.push_back(Ty); in EnumerateType()
|
D | BitcodeWriter.cpp | 822 Type *Ty = CFP->getType(); in WriteConstants() local 823 if (Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants() 825 } else if (Ty->isX86_FP80Ty()) { in WriteConstants() 832 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 499 <signature of Ty Coon>, 1 April 1990 500 Ty Coon, President of Vice
|