| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Type.cpp | 24 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 D | Utility.cpp | 32 "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 D | OffloadWrapper.cpp | 425 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 D | DXILOpBuilder.cpp | 280 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 D | AVRShiftExpand.cpp | 56 I.getType() == Type::getInt16Ty(Ctx)) in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | |
| H A D | X86LowerAMXIntrinsics.cpp | 113 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 D | Type.h | 454 LLVM_ABI static IntegerType *getInt16Ty(LLVMContext &C);
|
| H A D | IRBuilder.h | 518 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 D | ARM.cpp | 628 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 662 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
|
| H A D | AMDGPU.cpp | 164 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 261 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
|
| H A D | AArch64.cpp | 256 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 D | SanitizerCoverage.cpp | 428 Int16Ty = IRB.getInt16Ty(); in instrumentModule() 447 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
|
| H A D | InstrProfiling.cpp | 748 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 D | Type.h | 274 LLVM_ABI static Type *getInt16Ty(Context &Ctx);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 296 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 D | CodeExtractor.cpp | 1588 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 D | llvm-stress.cpp | 162 Type::getInt16Ty(Context), Type::getInt32Ty(Context), in Modifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUHSAMetadataStreamer.cpp | 635 auto *Int16Ty = Type::getInt16Ty(Func.getContext()); in emitHiddenKernelArgs()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 110 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit() 362 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
|
| H A D | AMDGPULibFunc.cpp | 945 T = Type::getInt16Ty(C); in getIntrinsicParamType()
|
| H A D | AMDGPULowerBufferFatPointers.cpp | 798 BestVectorElemType = IRB.getInt16Ty(); in legalNonAggregateFor() 857 return IRB.getInt16Ty(); in intrinsicTypeFor()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 481 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 285 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVUtils.cpp | 516 return Type::getInt16Ty(Ctx); in parseBasicTypeName()
|