| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 189 case MVT::i16: return Type::getInt16Ty(Context); in getTypeForEVT() 252 return FixedVectorType::get(Type::getInt16Ty(Context), 1); in getTypeForEVT() 254 return FixedVectorType::get(Type::getInt16Ty(Context), 2); in getTypeForEVT() 256 return FixedVectorType::get(Type::getInt16Ty(Context), 3); in getTypeForEVT() 258 return FixedVectorType::get(Type::getInt16Ty(Context), 4); in getTypeForEVT() 260 return FixedVectorType::get(Type::getInt16Ty(Context), 8); in getTypeForEVT() 262 return FixedVectorType::get(Type::getInt16Ty(Context), 16); in getTypeForEVT() 264 return FixedVectorType::get(Type::getInt16Ty(Context), 32); in getTypeForEVT() 266 return FixedVectorType::get(Type::getInt16Ty(Context), 64); in getTypeForEVT() 268 return FixedVectorType::get(Type::getInt16Ty(Context), 128); in getTypeForEVT() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 170 auto *I16Ty = Type::getInt16Ty(Ctx); in createLDSPointer() 230 Builder.CreateStore(Builder.CreatePtrToInt(GV, Type::getInt16Ty(Ctx)), in initializeLDSPointer()
|
| H A D | AMDGPUInstCombineIntrinsic.cpp | 94 return Builder.CreateIntCast(&V, Type::getInt16Ty(V.getContext()), false); in convertTo16Bit() 140 : Type::getInt16Ty(II.getContext()); in simplifyAMDGCNImageIntrinsic()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 423 return Type::getInt16Ty(Context); in getMemcpyLoopLoweringType() 461 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 492 IType = Type::getInt16Ty(ArgType->getContext()); in lowerPrintfForGpu()
|
| H A D | AMDGPULibFunc.cpp | 884 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 202 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type 260 return getInt16Ty(C)->getPointerTo(AS); in getInt16PtrTy() 283 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
|
| H A D | AutoUpgrade.cpp | 2057 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall() 2060 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall() 2062 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
|
| H A D | Constants.cpp | 3078 auto *Ty = FixedVectorType::get(Type::getInt16Ty(Context), Elts.size()); in get()
|
| H A D | Core.cpp | 575 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C)); in LLVMInt16TypeInContext()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 420 Int16Ty = IRB.getInt16Ty(); in instrumentModule() 439 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
|
| H A D | InstrProfiling.cpp | 923 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 828 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction() 1240 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement() 1274 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement() 1281 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 428 static IntegerType *getInt16Ty(LLVMContext &C);
|
| H A D | IRBuilder.h | 474 return ConstantInt::get(getInt16Ty(), C); in getInt16() 513 IntegerType *getInt16Ty() { in getInt16Ty() function 514 return Type::getInt16Ty(Context); in getInt16Ty()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 157 Type *I16Ty = Type::getInt16Ty(Ctx); in preWriteTileCfg()
|
| H A D | X86LowerAMXIntrinsics.cpp | 115 Type *I16Ty = Type::getInt16Ty(Ctx); in createLoop() 433 FixedVectorType *V2I16Ty = FixedVectorType::get(B.getInt16Ty(), 2); in createTileDPLoops()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 316 Type::getInt16Ty(Context), in pickScalarType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 308 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
|
| H A D | TargetInfo.cpp | 5602 llvm::Type::getInt16Ty(getVMContext()), 8); in coerceIllegalVector() 5637 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() 6727 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 6765 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 8972 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 9064 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
|
| H A D | CGBuiltin.cpp | 8409 return Builder.getInt16Ty(); in SVEBuiltinMemEltTy() 8426 return Builder.getInt16Ty(); in getEltType() 8496 return llvm::ScalableVectorType::get(Builder.getInt16Ty(), 8); in getSVEType() 16145 { Builder.getInt16Ty(), Src0->getType() }); in EmitAMDGPUBuiltinExpr()
|
| H A D | CodeGenModule.cpp | 112 Int16Ty = llvm::Type::getInt16Ty(LLVMContext); in CodeGenModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 466 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal() 572 MapTy = Type::getInt16Ty(C->getContext()); in FoldReinterpretLoadFromConstPtr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1796 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 3235 Type::getVoidTy(Ctx), {Type::getInt16Ty(Ctx), Type::getInt32Ty(Ctx)}, in buildCustomStateMachine()
|