Home
last modified time | relevance | path

Searched refs:getInt16Ty (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp148 case MVT::i16: return Type::getInt16Ty(Context); in getTypeForEVT()
179 case MVT::v1i16: return VectorType::get(Type::getInt16Ty(Context), 1); in getTypeForEVT()
180 case MVT::v2i16: return VectorType::get(Type::getInt16Ty(Context), 2); in getTypeForEVT()
181 case MVT::v3i16: return VectorType::get(Type::getInt16Ty(Context), 3); in getTypeForEVT()
182 case MVT::v4i16: return VectorType::get(Type::getInt16Ty(Context), 4); in getTypeForEVT()
183 case MVT::v8i16: return VectorType::get(Type::getInt16Ty(Context), 8); in getTypeForEVT()
184 case MVT::v16i16: return VectorType::get(Type::getInt16Ty(Context), 16); in getTypeForEVT()
185 case MVT::v32i16: return VectorType::get(Type::getInt16Ty(Context), 32); in getTypeForEVT()
186 case MVT::v64i16: return VectorType::get(Type::getInt16Ty(Context), 64); in getTypeForEVT()
187 case MVT::v128i16: return VectorType::get(Type::getInt16Ty(Context), 128); in getTypeForEVT()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp179 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type
229 return getInt16Ty(C)->getPointerTo(AS); in getInt16PtrTy()
252 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
DAutoUpgrade.cpp1918 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall()
1921 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
1923 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
DConstants.cpp2669 Type *Ty = VectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
DCore.cpp553 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); in Builder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp380 Int16Ty = IRB.getInt16Ty(); in instrumentModule()
400 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
DInstrProfiling.cpp819 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp781 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction()
1180 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement()
1214 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1221 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h391 static IntegerType *getInt16Ty(LLVMContext &C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DType.h422 static IntegerType *getInt16Ty(LLVMContext &C);
DIRBuilder.h351 return ConstantInt::get(getInt16Ty(), C); in getInt16()
390 IntegerType *getInt16Ty() { in getInt16Ty() function
391 return Type::getInt16Ty(Context); in getInt16Ty()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext())); in lowerPrintfForGpu()
DAMDGPULibFunc.cpp881 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp1785 return V(llvm::ConstantInt::get(llvm::Type::getInt16Ty(*jit->context), i, true)); in createConstantShort()
1791 return V(llvm::ConstantInt::get(llvm::Type::getInt16Ty(*jit->context), i, false)); in createConstantShort()
1875 return T(llvm::Type::getInt16Ty(*jit->context)); in type()
1880 return T(llvm::Type::getInt16Ty(*jit->context)); in type()
2930 return T(llvm::Type::getInt16Ty(*jit->context)); in type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp418 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
517 MapTy = Type::getInt16Ty(C->getContext()); in FoldReinterpretLoadFromConstPtr()
DValueTracking.cpp3386 Ty = Type::getInt16Ty(Ctx); in isBytewiseValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1807 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()
/third_party/skia/src/core/
DSkVM.cpp2665 *i16 = llvm::Type::getInt16Ty(*ctx), in setupLLVM()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp16297 case MVT::i16: RetTyElement = Type::getInt16Ty(*DAG.getContext()); break; in LowerREM()