OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bump
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp
191
// Emit code that computes the "
bump
" from Basis to C. If the candidate is a
192
// GEP and the
bump
is not divisible by the element size of the GEP, this
193
// function sets the BumpWithUglyGEP flag to notify its caller to
bump
the
560
// Compute
Bump
= C - Basis = (i' - i) * S.
561
// Common case 1: if (i' - i) is 1,
Bump
= S.
564
// Common case 2: if (i' - i) is -1,
Bump
= -S.
568
// Otherwise,
Bump
= (i' - i) * sext/trunc(S). Note that (i' - i) and S may
574
// If (i' - i) is a power of 2,
Bump
= sext/trunc(S) << log(i' - i).
579
// If (i - i') is a power of 2,
Bump
= -sext/trunc(S) << log(i' - i).
605
Value *
Bump
= emitBump(Basis, C, Builder, DL, BumpWithUglyGEP)
[
all
...]
/frameworks/compile/libbcc/lib/
RSKernelExpand.cpp
560
//
Bump
- invoked once for each contributed outgoing argument
572
const std::function<void ()> &
Bump
,
580
Bump
();
586
Bump
();
603
Bump
();
611
Bump
();
[
all
...]
/external/v8/benchmarks/
base.js
78
// Scores are not comparable across versions.
Bump
the version if
/prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go
263
//
Bump
the offset, so all matches will fail distance check.
/prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go
263
//
Bump
the offset, so all matches will fail distance check.
/prebuilts/go/darwin-x86/src/internal/pprof/profile/
legacy_profile.go
929
// We got a --same as previous threads--.
Bump
counters.
/prebuilts/go/darwin-x86/src/net/
dial_test.go
580
//
Bump
against the 2-second sane minimum.
/prebuilts/go/linux-x86/src/internal/pprof/profile/
legacy_profile.go
929
// We got a --same as previous threads--.
Bump
counters.
/prebuilts/go/linux-x86/src/net/
dial_test.go
580
//
Bump
against the 2-second sane minimum.
Completed in 1007 milliseconds