HomeSort by relevance Sort by last modified time
    Searched full:immediate (Results 276 - 300 of 2828) sorted by null

<<11121314151617181920>>

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBindingFormatter.java 44 case IMMEDIATE:
  /external/eigen/doc/
TopicLazyEvaluation.dox 29 Eigen chooses lazy evaluation. Thus the arrays are traversed only once, producing optimized code. If you really want to force immediate evaluation, use \link MatrixBase::eval() eval()\endlink:
39 <b>The first circumstance</b> in which Eigen chooses immediate evaluation, is when it sees an assignment <tt>a = b;</tt> and the expression \c b has the evaluate-before-assigning \link flags flag\endlink. The most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example, when you do
51 <b>The second circumstance</b> in which Eigen chooses immediate evaluation, is when it sees a nested expression such as <tt>a + b</tt> where \c b is already an expression having the evaluate-before-nesting \link flags flag\endlink. Again, the most important example of such an expression is the \link GeneralProduct matrix product expression\endlink. For example, when you do
57 <b>The third circumstance</b> in which Eigen chooses immediate evaluation, is when its cost model shows that the total cost of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed, in certain cases, an intermediate result is sufficiently costly to compute and is reused sufficiently many times, that is worth "caching". Here is an example:
  /external/libvncserver/
TODO 0 immediate:
  /external/llvm/lib/Target/ARM/
ThumbRegisterInfo.cpp 102 /// specified immediate.
120 /// a destreg = basereg + immediate in Thumb code. Materialize the immediate
121 /// in a register using mov / mvn sequences or load the immediate from a
177 /// a destreg = basereg + immediate in Thumb code. Tries a series of ADDs or
202 // immediate range of each. The instructions we use will depend on whether
209 // full immediate.
210 // If the immediate ranges of these instructions are not large enough to cover
260 // We could handle an unaligned immediate with an unaligned copy instruction
266 // If we would emit the copy with an immediate of 0, just use tMOVr
    [all...]
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-arm.ll 3 ; Test ARM-mode "I" constraint, for any Data Processing immediate.
  /external/llvm/test/CodeGen/PowerPC/
indexed-load.ll 5 ; immediate-offset format (note the 64) and it should not be matched.
  /external/llvm/test/CodeGen/X86/
and-encoding.ll 4 ; immediate.
statepoint-far-call.ll 2 ; Test to check that Statepoints with X64 far-immediate targets
  /external/llvm/test/MC/AArch64/
arm64-spsel-sysreg.s 22 // CHECK-ERRORS: error: immediate must be an integer in range [0, 15]
  /external/llvm/test/MC/Mips/
sym-offset.ll 12 ; check that the immediate fields of lwl and lwr are three apart.
  /external/mksh/
NOTICE 21 * of said person?s immediate fault when using the work as intended.
  /external/v8/test/webkit/
constant-encoding.js 24 description("Test that we correctly encode patterned immediate values");
  /frameworks/base/core/java/android/service/dreams/
IDreamManager.aidl 33 void finishSelf(in IBinder token, boolean immediate);
  /prebuilts/go/darwin-x86/src/runtime/
sys_arm.go 10 // and then did an immediate Gosave.
sys_ppc64x.go 12 // and then did an immediate Gosave.
  /prebuilts/go/linux-x86/src/runtime/
sys_arm.go 10 // and then did an immediate Gosave.
sys_ppc64x.go 12 // and then did an immediate Gosave.
  /system/bt/osi/include/
future.h 29 // Constructs a new future_t object with an immediate |value|. No waiting will
  /toolchain/binutils/binutils-2.25/cpu/
xstormy16.opc 87 return _("Bad immediate expression");
92 /* For the add and subtract instructions, there are two immediate forms,
108 return _("No relocation for small immediate");
118 return _("Small operand was not an immediate number");
  /toolchain/binutils/binutils-2.25/gas/doc/
c-cr16.texi 47 @item Immediate Operand: s
50 @item Immediate Operand: m
53 @item Immediate Operand: m
56 @item Immediate Operand: l
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
flow2.s 33 //JUMP pcrelm2 ; /* PC-relative, immediate (a) or (b) */
42 //JUMP.S pcrel13m2 ; /* PC-relative, immediate, short (a) */
49 //JUMP.L pcrel25m2 ; /* PC-relative, immediate, long (b) */
115 //CALL pcrel25m2 ; /* PC-relative, immediate (b) */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
dcor2.s 7 ; immediate fields. We should also check the assorted field
media.s 7 ; immediate fields. We should also check the assorted field
shift2.s 6 ; immediate fields. We should also check the assorted field
shift3.s 7 ; immediate fields. We should also check the assorted field

Completed in 532 milliseconds

<<11121314151617181920>>