Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp275 if (u.orientation == Orientation::Column) in maybeGetNonIntegralVarRow()
443 if (u.orientation == Orientation::Column) { in recordOutput()
491 if (u.orientation == Orientation::Column) in maybeGetNonIntegralVarRow()
811 if (u.orientation == Orientation::Column) { in getLexMinPivotColumn()
887 uCol.orientation = Orientation::Column; in swapRowWithCol()
888 uRow.orientation = Orientation::Row; in swapRowWithCol()
963 assert(u.orientation == Orientation::Row && in restoreRow()
972 if (u.orientation == Orientation::Column) in restoreRow()
1234 if (u.orientation == Orientation::Column) in undo()
1345 if (u.orientation == Orientation::Column) { in computeOptimum()
[all …]
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllexport-missing-key.cpp12 virtual double windowMargin(bool orientation) const = 0;
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h239 : pos(oPos), orientation(oOrientation), restricted(oRestricted), in pos()
242 Orientation orientation; member
247 os << (orientation == Orientation::Row ? "r" : "c"); in print()
/llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/
H A Dld_hoist_st_sink.ll24 %orientation = getelementptr inbounds %struct.node, %struct.node* %node.020, i64 0, i32 4
25 %0 = load i64, i64* %orientation, align 8
/llvm-project-15.0.7/llvm/docs/
H A DCodeOfConduct.rst44 orientation, gender identity and expression, age, size, family status,
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl10.rst75 - **object orientation, generics, database access, complex numbers,