HomeSort by relevance Sort by last modified time
    Searched full:spilled (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 201 /* Start search at 1: r0 is special and can't be used or spilled.
219 /* Any non-empty regs will need to be spilled:
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 79 // We assume all parameters are on stack, args coming via registers are spilled as entry_spills.
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 76 // We assume all parameters are on stack, args coming via registers are spilled as entry_spills
  /art/compiler/optimizing/
parallel_move_resolver.h 86 int AllocateScratchRegister(int blocked, int if_scratch, int register_count, bool* spilled);
  /external/libunwind/src/ia64/
Gscript.c 284 /* register got spilled to a stacked register */
293 /* register got spilled to a preserved register */
300 /* register got spilled to a scratch register */
389 updated in the proper order. For example, suppose r4 gets spilled
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 112 /// function which must be spilled to memory. This is used for constants which
  /external/llvm/lib/CodeGen/
RegAllocBase.h 92 // converge quickly toward fully spilled live ranges.
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 159 // where we know that the count register is not going to be spilled.
  /external/llvm/test/CodeGen/AArch64/
arm64-anyregcc.ll 301 ; Loc 0: Register (some register that will be spilled to the stack)
325 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled
345 ; Loc 3: Arg2 spilled to FP -96
350 ; Loc 4: Arg3 spilled to FP - 88
  /external/llvm/test/CodeGen/ARM/
2010-11-15-SpillEarlyClobber.ll 5 ; It is big enough that one of the early clobber registers is spilled.
  /external/llvm/test/CodeGen/PowerPC/
ppc64-anyregcc.ll 328 ; Loc 0: Register (some register that will be spilled to the stack)
353 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled
373 ; Loc 3: Arg2 spilled to FP -96
378 ; Loc 4: Arg3 spilled to FP - 88
  /external/llvm/test/CodeGen/SystemZ/
and-03.ll 99 ; Check that ANDs of spilled values can use NG rather than NGR.
fp-add-01.ll 75 ; Check that additions of spilled values can use AEB rather than AEBR.
fp-add-02.ll 76 ; Check that additions of spilled values can use ADB rather than ADBR.
fp-div-01.ll 75 ; Check that divisions of spilled values can use DEB rather than DEBR.
fp-div-02.ll 77 ; Check that divisions of spilled values can use DDB rather than DDBR.
fp-mul-01.ll 75 ; Check that multiplications of spilled values can use MEEB rather than MEEBR.
fp-mul-03.ll 77 ; Check that multiplications of spilled values can use MDB rather than MDBR.
fp-sub-01.ll 75 ; Check that subtractions of spilled values can use SEB rather than SEBR.
fp-sub-02.ll 77 ; Check that subtractions of spilled values can use SDB rather than SDBR.
int-add-05.ll 99 ; Check that additions of spilled values can use AG rather than AGR.
int-mul-04.ll 98 ; Check that multiplications of spilled values can use MSG rather than MSGR.
int-sub-04.ll 99 ; Check that subtractions of spilled values can use SG rather than SGR.
or-03.ll 99 ; Check that ORs of spilled values can use OG rather than OGR.
xor-03.ll 99 ; Check that XORs of spilled values can use OG rather than OGR.

Completed in 3213 milliseconds

1 23 4 5 6 7 8 910