/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 206 return Type::getInt16Ty(Ctx); in getTypeFromParameterKind() 300 return Type::getInt16Ty(Ctx); in getOverloadTy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRShiftExpand.cpp | 55 if (I.getType() == Type::getInt8Ty(Ctx) || 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 | 115 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 D | Type.h | 462 static IntegerType *getInt16Ty(LLVMContext &C);
|
H A D | IRBuilder.h | 479 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 D | AMDGPU.cpp | 152 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 252 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
|
H A D | ARM.cpp | 586 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 624 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType()
|
H A D | AArch64.cpp | 233 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 D | SanitizerCoverage.cpp | 398 Int16Ty = IRB.getInt16Ty(); in instrumentModule() 417 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
|
H A D | InstrProfiling.cpp | 737 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 D | CodeExtractor.cpp | 830 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 D | Type.cpp | 253 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 D | AutoUpgrade.cpp | 2434 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 D | Constants.cpp | 2960 auto *Ty = FixedVectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 417 return Type::getInt16Ty(Ctx); in parseBasicTypeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetTransformInfo.cpp | 434 return Type::getInt16Ty(Context); in getMemcpyLoopLoweringType() 478 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
|
H A D | AMDGPUInstCombineIntrinsic.cpp | 109 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit() 303 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
|
H A D | AMDGPUHSAMetadataStreamer.cpp | 597 auto Int16Ty = Type::getInt16Ty(Func.getContext()); in emitHiddenKernelArgs()
|
H A D | AMDGPULibFunc.cpp | 941 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
|
/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/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 276 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2275 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 D | ConstantFolding.cpp | 453 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 4533 Type::getVoidTy(Ctx), {Type::getInt16Ty(Ctx), Type::getInt32Ty(Ctx)}, in buildCustomStateMachine()
|