Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp206 return Type::getInt16Ty(Ctx); in getTypeFromParameterKind()
300 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/lib/Target/X86/
H A DX86PreAMXConfig.cpp
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/include/llvm/IR/
H A DType.h462 static IntegerType *getInt16Ty(LLVMContext &C);
H A DIRBuilder.h479 return ConstantInt::get(getInt16Ty(), C); in getInt16()
518 IntegerType *getInt16Ty() { in getInt16Ty() function
519 return Type::getInt16Ty(Context); in getInt16Ty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp152 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
252 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
H A DARM.cpp586 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
624 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
H A DAArch64.cpp233 llvm::Type::getInt16Ty(getVMContext()), 8); in coerceIllegalVector()
268 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp398 Int16Ty = IRB.getInt16Ty(); in instrumentModule()
417 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
H A DInstrProfiling.cpp737 SamplingVarTy = Type::getInt16Ty(M.getContext()); in doSampling()
1807 auto *Int16Ty = Type::getInt16Ty(Ctx); in createDataVariable()
2141 SamplingVarTy = Type::getInt16Ty(M.getContext()); in createProfileSamplingVar()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp830 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction()
1289 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement()
1325 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement()
1332 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.cpp2434 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in upgradeX86IntrinsicCall()
2437 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in upgradeX86IntrinsicCall()
2439 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in upgradeX86IntrinsicCall()
4728 NewCall, FixedVectorType::get(Builder.getInt16Ty(), NumElts)); in UpgradeIntrinsicCall()
H A DConstants.cpp2960 auto *Ty = FixedVectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp417 return Type::getInt16Ty(Ctx); in parseBasicTypeName()
/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.cpp597 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.cpp276 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2275 Builder.CreateIntCast(getGPUWarpSize(), Builder.getInt16Ty(), true); in createRuntimeShuffleFunction()
2280 Builder.CreateIntCast(WarpSize, Builder.getInt16Ty(), /*isSigned=*/true); in createRuntimeShuffleFunction()
2718 {Builder.getPtrTy(), Builder.getInt16Ty(), in emitShuffleAndReduceFunction()
2719 Builder.getInt16Ty(), Builder.getInt16Ty()}, in emitShuffleAndReduceFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp453 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4533 Type::getVoidTy(Ctx), {Type::getInt16Ty(Ctx), Type::getInt32Ty(Ctx)}, in buildCustomStateMachine()

12