Home
last modified time | relevance | path

Searched refs:trips (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A D2007-05-09-UnknownTripCount.ll3 define void @foo(i32 %trips) {
13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
H A Druntime-loop.ll110 define void @foo(i32 %trips) {
120 %exitcond3 = icmp eq i32 %indvar.next2, %trips
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h48 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 Dmusttail.ll3 ; Check that the ellipsis round trips.
/llvm-project-15.0.7/llvm/test/MC/AMDGPU/
H A Dround-trip.s5 # Test that AMDGPU assembly round-trips when run through MC; the first
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dround-trip.s5 # Test that various assembly round-trips when run through MC; the first
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dvst-forward-declaration.ll9 ; Check that this round-trips correctly.
H A Ddebug-loc-again.ll11 ; Check that this round-trips correctly.
H A Dthinlto-function-summary.ll34 ; Check that this round-trips correctly.
/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp32 trips.clear(); in clear()
H A DConvertExpr.cpp5658 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 Dbounds-checks-rewards.ll17 ; 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 DFIRBuilder.cpp414 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 Dliveness-local-regalloc.ll66 ; This trips up the machine code verifier.
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Dbig-endian.ll207 ; -instcombine to see that the i64 round-trips.
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3077 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 Dlldb-gdb-remote.txt2032 // multiple round-trips for retrieving thread information. The information from this