Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp24 Type *Type::getInt16Ty(Context &Ctx) { in getInt16Ty() function in Type
25 return Ctx.getType(llvm::Type::getInt16Ty(Ctx.LLVMCtx)); in getInt16Ty()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp32 "struct.__tgt_offload_entry", Type::getInt64Ty(C), Type::getInt16Ty(C), in getEntryTy()
33 Type::getInt16Ty(C), Type::getInt32Ty(C), PointerType::getUnqual(C), in getEntryTy()
48 Type *Int16Ty = Type::getInt16Ty(M.getContext()); in getOffloadingEntryInitializer()
H A DOffloadWrapper.cpp425 auto *Kind = Builder.CreateLoad(Type::getInt16Ty(C), KindPtr, "kind"); in createRegisterGlobalsFunction()
468 Kind, ConstantInt::get(Type::getInt16Ty(C), in createRegisterGlobalsFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp280 return Type::getInt16Ty(Ctx); in getTypeFromOpParamType()
294 return getResRetType(Type::getInt16Ty(Ctx)); in getTypeFromOpParamType()
306 return getCBufRetType(Type::getInt16Ty(Ctx)); in getTypeFromOpParamType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp56 I.getType() == Type::getInt16Ty(Ctx)) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp
H A DX86LowerAMXIntrinsics.cpp113 Type *I16Ty = Type::getInt16Ty(Ctx); in createLoop()
429 FixedVectorType *V2I16Ty = FixedVectorType::get(B.getInt16Ty(), 2); in createTileDPLoops()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h454 LLVM_ABI static IntegerType *getInt16Ty(LLVMContext &C);
H A DIRBuilder.h518 return ConstantInt::get(getInt16Ty(), C); in getInt16()
557 IntegerType *getInt16Ty() { in getInt16Ty() function
558 return Type::getInt16Ty(Context); in getInt16Ty()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp628 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
662 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
H A DAMDGPU.cpp164 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
261 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
H A DAArch64.cpp256 llvm::Type::getInt16Ty(getVMContext()), 8); in convertFixedToScalableVectorType()
312 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp428 Int16Ty = IRB.getInt16Ty(); in instrumentModule()
447 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
H A DInstrProfiling.cpp748 SamplingVarTy = Type::getInt16Ty(M.getContext()); in doSampling()
1805 auto *Int16Ty = Type::getInt16Ty(Ctx); in createDataVariable()
2150 SamplingVarTy = Type::getInt16Ty(M.getContext()); in createProfileSamplingVar()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h274 LLVM_ABI static Type *getInt16Ty(Context &Ctx);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp296 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type
329 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1588 return Type::getInt16Ty(Context); in getSwitchType()
1952 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitReplacerCall()
1958 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), SuccNum), in emitReplacerCall()
/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/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp635 auto *Int16Ty = Type::getInt16Ty(Func.getContext()); in emitHiddenKernelArgs()
H A DAMDGPUInstCombineIntrinsic.cpp110 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit()
362 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
H A DAMDGPULibFunc.cpp945 T = Type::getInt16Ty(C); in getIntrinsicParamType()
H A DAMDGPULowerBufferFatPointers.cpp798 BestVectorElemType = IRB.getInt16Ty(); in legalNonAggregateFor()
857 return IRB.getInt16Ty(); in intrinsicTypeFor()
H A DAMDGPUTargetTransformInfo.cpp481 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp285 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp516 return Type::getInt16Ty(Ctx); in parseBasicTypeName()

12