| /llvm-project-15.0.7/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 196 int direction; in readloop() local 334 direction = 1; in readloop() 337 direction = -1; in readloop() 342 curvalue += direction; in readloop() 347 curvalue = direction; in readloop() 351 nextvalue = direction; in readloop() 358 direction = -1; in readloop() 363 curvalue += direction; in readloop() 368 curvalue = direction; in readloop() 372 nextvalue = direction; in readloop()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Simplex.h | 719 MaybeOptimum<Fraction> computeRowOptimum(Direction direction, unsigned row); 726 MaybeOptimum<Fraction> computeOptimum(Direction direction, 829 Optional<Pivot> findPivot(int row, Direction direction) const; 840 Direction direction, unsigned col) const; 853 MaybeOptimum<Fraction> computeOptimum(Direction direction, Unknown &u);
|
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 167 bool signMatchesDirection(int64_t elem, Direction direction) { in signMatchesDirection() argument 169 return direction == Direction::Up ? elem > 0 : elem < 0; in signMatchesDirection() 172 Direction flippedDirection(Direction direction) { in flippedDirection() argument 864 !signMatchesDirection(elem, direction)) in findPivot() 874 tableau(row, *col) < 0 ? flippedDirection(direction) : direction; in findPivot() 1001 Direction direction, in findPivotRow() argument 1017 if (signMatchesDirection(elem, direction)) in findPivotRow() 1030 (diff != 0 && !signMatchesDirection(diff, direction))) { in findPivotRow() 1314 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum() 1338 return computeRowOptimum(direction, row); in computeOptimum() [all …]
|
| /llvm-project-15.0.7/libclc/generic/lib/integer/ |
| H A D | sub_sat.cl | 27 // The oveflow can only occur in the direction of the first operand 42 // The oveflow can only occur in the direction of the first operand
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | impl.cpp | 48 static hsa_status_t locking_async_memcpy(enum CopyDirection direction, in locking_async_memcpy() argument 59 switch (direction) { in locking_async_memcpy()
|
| /llvm-project-15.0.7/bolt/test/runtime/X86/ |
| H A D | fix-branches-jrcxz.s | 1 # Test BOLT does not crash by trying to change the direction of a JRCXZ 38 # put the exit block after it, which would require us to change the direction
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | 2006-12-08-Select-ICmp.ll | 9 define i32 @visible(i32 %direction, i64 %p1.0, i64 %p2.0, i64 %p3.0) { 23 %tmp.upgrd.2 = icmp eq i32 %direction, 0 ; <i1> [#uses=1]
|
| H A D | 2006-12-08-Phi-ICmp-Op-Fold.ll | 8 define i32 @visible(i32 %direction, i64 %p1.0, i64 %p2.0, i64 %p3.0) { 23 %tmp.upgrd.2 = icmp eq i32 %direction, 0 ; <i1> [#uses=1]
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kInstrShiftRotate.td | 44 bit direction, bits<2> ro_op, MxNewEncSize size> { 48 direction, size.Value, kind, ro_op,
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | misleading-identifier.rst | 6 Finds identifiers that contain Unicode characters with right-to-left direction,
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 716 direction = match.group(1) 718 direction, remote_input_is_read): 741 direction = line.get("direction", None) 750 direction, remote_input_is_read):
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | init-variables.cpp | 122 Direction direction; in uninitialized_enum() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SpillPlacement.cpp | 134 void addBias(BlockFrequency freq, BorderConstraint direction) { in addBias() 135 switch (direction) { in addBias()
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | loop-tiling-validity.mlir | 29 // specifically, they are of direction (+, -).
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | spawnbase.py | 124 def _log(self, s, direction): argument 128 second_log = self.logfile_send if (direction=='send') else self.logfile_read
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 66 "unrecognized parameter passing direction, " 71 "whitespace is not allowed in parameter passing direction">,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | type-hierarchy-ext.test | 6 …cument":{"uri":"test:///main.cpp"},"position":{"line":2,"character":11},"direction":2,"resolve":1}} 147 …ge":{"end":{"character":13,"line":3},"start":{"character":7,"line":3}}},"direction":0,"resolve":1}}
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | runtimes_build.rst | 30 Future direction
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | alias.ll | 5 ; The C1 direction is incorrect.
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.cpp | 191 Iostat ExternalFileUnit::SetDirection(Direction direction) { in SetDirection() argument 192 if (direction == Direction::Input) { in SetDirection() 985 bool unformatted, Direction direction) { in CheckFormattingAndDirection() argument 996 } else if (parentIsInput != (direction == Direction::Input)) { in CheckFormattingAndDirection()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/integration/ |
| H A D | blink.ll | 32 ; Sets up the data direction register.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | int-uadd-07.ll | 43 ; ... and the same with the inverted direction.
|
| H A D | int-uadd-06.ll | 43 ; ... and the same with the inverted direction.
|
| H A D | int-usub-06.ll | 44 ; ... and the same with the inverted direction.
|
| H A D | int-usub-07.ll | 44 ; ... and the same with the inverted direction.
|