Home
last modified time | relevance | path

Searched refs:Generalize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h85 struct Generalize : public Transformation { struct
86 explicit Generalize(StringRef name,
244 std::make_unique<Generalize>(opName, f));
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/Transforms/
H A DPasses.td24 // TODO: Generalize this to allow any type conversions desired.
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Drlev-add-me.ll145 ; TODO: Generalize the code to handle other SCEV expressions
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrData.td74 // TODO: Generalize and adopt this utility in other .td files as well.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def258 CODEGENOPT(SanitizeCfiICallGeneralizePointers, 1, 0) ///< Generalize pointer types in
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst156 2.2 Generalize CFI to Allow Any Location Description Kind
167 2.3 Generalize DWARF Operation Expressions to Support Multiple Places
205 2.4 Generalize Offsetting of Location Descriptions
250 2.5 Generalize Creation of Undefined Location Descriptions
268 2.6 Generalize Creation of Composite Location Descriptions
279 2.7 Generalize DWARF Base Objects to Allow Any Location Description Kind
/llvm-project-15.0.7/clang/docs/
H A DUsersManual.rst1808 Generalize pointers in return and argument types in function type signatures
4075 Generalize pointers in CFI indirect call type signature checks
H A DClangCommandLineReference.rst1004 Generalize pointers in CFI indirect call type signature checks
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1827 … HelpText<"Generalize pointers in CFI indirect call type signature checks">,