Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp213 case MVT::i16: return Type::getInt16Ty(Context); in getTypeForEVT()
286 return FixedVectorType::get(Type::getInt16Ty(Context), 1); in getTypeForEVT()
288 return FixedVectorType::get(Type::getInt16Ty(Context), 2); in getTypeForEVT()
290 return FixedVectorType::get(Type::getInt16Ty(Context), 3); in getTypeForEVT()
292 return FixedVectorType::get(Type::getInt16Ty(Context), 4); in getTypeForEVT()
294 return FixedVectorType::get(Type::getInt16Ty(Context), 8); in getTypeForEVT()
296 return FixedVectorType::get(Type::getInt16Ty(Context), 16); in getTypeForEVT()
298 return FixedVectorType::get(Type::getInt16Ty(Context), 32); in getTypeForEVT()
300 return FixedVectorType::get(Type::getInt16Ty(Context), 64); in getTypeForEVT()
302 return FixedVectorType::get(Type::getInt16Ty(Context), 128); in getTypeForEVT()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp206 return Type::getInt16Ty(Ctx); in getTypeFromParameterKind()
291 return Type::getInt16Ty(Ctx); in getOverloadTy()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp55 if (I.getType() == Type::getInt8Ty(Ctx) || I.getType() == Type::getInt16Ty(Ctx)) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h462 static IntegerType *getInt16Ty(LLVMContext &C);
H A DIRBuilder.h476 return ConstantInt::get(getInt16Ty(), C); in getInt16()
515 IntegerType *getInt16Ty() { in getInt16Ty() function
516 return Type::getInt16Ty(Context); in getInt16Ty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp588 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
626 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
H A DAMDGPU.cpp143 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
235 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
H A DAArch64.cpp217 llvm::Type::getInt16Ty(getVMContext()), 8); in coerceIllegalVector()
252 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp394 Int16Ty = IRB.getInt16Ty(); in instrumentModule()
413 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
H A DInstrProfiling.cpp1468 auto *Int16Ty = Type::getInt16Ty(Ctx); in createDataVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp830 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction()
1273 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement()
1309 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1316 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp253 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type
286 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
H A DAutoUpgrade.cpp2582 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall()
2585 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
2587 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
4636 NewCall, FixedVectorType::get(Builder.getInt16Ty(), NumElts)); in UpgradeIntrinsicCall()
H A DConstants.cpp2815 auto *Ty = FixedVectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
H A DCore.cpp636 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp115 Type *I16Ty = Type::getInt16Ty(Ctx); in createLoop()
431 FixedVectorType *V2I16Ty = FixedVectorType::get(B.getInt16Ty(), 2); in createTileDPLoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp434 return Type::getInt16Ty(Context); in getMemcpyLoopLoweringType()
478 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
H A DAMDGPUInstCombineIntrinsic.cpp109 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit()
303 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
H A DAMDGPUHSAMetadataStreamer.cpp580 auto Int16Ty = Type::getInt16Ty(Func.getContext()); in emitHiddenKernelArgs()
H A DAMDGPULibFunc.cpp941 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp162 Type::getInt16Ty(Context), Type::getInt32Ty(Context), in Modifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp220 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
H A DCGBuiltin.cpp9410 return Builder.getInt16Ty(); in SVEBuiltinMemEltTy()
9427 return Builder.getInt16Ty(); in getEltType()
9499 return llvm::ScalableVectorType::get(Builder.getInt16Ty(), 8); in getSVEType()
17998 { Builder.getInt16Ty(), Src0->getType() }); in EmitAMDGPUBuiltinExpr()
18206 llvm::Type::getInt16Ty(getLLVMContext()), 4); in EmitAMDGPUBuiltinExpr()
18214 llvm::Type::getInt16Ty(getLLVMContext()), 8); in EmitAMDGPUBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp975 Ty = Type::getInt16Ty(Ctx); in getOrCreateSPIRVTypeByName()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp453 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()

12