OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntNTy
(Results
1 - 25
of
63
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULateCodeGenPrepare.cpp
163
auto IntNTy = Type::
getIntNTy
(LI.getContext(), LdBits);
AMDGPULowerKernelArguments.cpp
219
IntegerType *ArgIntTy = Builder.
getIntNTy
(Size);
AMDGPUAtomicOptimizer.cpp
495
Type *const WaveTy = B.
getIntNTy
(ST->getWavefrontSize());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h
423
static IntegerType *
getIntNTy
(LLVMContext &C, unsigned N);
433
return (Type*) Type::
getIntNTy
(C, noOfBits);
FixedPointBuilder.h
42
Type *DstIntTy = B.
getIntNTy
(DstWidth);
78
Type *UpscaledTy = B.
getIntNTy
(ResultWidth);
200
Type *ResultTy = B.
getIntNTy
(DstSema.getWidth());
DerivedTypes.h
67
return Type::
getIntNTy
(getContext(), 2 * getScalarSizeInBits());
713
return getWithNewType(
getIntNTy
(getContext(), NewBitWidth));
DataLayout.h
563
return (LargestSize == 0) ? nullptr : Type::
getIntNTy
(C, LargestSize);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ScalarizeMaskedMemIntrin.cpp
201
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
336
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
457
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
585
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
690
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
802
Type *SclrMaskTy = Builder.
getIntNTy
(VectorWidth);
SROA.cpp
1841
Type::
getIntNTy
(Ty->getContext(), NumElements * ElementSize * 8);
2110
Type *IntTy = Type::
getIntNTy
(AllocaTy->getContext(), SizeInBits);
2345
? Type::
getIntNTy
(NewAI.getContext(),
2489
IntegerType *ExtractTy = Type::
getIntNTy
(LI.getContext(), SliceSize * 8);
2514
Type *TargetTy = IsSplit ? Type::
getIntNTy
(LI.getContext(), SliceSize * 8)
2687
IntegerType *NarrowTy = Type::
getIntNTy
(SI.getContext(), SliceSize * 8);
2757
Type *SplatIntTy = Type::
getIntNTy
(VTy->getContext(), Size * 8);
3027
IntTy ? Type::
getIntNTy
(IntTy->getContext(), Size * 8) : nullptr;
4010
auto *PartTy = Type::
getIntNTy
(Ty->getContext(), PartSize * 8);
4145
auto *PartTy = Type::
getIntNTy
(Ty->getContext(), PartSize * 8)
[
all
...]
CorrelatedValuePropagation.cpp
708
auto *TruncTy = Type::
getIntNTy
(Instr->getContext(), NewWidth);
752
auto *TruncTy = Type::
getIntNTy
(Instr->getContext(), NewWidth);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
311
Type *Ty = Type::
getIntNTy
(M.getContext(), BitSize);
750
Type *Ty = Type::
getIntNTy
(IRB.getContext(), BitSize);
765
Type *Ty = Type::
getIntNTy
(IRB.getContext(), BitSize);
782
Type *Ty = Type::
getIntNTy
(IRB.getContext(), BitSize);
796
Type *Ty = Type::
getIntNTy
(IRB.getContext(), BitSize);
SanitizerCoverage.cpp
409
IntptrTy = Type::
getIntNTy
(*C, DL->getPointerSizeInBits());
840
auto Ty = Type::
getIntNTy
(*C, TypeSize);
885
auto Ty = Type::
getIntNTy
(*C, TypeSize);
MemProfiler.cpp
162
IntptrTy = Type::
getIntNTy
(*C, LongSize);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
111
llvm::Type::
getIntNTy
(CGF.getLLVMContext(),
CGRecordLayoutBuilder.cpp
128
/// Wraps llvm::Type::
getIntNTy
with some implicit arguments.
131
return llvm::Type::
getIntNTy
(Types.getLLVMContext(), AlignedBits);
135
return llvm::Type::
getIntNTy
(Types.getLLVMContext(),
CodeGenTypes.cpp
790
ResultType = llvm::Type::
getIntNTy
(getLLVMContext(), EIT->getNumBits());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Type.cpp
201
IntegerType *Type::
getIntNTy
(LLVMContext &C, unsigned N) {
242
return
getIntNTy
(C, N)->getPointerTo(AS);
DataLayout.cpp
856
return Type::
getIntNTy
(C, LegalIntWidth);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
96
DataTy = Type::
getIntNTy
(M.getContext(), DataBits);
AtomicExpandPass.cpp
477
IntegerType *IntTy = Builder.
getIntNTy
(OrigTy->getPrimitiveSizeInBits());
650
PMV.WordType = MinWordSize > ValueSize ? Type::
getIntNTy
(Ctx, MinWordSize * 8)
1666
Type *SizedIntTy = Type::
getIntNTy
(Ctx, Size * 8);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
LLJIT.cpp
423
auto *IntTy = Type::
getIntNTy
(*Ctx, sizeof(int) * CHAR_BIT);
704
auto *IntTy = Type::
getIntNTy
(*Ctx, sizeof(int) * CHAR_BIT);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp
1002
StoreTy = Type::
getIntNTy
(F.getParent()->getContext(),
1155
LoadTy = Type::
getIntNTy
(F.getParent()->getContext(),
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp
280
V, IRB.
getIntNTy
(DL->getTypeStoreSize(V->getType()) * 8));
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp
360
return IRB.
getIntNTy
(M->getDataLayout().getPointerSizeInBits());
/src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
llvm-stress.cpp
85
Value = Type::
getIntNTy
(Context, N);
Completed in 72 milliseconds
1
2
3
Indexes created Sun Sep 20 00:26:38 UTC 2026