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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
137 Value *getValueFwdRef(unsigned Idx, Type *Ty);
291 Value *getFnValueByID(unsigned ID, Type *Ty) {
292 if (Ty && Ty->isMetadataTy())
293 return MetadataAsValue::get(Ty->getContext(), getFnMetadataByID(ID));
294 return ValueList.getValueFwdRef(ID, Ty);
330 Type *Ty, Value *&ResVal) {
333 ResVal = getFnValueByID(ValNo, Ty);
507 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
542 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
597 getConstantFwdRef(unsigned Idx, Type *Ty) argument
613 getValueFwdRef(unsigned Idx, Type *Ty) argument
1482 Type *Ty = getTypeByID(Record[i]); local
2701 Type *Ty; local
3081 PointerType *Ty = local
3117 PointerType *Ty = local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp378 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
379 Value *getValueFwdRef(unsigned Idx, Type *Ty);
528 Value *getFnValueByID(unsigned ID, Type *Ty) {
529 if (Ty && Ty->isMetadataTy())
530 return MetadataAsValue::get(Ty->getContext(), getFnMetadataByID(ID));
531 return ValueList.getValueFwdRef(ID, Ty);
567 Type *Ty, Value *&ResVal) {
570 ResVal = getFnValueByID(ValNo, Ty);
744 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
817 ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
872 getConstantFwdRef(unsigned Idx, Type *Ty) argument
888 getValueFwdRef(unsigned Idx, Type *Ty) argument
1775 Type *Ty = getTypeByID(Record[i]); local
2962 Type *Ty; local
[all...]
/frameworks/compile/slang/
H A Dslang_rs_check_ast.cpp59 const clang::Type *Ty; local
62 Ty = ImplCast->getSubExpr()->getType()->getPointeeType()
64 VectorTy = clang::dyn_cast_or_null<clang::VectorType>(Ty);
71 Ty->getUnqualifiedDesugaredType());
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp877 Type *Ty = CFP->getType(); local
878 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
880 } else if (Ty->isX86_FP80Ty()) {
887 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp875 Type *Ty = CFP->getType(); local
876 if (Ty->isFloatTy() || Ty->isDoubleTy()) {
878 } else if (Ty->isX86_FP80Ty()) {
885 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp362 void ValueEnumerator::EnumerateType(Type *Ty) { argument
363 unsigned *TypeID = &TypeMap[Ty];
372 if (StructType *STy = dyn_cast<StructType>(Ty))
378 for (Type *SubTy : Ty->subtypes())
382 TypeID = &TypeMap[Ty];
393 Types.push_back(Ty);
H A DBitcodeWriter.cpp905 Type *Ty = CFP->getType(); local
906 if (Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) {
908 } else if (Ty->isX86_FP80Ty()) {
915 } else if (Ty->isFP128Ty() || Ty->isPPC_FP128Ty()) {

Completed in 120 milliseconds