Searched refs:DecodeFixedType (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Function.cpp | 782 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 801 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 803 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 809 Elts[i] = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 835 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 867 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 871 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 884 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, in DecodeFixedType() function 905 return VectorType::get(DecodeFixedType(Infos, Tys, Context),D.Vector_Width); in DecodeFixedType() 907 return PointerType::get(DecodeFixedType(Infos, Tys, Context), in DecodeFixedType() 912 Elts.push_back(DecodeFixedType(Infos, Tys, Context)); in DecodeFixedType() 937 Type *EltTy = DecodeFixedType(Infos, Tys, Context); in DecodeFixedType() 969 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 973 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|