Home
last modified time | relevance | path

Searched refs:Linear (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib40 title = "Theory of Linear and Integer Programming",
51 title = {Depth-First Search and Linear Graph Algorithms},
76 …note = "Advances in the Theory of Integer Linear Optimization and its Extensions,AMS 2009 Spring W…
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dxtype_bit.txt74 # Linear feedback-shift iteration
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVMatrixOps.td20 let summary = "Linear-algebraic multiply of LeftMatrix X RightMatrix.";
H A DSPIRVCooperativeMatrixOps.td144 Linear-algebraic matrix multiply of A by B and then component-wise add C.
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h301 Linear = 1, enumerator
H A DSPIRVBaseInfo.cpp336 CASE(SamplerFilterMode, Linear) in getSamplerFilterModeName()
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dxtype_bit.ll209 ; Linear feedback-shift operation
/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp220 "LINEAR" >> construct<OmpClause>(construct<OmpClause::Linear>(
/llvm-project-15.0.7/clang/docs/
H A DHardwareAssistedAddressSanitizerDesign.rst29 Intel's `Linear Address Masking`_ (LAM) also provides address tagging for
/llvm-project-15.0.7/llvm/
H A DCREDITS.TXT127 D: Linear scan register allocator, many codegen improvements, Java frontend
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dswitch_to_lookup_table.ll1247 ; Linear mapping in a different configuration.
1274 ; Linear mapping with overflows.
1301 ; Linear mapping with with multiplier 1 and offset 0.
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp653 std::get_if<parser::OmpClause::Linear>(&clause.u)}) { in CheckDistLinear()
2257 void OmpStructureChecker::Enter(const parser::OmpClause::Linear &x) { in Enter()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11364 Linear, enumerator
11440 case Linear: in mangleVectorParameters()
11461 else if (ParamAttr.Kind == Linear || ParamAttr.Kind == LinearRef || in mangleVectorParameters()
11552 if ((Kind == ParamKindTy::Linear || Kind == ParamKindTy::LinearVal) && in getAArch64MTV()
11894 ParamAttr.Kind = Linear; in emitDeclareSimdFunction()
11919 (ParamAttr.Kind == Linear || ParamAttr.Kind == LinearRef)) in emitDeclareSimdFunction()