| /llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/ |
| H A D | 2007-05-09-UnknownTripCount.ll | 3 define void @foo(i32 %trips) { 13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
| H A D | runtime-loop.ll | 110 define void @foo(i32 %trips) { 120 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | ComponentPath.h | 48 bool isSlice() const { return !trips.empty() || hasComponents(); } in isSlice() 62 llvm::SmallVector<mlir::Value> trips; variable
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | musttail.ll | 3 ; Check that the ellipsis round trips.
|
| /llvm-project-15.0.7/llvm/test/MC/AMDGPU/ |
| H A D | round-trip.s | 5 # Test that AMDGPU assembly round-trips when run through MC; the first
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | round-trip.s | 5 # Test that various assembly round-trips when run through MC; the first
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | vst-forward-declaration.ll | 9 ; Check that this round-trips correctly.
|
| H A D | debug-loc-again.ll | 11 ; Check that this round-trips correctly.
|
| H A D | thinlto-function-summary.ll | 34 ; Check that this round-trips correctly.
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ComponentPath.cpp | 32 trips.clear(); in clear()
|
| H A D | ConvertExpr.cpp | 5658 llvm::SmallVector<mlir::Value> &trips = cmptData.trips; in genSliceIndices() local 5683 trips.push_back(lowerBound); in genSliceIndices() 5690 trips.push_back(upperBound); in genSliceIndices() 5691 trips.push_back(stride); in genSliceIndices() 5755 trips.push_back(undef); in genSliceIndices() 5756 trips.push_back(undef); in genSliceIndices() 5757 trips.push_back(undef); in genSliceIndices() 5771 trips.push_back(v); in genSliceIndices() 5773 trips.push_back(undef); in genSliceIndices() 5774 trips.push_back(undef); in genSliceIndices() [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ML/ |
| H A D | bounds-checks-rewards.ll | 17 ; considered as "bad" (since it trips over the bounds) and its reward is a 23 ; mandatory inlining happens next, and it trips over the bounds, which then
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 414 llvm::SmallVector<mlir::Value> trips; in createSlice() local 419 trips.push_back(one); in createSlice() 420 trips.push_back(v); in createSlice() 421 trips.push_back(one); in createSlice() 423 return create<fir::SliceOp>(loc, trips, path); in createSlice() 430 trips.push_back(lb); in createSlice() 431 trips.push_back(ub); in createSlice() 432 trips.push_back(one); in createSlice() 434 return create<fir::SliceOp>(loc, trips, path); in createSlice()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | liveness-local-regalloc.ll | 66 ; This trips up the machine code verifier.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | big-endian.ll | 207 ; -instcombine to see that the i64 round-trips.
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 3077 mlir::ValueRange trips, mlir::ValueRange path, in build() argument 3079 const auto rank = trips.size() / 3; in build() 3081 build(builder, result, sliceTy, trips, path, substr); in build()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 2032 // multiple round-trips for retrieving thread information. The information from this
|