Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp189 case MVT::i16: return Type::getInt16Ty(Context); in getTypeForEVT()
243 return FixedVectorType::get(Type::getInt16Ty(Context), 1); in getTypeForEVT()
245 return FixedVectorType::get(Type::getInt16Ty(Context), 2); in getTypeForEVT()
247 return FixedVectorType::get(Type::getInt16Ty(Context), 3); in getTypeForEVT()
249 return FixedVectorType::get(Type::getInt16Ty(Context), 4); in getTypeForEVT()
251 return FixedVectorType::get(Type::getInt16Ty(Context), 8); in getTypeForEVT()
253 return FixedVectorType::get(Type::getInt16Ty(Context), 16); in getTypeForEVT()
255 return FixedVectorType::get(Type::getInt16Ty(Context), 32); in getTypeForEVT()
257 return FixedVectorType::get(Type::getInt16Ty(Context), 64); in getTypeForEVT()
259 return FixedVectorType::get(Type::getInt16Ty(Context), 128); in getTypeForEVT()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp196 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type
254 return getInt16Ty(C)->getPointerTo(AS); in getInt16PtrTy()
277 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
H A DAutoUpgrade.cpp2052 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall()
2055 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
2057 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
H A DConstants.cpp3076 auto *Ty = FixedVectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
H A DCore.cpp575 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp419 Int16Ty = IRB.getInt16Ty(); in instrumentModule()
438 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
H A DInstrProfiling.cpp910 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp156 Type *I16Ty = Type::getInt16Ty(Ctx); in preWriteTileCfg()
H A DX86LowerAMXIntrinsics.cpp115 Type *I16Ty = Type::getInt16Ty(Ctx); in createLoop()
433 FixedVectorType *V2I16Ty = FixedVectorType::get(B.getInt16Ty(), 2); in createTileDPLoops()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp828 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction()
1238 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement()
1272 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1279 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h426 static IntegerType *getInt16Ty(LLVMContext &C);
H A DIRBuilder.h474 return ConstantInt::get(getInt16Ty(), C); in getInt16()
513 IntegerType *getInt16Ty() { in getInt16Ty() function
514 return Type::getInt16Ty(Context); in getInt16Ty()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp94 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit()
140 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
H A DAMDGPUTargetTransformInfo.cpp422 return Type::getInt16Ty(Context); in getMemcpyLoopLoweringType()
460 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
H A DAMDGPUPrintfRuntimeBinding.cpp498 IType = Type::getInt16Ty(ArgType->getContext()); in lowerPrintfForGpu()
H A DAMDGPULibFunc.cpp877 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp312 Type::getInt16Ty(Context), in pickScalarType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp308 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
H A DTargetInfo.cpp5585 llvm::Type::getInt16Ty(getVMContext()), 8); in coerceIllegalVector()
5620 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector()
6710 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
6748 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
8926 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
9018 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
H A DCGBuiltin.cpp8328 return Builder.getInt16Ty(); in SVEBuiltinMemEltTy()
8345 return Builder.getInt16Ty(); in getEltType()
8415 return llvm::ScalableVectorType::get(Builder.getInt16Ty(), 8); in getSVEType()
15632 { Builder.getInt16Ty(), Src0->getType() }); in EmitAMDGPUBuiltinExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp461 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
567 MapTy = Type::getInt16Ty(C->getContext()); in FoldReinterpretLoadFromConstPtr()
H A DValueTracking.cpp3817 Ty = Type::getInt16Ty(Ctx); in isBytewiseValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1796 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()

12