Home
last modified time | relevance | path

Searched defs:custom (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dnullblockisa.c25 } *custom = (struct _custom *)(void *)(b); variable
/llvm-project/mlir/tools/mlir-tblgen/
H A DAttrOrTypeFormatGen.cpp361 if (auto *custom = dyn_cast<CustomDirective>(el)) in genElementParser() local
693 } else if (auto *custom = dyn_cast<CustomDirective>(first)) { in genOptionalGroupParser() local
748 if (auto *custom in genElementPrinter() local
900 auto *custom = cast<CustomDirective>(anchor); genOptionalGroupPrinter() local
1049 } else if (auto *custom = dyn_cast<CustomDirective>(el)) { verifyOptionalGroupElements() local
1069 if (auto *custom = dyn_cast<CustomDirective>(anchor)) { verifyOptionalGroupElements() local
[all...]
H A DOpFormatGen.cpp816 } else if (auto *custom = dyn_cast<CustomDirective>(element)) { genElementParserStorage() local
1392 } else if (auto *custom = dyn_cast<CustomDirective>(firstElement)) { genElementParser() local
[all...]
/llvm-project/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Dgendata.py374 custom = { variable
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h877 LegalizeRuleSet &custom() { custom() function
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp698 auto custom = rewriter.create<sparse_tensor::ReduceOp>( in matchAndRewrite() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc628 const auto& custom = GTEST_CUSTOM_GET_ARGVS_(); in GetArgvs() local