Searched refs:Ty (Results 1 – 7 of 7) sorted by relevance
/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 | 123 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() argument 127 return Ty->isFPOrFPVectorTy() ? Instruction::FAdd : Instruction::Add; in GetDecodedBinaryOpcode() 129 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode() 131 return Ty->isFPOrFPVectorTy() ? Instruction::FMul : Instruction::Mul; in GetDecodedBinaryOpcode() 134 return Ty->isFPOrFPVectorTy() ? Instruction::FDiv : Instruction::SDiv; in GetDecodedBinaryOpcode() 137 return Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in GetDecodedBinaryOpcode() 158 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) in ConstantPlaceHolder() argument 159 : ConstantExpr(Ty, Instruction::UserOp1, &Op<0>(), 1) { in ConstantPlaceHolder() 214 Type *Ty) { in getConstantFwdRef() argument 219 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 | 861 Type *Ty = CFP->getType(); in WriteConstants() local 862 if (Ty->isFloatTy() || Ty->isDoubleTy()) { in WriteConstants() 864 } else if (Ty->isX86_FP80Ty()) { in WriteConstants() 871 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) { in WriteConstants()
|
/frameworks/compile/libbcc/lib/CodeGen/ |
D | CodeEmitter.cpp | 170 llvm::Type *Ty = CPE.getType(); in GetConstantPoolSizeInBytes() local 171 Size += mpTD->getTypeAllocSize(Ty); in GetConstantPoolSizeInBytes() 598 llvm::Type *Ty) { in StoreValueToMemory() argument 599 const unsigned int StoreBytes = mpTD->getTypeStoreSize(Ty); in StoreValueToMemory() 601 switch (Ty->getTypeID()) { in StoreValueToMemory() 769 llvm::Type *Ty = CPE.Val.ConstVal->getType(); in emitConstantPool() local 770 Offset += mpTD->getTypeAllocSize(Ty); in emitConstantPool()
|
D | CodeEmitter.h | 278 llvm::Type *Ty);
|
/frameworks/base/opengl/tests/angeles/ |
D | license-LGPL.txt | 499 <signature of Ty Coon>, 1 April 1990 500 Ty Coon, President of Vice
|