Searched refs:getInt16Ty (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp148 case MVT::i16: return Type::getInt16Ty(Context);
179 case MVT::v1i16: return VectorType::get(Type::getInt16Ty(Context), 1);
180 case MVT::v2i16: return VectorType::get(Type::getInt16Ty(Context), 2);
181 case MVT::v3i16: return VectorType::get(Type::getInt16Ty(Context), 3);
182 case MVT::v4i16: return VectorType::get(Type::getInt16Ty(Context), 4);
183 case MVT::v8i16: return VectorType::get(Type::getInt16Ty(Context), 8);
184 case MVT::v16i16: return VectorType::get(Type::getInt16Ty(Context), 16);
185 case MVT::v32i16: return VectorType::get(Type::getInt16Ty(Context), 32);
186 case MVT::v64i16: return VectorType::get(Type::getInt16Ty(Context), 64);
187 case MVT::v128i16: return VectorType::get(Type::getInt16Ty(Contex
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h422 static IntegerType *getInt16Ty(LLVMContext &C);
H A DIRBuilder.h351 return ConstantInt::get(getInt16Ty(), C);
390 IntegerType *getInt16Ty() { function in class:llvm::IRBuilderBase
391 return Type::getInt16Ty(Context);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp179 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; } function in class:Type
229 return getInt16Ty(C)->getPointerTo(AS);
252 case 16: return cast<IntegerType>(Type::getInt16Ty(C));
H A DAutoUpgrade.cpp1918 Rep = Builder.CreateBitCast(Rep, Builder.getInt16Ty());
1921 C = ConstantInt::getAllOnesValue(Builder.getInt16Ty());
1923 C = ConstantInt::getNullValue(Builder.getInt16Ty());
H A DConstants.cpp2669 Type *Ty = VectorType::get(Type::getInt16Ty(Context), Elts.size());
H A DCore.cpp553 return (LLVMTypeRef) Type::getInt16Ty(*unwrap(C));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp380 Int16Ty = IRB.getInt16Ty();
400 IRB.getInt16Ty(), IRB.getInt16Ty());
H A DInstrProfiling.cpp819 auto *Int16Ty = Type::getInt16Ty(Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp781 default: RetTy = Type::getInt16Ty(header->getContext()); break;
1180 SwitchInst::Create(Constant::getNullValue(Type::getInt16Ty(Context)),
1214 brVal = ConstantInt::get(Type::getInt16Ty(Context), SuccNum);
1221 TheSwitch->addCase(ConstantInt::get(Type::getInt16Ty(Context),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext()));
H A DAMDGPULibFunc.cpp881 case AMDGPULibFunc::I16: T = Type::getInt16Ty(C); break;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp296 return llvm::Type::getInt16Ty(VMContext);
H A DTargetInfo.cpp5192 llvm::Type *ResType = llvm::Type::getInt16Ty(getVMContext());
6214 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
6252 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
7584 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
7617 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
7914 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
7993 return ABIArgInfo::getDirect(llvm::Type::getInt16Ty(getVMContext()));
H A DCodeGenModule.cpp109 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
H A DCGBuiltin.cpp13129 { Builder.getInt16Ty(), Src0->getType() });
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp313 Type::getInt16Ty(Context),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp418 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL);
517 MapTy = Type::getInt16Ty(C->getContext());
H A DValueTracking.cpp3386 Ty = Type::getInt16Ty(Ctx);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1807 } else if (ETy == Type::getInt16Ty(CPV->getContext())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16299 case MVT::i16: RetTyElement = Type::getInt16Ty(*DAG.getContext()); break;

Completed in 287 milliseconds