Searched refs:mtp (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | kmalloc-linux.c | 70 void *malloc(unsigned long size, struct malloc_type *mtp, int flags); 72 void test_3arg_malloc(struct malloc_type *mtp) { in test_3arg_malloc() argument 76 list = malloc(sizeof(*list) * 10, mtp, __GFP_ZERO); in test_3arg_malloc() 87 void test_3arg_malloc_nonzero(struct malloc_type *mtp) { in test_3arg_malloc_nonzero() argument 91 list = malloc(sizeof(*list) * 10, mtp, 0); in test_3arg_malloc_nonzero() 102 void test_3arg_malloc_indeterminate(struct malloc_type *mtp, int flags) { in test_3arg_malloc_indeterminate() argument 106 list = malloc(sizeof(*list) * 10, mtp, flags); in test_3arg_malloc_indeterminate() 117 void test_3arg_malloc_leak(struct malloc_type *mtp, int flags) { in test_3arg_malloc_leak() argument 120 list = malloc(sizeof(*list) * 10, mtp, flags); in test_3arg_malloc_leak()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/IR/ |
| H A D | SparseTensorDialect.cpp | 256 MemRefType mtp = getResult().getType().cast<MemRefType>(); in verify() local 257 if (ttp.getElementType() != mtp.getElementType()) in verify()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/ |
| H A D | Sparsification.cpp | 583 VectorType mtp = vectorType(codegen, builder.getI1Type()); in genVectorMask() local 594 loc, mtp, constantI1(builder, loc, true)); in genVectorMask() 607 return builder.create<vector::CreateMaskOp>(loc, mtp, end); in genVectorMask()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 3329 def mtp_mode_EQ : Joined<["-"], "mtp=">, Group<m_arm_Features_Group>, Values<"soft,cp15,el0,el1,el2… 5396 def mtp : Separate<["-"], "mtp">,
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 3483 .. option:: -mtp=<arg>
|