| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 189 case MVT::i16: return Type::getInt16Ty(Context); in getTypeForEVT() 243 return FixedVectorType::get(Type::getInt16Ty(Context), 1); in getTypeForEVT() 245 return FixedVectorType::get(Type::getInt16Ty(Context), 2); in getTypeForEVT() 247 return FixedVectorType::get(Type::getInt16Ty(Context), 3); in getTypeForEVT() 249 return FixedVectorType::get(Type::getInt16Ty(Context), 4); in getTypeForEVT() 251 return FixedVectorType::get(Type::getInt16Ty(Context), 8); in getTypeForEVT() 253 return FixedVectorType::get(Type::getInt16Ty(Context), 16); in getTypeForEVT() 255 return FixedVectorType::get(Type::getInt16Ty(Context), 32); in getTypeForEVT() 257 return FixedVectorType::get(Type::getInt16Ty(Context), 64); in getTypeForEVT() 259 return FixedVectorType::get(Type::getInt16Ty(Context), 128); in getTypeForEVT() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 196 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } in getInt16Ty() function in Type 254 return getInt16Ty(C)->getPointerTo(AS); in getInt16PtrTy() 277 case 16: return cast<IntegerType>(Type::getInt16Ty(C)); in get()
|
| H A D | AutoUpgrade.cpp | 2052 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty()); in UpgradeIntrinsicCall() 2055 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall() 2057 C = ConstantInt::getNullValue(Builder.getInt16Ty()); in UpgradeIntrinsicCall()
|
| H A D | Constants.cpp | 3076 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 419 Int16Ty = IRB.getInt16Ty(); in instrumentModule() 438 IRB.getInt16Ty(), IRB.getInt16Ty()); in instrumentModule()
|
| H A D | InstrProfiling.cpp | 910 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86PreAMXConfig.cpp | 156 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 828 default: RetTy = Type::getInt16Ty(header->getContext()); break; in constructFunction() 1238 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)), in emitCallAndSwitchStatement() 1272 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum); in emitCallAndSwitchStatement() 1279 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context), in emitCallAndSwitchStatement()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 426 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| 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 | 422 return Type::getInt16Ty(Context); in getMemcpyLoopLoweringType() 460 Type *I16Ty = Type::getInt16Ty(Context); in getMemcpyLoopResidualLoweringType()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 498 IType = Type::getInt16Ty(ArgType->getContext()); in lowerPrintfForGpu()
|
| H A D | AMDGPULibFunc.cpp | 877 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break; in getIntrinsicParamType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 312 Type::getInt16Ty(Context), in pickScalarType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 308 return llvm::Type::getInt16Ty(VMContext); in getTypeForFormat()
|
| H A D | TargetInfo.cpp | 5585 llvm::Type::getInt16Ty(getVMContext()), 8); in coerceIllegalVector() 5620 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext()); in coerceIllegalVector() 6710 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 6748 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 8926 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyReturnType() 9018 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext())); in classifyArgumentType()
|
| H A D | CGBuiltin.cpp | 8328 return Builder.getInt16Ty(); in SVEBuiltinMemEltTy() 8345 return Builder.getInt16Ty(); in getEltType() 8415 return llvm::ScalableVectorType::get(Builder.getInt16Ty(), 8); in getSVEType() 15632 { Builder.getInt16Ty(), Src0->getType() }); in EmitAMDGPUBuiltinExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 461 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal() 567 MapTy = Type::getInt16Ty(C->getContext()); in FoldReinterpretLoadFromConstPtr()
|
| H A D | ValueTracking.cpp | 3817 Ty = Type::getInt16Ty(Ctx); in isBytewiseValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1796 } else if (ETy == Type::getInt16Ty(CPV->getContext())) { in bufferLEByte()
|