Home
last modified time | relevance | path

Searched refs:Flatten (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/test/TableGen/
H A Dfoldl.td42 class Flatten<list<list<string>> lst> {
50 def B1 : Flatten<[]>;
51 def B2 : Flatten<[[]]>;
52 def B3 : Flatten<[["a"]]>;
53 def B4 : Flatten<[["a", "b"], [], ["c"], ["d"]]>;
/llvm-project-15.0.7/polly/unittests/Flatten/
H A DFlattenTest.cpp41 TEST(Flatten, FlattenTrivial) { in TEST() argument
49 TEST(Flatten, FlattenSequence) { in TEST() argument
59 TEST(Flatten, FlattenLoop) { in TEST() argument
/llvm-project-15.0.7/polly/unittests/
H A DCMakeLists.txt29 add_subdirectory(Flatten)
/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dselection.mlir17 // CHECK-NEXT: spv.mlir.selection control(Flatten)
18 spv.mlir.selection control(Flatten) {
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp53 auto Flatten = [](Record *R) { in extractDocumentation() local
58 while (R && Flatten(R)) { in extractDocumentation()
68 if (Flatten(R)) in extractDocumentation()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp894 bool Flatten(LoopNest &LN, DominatorTree *DT, LoopInfo *LI, ScalarEvolution *SE, in Flatten() function
925 Changed |= Flatten(LN, &AR.DT, &AR.LI, &AR.SE, &AR.AC, &AR.TTI, &U, in run()
991 Changed |= Flatten(*LN, DT, LI, SE, AC, TTI, nullptr, in runOnFunction()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h470 void setCanBeFlattened(bool Flatten) { in setCanBeFlattened() argument
472 CanBeFlattened = Flatten; in setCanBeFlattened()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dcontrol-flow-ops.mlir733 // CHECK: spv.mlir.selection control(Flatten)
734 spv.mlir.selection control(Flatten) {
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h619 Flatten = 0x1, enumerator
H A DSPIRVBaseInfo.cpp787 if (e == static_cast<uint32_t>(SelectionControl::Flatten)) in getSelectionControlName()
789 if (e & static_cast<uint32_t>(SelectionControl::Flatten)) { in getSelectionControlName()
/llvm-project-15.0.7/clang/test/Misc/
H A Dpragma-attribute-supported-attributes-list.test71 // CHECK-NEXT: Flatten (SubjectMatchRule_function)
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllc-pipeline.ll232 ; GCN-O1-NEXT: Flatten the CFG
514 ; GCN-O1-OPTS-NEXT: Flatten the CFG
804 ; GCN-O2-NEXT: Flatten the CFG
1109 ; GCN-O3-NEXT: Flatten the CFG
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp866 TEST_F(TransformerTest, Flatten) { in TEST_F() argument
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinAttributes.td955 /// Flatten, and return, all of the sparse indices in this attribute in
/llvm-project-15.0.7/mlir/docs/
H A DSPIRVToLLVMDialectConversion.md672 (such as `Flatten` or `Unroll`) are not supported at the moment.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/
H A DTensorOps.td679 // Flatten unranked tensor.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td1126 // Flatten unranked memref.
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst8497 * - polly/unittests/Flatten
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVBase.td3705 def SPV_SC_Flatten : I32BitEnumAttrCaseBit<"Flatten", 0>;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td1484 def Flatten : InheritableAttr {
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt8800 polly/unittests/Flatten/FlattenTest.cpp