OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInt16Ty
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp
189
case MVT::i16: return Type::
getInt16Ty
(Context);
243
return FixedVectorType::get(Type::
getInt16Ty
(Context), 1);
245
return FixedVectorType::get(Type::
getInt16Ty
(Context), 2);
247
return FixedVectorType::get(Type::
getInt16Ty
(Context), 3);
249
return FixedVectorType::get(Type::
getInt16Ty
(Context), 4);
251
return FixedVectorType::get(Type::
getInt16Ty
(Context), 8);
253
return FixedVectorType::get(Type::
getInt16Ty
(Context), 16);
255
return FixedVectorType::get(Type::
getInt16Ty
(Context), 32);
257
return FixedVectorType::get(Type::
getInt16Ty
(Context), 64);
259
return FixedVectorType::get(Type::
getInt16Ty
(Context), 128)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/
llvm-isel-fuzzer.cpp
57
Type::getInt1Ty, Type::getInt8Ty, Type::
getInt16Ty
, Type::getInt32Ty,
/src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/
llvm-opt-fuzzer.cpp
45
Type::getInt1Ty, Type::getInt8Ty, Type::
getInt16Ty
, Type::getInt32Ty,
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
426
static IntegerType *
getInt16Ty
(LLVMContext &C);
IRBuilder.h
474
return ConstantInt::get(
getInt16Ty
(), C);
513
IntegerType *
getInt16Ty
() {
514
return Type::
getInt16Ty
(Context);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PreAMXConfig.cpp
156
Type *I16Ty = Type::
getInt16Ty
(Ctx);
X86LowerAMXIntrinsics.cpp
115
Type *I16Ty = Type::
getInt16Ty
(Ctx);
433
FixedVectorType *V2I16Ty = FixedVectorType::get(B.
getInt16Ty
(), 2);
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
196
IntegerType *Type::
getInt16Ty
(LLVMContext &C) { return &C.pImpl->Int16Ty; }
254
return
getInt16Ty
(C)->getPointerTo(AS);
277
case 16: return cast<IntegerType>(Type::
getInt16Ty
(C));
AutoUpgrade.cpp
2052
Rep = Builder.CreateBitCast(Rep, Builder.
getInt16Ty
());
2055
C = ConstantInt::getAllOnesValue(Builder.
getInt16Ty
());
2057
C = ConstantInt::getNullValue(Builder.
getInt16Ty
());
Constants.cpp
3076
auto *Ty = FixedVectorType::get(Type::
getInt16Ty
(Context), Elts.size());
Core.cpp
575
return (LLVMTypeRef) Type::
getInt16Ty
(*unwrap(C));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
419
Int16Ty = IRB.
getInt16Ty
();
438
IRB.
getInt16Ty
(), IRB.
getInt16Ty
());
InstrProfiling.cpp
910
auto *Int16Ty = Type::
getInt16Ty
(Ctx);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
828
default: RetTy = Type::
getInt16Ty
(header->getContext()); break;
1238
SwitchInst::Create(Constant::getNullValue(Type::
getInt16Ty
(Context)),
1272
brVal = ConstantInt::get(Type::
getInt16Ty
(Context), SuccNum);
1279
TheSwitch->addCase(ConstantInt::get(Type::
getInt16Ty
(Context),
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
498
IType = Type::
getInt16Ty
(ArgType->getContext());
AMDGPUInstCombineIntrinsic.cpp
94
return Builder.CreateIntCast(&V, Type::
getInt16Ty
(V.getContext()), false);
140
: Type::
getInt16Ty
(II.getContext());
AMDGPUTargetTransformInfo.cpp
422
return Type::
getInt16Ty
(Context);
460
Type *I16Ty = Type::
getInt16Ty
(Context);
AMDGPULibFunc.cpp
877
case AMDGPULibFunc::I16: T = Type::
getInt16Ty
(C); break;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
308
return llvm::Type::
getInt16Ty
(VMContext);
TargetInfo.cpp
5585
llvm::Type::
getInt16Ty
(getVMContext()), 8);
5620
llvm::Type *ResType = llvm::Type::
getInt16Ty
(getVMContext());
6710
return ABIArgInfo::getDirect(llvm::Type::
getInt16Ty
(getVMContext()));
6748
return ABIArgInfo::getDirect(llvm::Type::
getInt16Ty
(getVMContext()));
8926
return ABIArgInfo::getDirect(llvm::Type::
getInt16Ty
(getVMContext()));
9018
return ABIArgInfo::getDirect(llvm::Type::
getInt16Ty
(getVMContext()));
CGBuiltin.cpp
8328
return Builder.
getInt16Ty
();
8345
return Builder.
getInt16Ty
();
8415
return llvm::ScalableVectorType::get(Builder.
getInt16Ty
(), 8);
15632
{ Builder.
getInt16Ty
(), Src0->getType() });
CodeGenModule.cpp
112
Int16Ty = llvm::Type::
getInt16Ty
(LLVMContext);
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
312
Type::
getInt16Ty
(Context),
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
1796
} else if (ETy == Type::
getInt16Ty
(CPV->getContext())) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
461
C = FoldBitCast(C, Type::
getInt16Ty
(C->getContext()), DL);
567
MapTy = Type::
getInt16Ty
(C->getContext());
Completed in 145 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026