| /llvm-project-15.0.7/mlir/docs/Tutorials/Toy/ |
| H A D | _index.md | 20 - [Chapter #1](Ch-1.md): Introduction to the Toy language and the definition 22 - [Chapter #2](Ch-2.md): Traversing the AST to emit a dialect in MLIR, 25 - [Chapter #3](Ch-3.md): High-level language-specific optimization using 27 - [Chapter #4](Ch-4.md): Writing generic dialect-independent transformations 30 - [Chapter #5](Ch-5.md): Partially lowering to lower-level dialects. We'll 33 - [Chapter #6](Ch-6.md): Lowering to LLVM and code generation. Here we'll 36 - [Chapter #7](Ch-7.md): Extending Toy: Adding support for a composite type. 40 The [first chapter](Ch-1.md) will introduce the Toy language and AST.
|
| H A D | Ch-6.md | 5 In the [previous chapter](Ch-5.md), we introduced the 57 components defined in the [previous chapter](Ch-5.md). 334 [next chapter](Ch-7.md), we will add a composite `struct` type.
|
| H A D | Ch-3.md | 23 [Chapter 2](Ch-2.md). 261 available hooks. In the [next chapter](Ch-4.md), we will see how to use generic
|
| H A D | Ch-5.md | 16 [next chapter](Ch-6.md) directly target the `LLVM IR` dialect for lowering 94 framework introduced in [chapter 3](Ch-3.md), the 349 optimize. In the [next chapter](Ch-6.md) we will continue the discussion about
|
| H A D | Ch-7.md | 5 In the [previous chapter](Ch-6.md), we demonstrated an end-to-end compilation 65 As mentioned in [chapter 2](Ch-2.md), [`Type`](../../LangRef.md/#type-system) 454 `toy.struct_constant`. As detailed in [chapter 3](Ch-3.md) (FoldConstantReshape),
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | StrncmpOOBTest.cpp | 17 const char *Ch = reinterpret_cast<const char *>(Data); in LLVMFuzzerTestOneInput() local 18 if (Ch[Size - 3] == 'a') in LLVMFuzzerTestOneInput() 19 Sink = strncmp(Ch + Size - 3, "abcdefg", 6); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | SubtargetFeature.h | 211 char Ch = Feature[0]; in hasFlag() local 213 return Ch == '+' || Ch =='-'; in hasFlag() 225 char Ch = Feature[0]; in isEnabled() local 227 return Ch == '+'; in isEnabled()
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | friend-template.cpp | 164 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B) in op() argument 196 template <typename Ch, typename Tr, typename B> void op(X2<Ch, Tr>& , B) in op() argument
|
| /llvm-project-15.0.7/clang/test/ParserHLSL/ |
| H A D | access_specifiers.hlsl | 48 Chow Ch; 49 Ch.megafloof = 0xFFFF; 51 Ch.legs = 4; // expected-error {{'legs' is a private member of 'Doggo'}}
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 170 for (UTF16 &Ch : Chars) { in processString() 172 Ch = toupper(Ch); in processString() 375 for (auto Ch : ProcessedString) in writeCString() local 376 writeInt<uint16_t>(Ch); in writeCString() 658 char Ch = Str[1]; in writeSingleAccelerator() local 659 if (Ch >= 'a' && Ch <= 'z') in writeSingleAccelerator() 660 Entry.ANSICode = ulittle16_t(Ch - 'a' + 1); in writeSingleAccelerator() 661 else if (Ch >= 'A' && Ch <= 'Z') in writeSingleAccelerator() 1323 for (auto Ch : ProcessedString) { in writeUserDefinedBody() local 1325 writeInt(Ch); in writeUserDefinedBody() [all …]
|
| H A D | ResourceScriptToken.cpp | 214 #define SHORT_TOKEN(Name, Ch) case Kind::Name: in consumeToken() argument 339 #define SHORT_TOKEN(Name, Ch) \ in classifyCurrentToken() argument 340 case Ch: \ in classifyCurrentToken()
|
| H A D | ResourceScriptToken.h | 47 #define SHORT_TOKEN(Name, Ch) Name, argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | FunctionNamingCheck.cpp | 63 char Ch = NewName[Index]; in generateFixItHint() local 64 if (isalnum(Ch)) { in generateFixItHint()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | WindowsResourceDumper.cpp | 26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local 29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64A57FPLoadBalancing.cpp | 421 Chain *Ch = *--I; in getAndEraseNext() local 423 return Ch; in getAndEraseNext() 427 Chain *Ch = *I; in getAndEraseNext() local 429 return Ch; in getAndEraseNext() 434 Chain *Ch = L.front(); in getAndEraseNext() local 436 return Ch; in getAndEraseNext()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CharInfo.h | 175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef { 176 switch (Ch) {
|
| /llvm-project-15.0.7/llvm/include/llvm/WindowsResource/ |
| H A D | ResourceScriptToken.h | 33 #define SHORT_TOKEN(Name, Ch) Name, argument
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 1806 SDValue Ch = LD->getChain(); in SplitVecRes_LOAD() local 1841 ReplaceValueWith(SDValue(LD, 1), Ch); in SplitVecRes_LOAD() 1852 SDValue Ch = LD->getChain(); in SplitVecRes_VP_LOAD() local 1921 ReplaceValueWith(SDValue(LD, 1), Ch); in SplitVecRes_VP_LOAD() 1931 SDValue Ch = MLD->getChain(); in SplitVecRes_MLOAD() local 2014 SDValue Ch = N->getChain(); in SplitVecRes_Gather() local 2095 ReplaceValueWith(SDValue(N, 1), Ch); in SplitVecRes_Gather() 3113 SDValue Ch = N->getChain(); in SplitVecOp_VP_STORE() local 3192 SDValue Ch = N->getChain(); in SplitVecOp_MSTORE() local 3269 SDValue Ch = N->getChain(); in SplitVecOp_Scatter() local [all …]
|
| H A D | LegalizeDAG.cpp | 380 SDValue Ch = DAG.getStore( in PerformInsertVectorEltInMemory() local 387 Ch = DAG.getTruncStore( in PerformInsertVectorEltInMemory() 743 SDValue Ch; in LegalizeLoadOps() local 769 Chain = Ch; in LegalizeLoadOps() 784 SDValue Lo, Hi, Ch; in LegalizeLoadOps() local 845 Chain = Ch; in LegalizeLoadOps() 1370 SDValue StackPtr, Ch; in ExpandExtractFromVectorThroughStack() local 1392 Ch = SDValue(ST, 0); in ExpandExtractFromVectorThroughStack() 1399 if (!Ch.getNode()) { in ExpandExtractFromVectorThroughStack() 1431 NewLoadOperands[0] = Ch; in ExpandExtractFromVectorThroughStack() [all …]
|
| H A D | LegalizeIntegerTypes.cpp | 2017 SDValue Ch = N->getChain(), Ptr = N->getBasePtr(); in PromoteIntOp_STORE() local 2023 return DAG.getTruncStore(Ch, dl, Val, Ptr, in PromoteIntOp_STORE() 3533 SDValue Ch = N->getChain(); in ExpandIntRes_LOAD() local 3549 Ch = Lo.getValue(1); in ExpandIntRes_LOAD() 3568 Lo = DAG.getLoad(NVT, dl, Ch, Ptr, N->getPointerInfo(), in ExpandIntRes_LOAD() 3578 Hi = DAG.getExtLoad(ExtType, dl, NVT, Ch, Ptr, in ExpandIntRes_LOAD() 3603 Lo = DAG.getExtLoad(ISD::ZEXTLOAD, dl, NVT, Ch, Ptr, in ExpandIntRes_LOAD() 3630 ReplaceValueWith(SDValue(N, 1), Ch); in ExpandIntRes_LOAD() 5040 SDValue Ch = N->getChain(); in ExpandIntOp_STORE() local 5070 Hi = DAG.getTruncStore(Ch, dl, Hi, Ptr, in ExpandIntOp_STORE() [all …]
|
| /llvm-project-15.0.7/llvm/utils/UnicodeData/ |
| H A D | UnicodeNameMappingGenerator.cpp | 98 for (auto Ch : Name) { in insert() local 99 std::string Label(1, Ch); in insert()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDriver.cpp | 136 char Ch = Str[i]; in MyStol() local 137 if (Ch < '0' || Ch > '9') in MyStol() 139 Res = Res * 10 + (Ch - '0'); in MyStol()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 663 auto Ch = static_cast<unsigned char>(Char64); in TryPrintAsStringLiteral() local 665 StringRef Escaped = escapeCStyle<EscapeChar::SingleAndDouble>(Ch); in TryPrintAsStringLiteral() 667 if (!isPrintable(Ch)) in TryPrintAsStringLiteral() 669 Buf.emplace_back(Ch); in TryPrintAsStringLiteral()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPDirectives.cpp | 211 for (char &Ch : LowerInclude) { in warnByDefaultOnWrongCase() local 213 if (static_cast<unsigned char>(Ch) > 0x7f) in warnByDefaultOnWrongCase() 216 if (Ch >= 'A' && Ch <= 'Z') in warnByDefaultOnWrongCase() 217 Ch += 'a' - 'A'; in warnByDefaultOnWrongCase() 219 else if (::llvm::sys::path::is_separator(Ch)) in warnByDefaultOnWrongCase() 220 Ch = '/'; in warnByDefaultOnWrongCase()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Path.cpp | 554 for (char &Ch : Path) in native() local 555 if (is_separator(Ch, style)) in native() 556 Ch = preferred_separator(style); in native()
|