Searched refs:orientation (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 275 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 D | dllexport-missing-key.cpp | 12 virtual double windowMargin(bool orientation) const = 0;
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Simplex.h | 239 : 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 D | ld_hoist_st_sink.ll | 24 %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 D | CodeOfConduct.rst | 44 orientation, gender identity and expression, age, size, family status,
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 75 - **object orientation, generics, database access, complex numbers,
|