/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 148 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/ |
D | Type.cpp | 179 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()
|
D | AutoUpgrade.cpp | 1918 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall() 1921 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall() 1923 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
|
D | Constants.cpp | 2669 Type *Ty = VectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
|
D | Core.cpp | 553 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder.cpp | 57 mInt16Ty = Type::getInt16Ty(pJitMgr->mContext); in Builder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 380 Int16Ty = IRB.getInt16Ty(); in instrumentModule() 400 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
|
D | InstrProfiling.cpp | 819 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 781 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/ |
D | Type.h | 391 static IntegerType *getInt16Ty(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 422 static IntegerType *getInt16Ty(LLVMContext &C);
|
D | IRBuilder.h | 351 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/ |
D | AMDGPUPrintfRuntimeBinding.cpp | 512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext())); in lowerPrintfForGpu()
|
D | AMDGPULibFunc.cpp | 881 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 1785 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/ |
D | ConstantFolding.cpp | 418 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal() 517 MapTy = Type::getInt16Ty(C->getContext()); in FoldReinterpretLoadFromConstPtr()
|
D | ValueTracking.cpp | 3386 Ty = Type::getInt16Ty(Ctx); in isBytewiseValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1807 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 2665 *i16 = llvm::Type::getInt16Ty(*ctx), in setupLLVM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16297 case MVT::i16: RetTyElement = Type::getInt16Ty(*DAG.getContext()); break; in LowerREM()
|