Home
last modified time | relevance | path

Searched refs:Ch (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A D_index.md20 - [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 DCh-6.md5 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 DCh-3.md23 [Chapter 2](Ch-2.md).
261 available hooks. In the [next chapter](Ch-4.md), we will see how to use generic
H A DCh-5.md16 [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 DCh-7.md5 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 DStrncmpOOBTest.cpp17 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 DSubtargetFeature.h211 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 Dfriend-template.cpp164 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 Daccess_specifiers.hlsl48 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 DResourceFileWriter.cpp170 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 DResourceScriptToken.cpp214 #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 DResourceScriptToken.h47 #define SHORT_TOKEN(Name, Ch) Name, argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DFunctionNamingCheck.cpp63 char Ch = NewName[Index]; in generateFixItHint() local
64 if (isalnum(Ch)) { in generateFixItHint()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp26 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 DAArch64A57FPLoadBalancing.cpp421 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 DCharInfo.h175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef {
176 switch (Ch) {
/llvm-project-15.0.7/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h33 #define SHORT_TOKEN(Name, Ch) Name, argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1806 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 DLegalizeDAG.cpp380 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 DLegalizeIntegerTypes.cpp2017 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 DUnicodeNameMappingGenerator.cpp98 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 DFuzzerDriver.cpp136 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 DAPValue.cpp663 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 DPPDirectives.cpp211 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 DPath.cpp554 for (char &Ch : Path) in native() local
555 if (is_separator(Ch, style)) in native()
556 Ch = preferred_separator(style); in native()

12