/external/v8/src/crankshaft/mips/ |
lithium-gap-resolver-mips.cc | 74 // and the starting move is completed by writing the spilled value to 75 // its destination. All other moves from the spilled source have been 78 // offsets (more than 1K or 4K) require us to spill this spilled value to 166 // Spilled value is in kLithiumScratchReg or kLithiumScratchDouble.
|
/external/v8/src/crankshaft/mips64/ |
lithium-gap-resolver-mips64.cc | 74 // and the starting move is completed by writing the spilled value to 75 // its destination. All other moves from the spilled source have been 78 // offsets (more than 1K or 4K) require us to spill this spilled value to 166 // Spilled value is in kLithiumScratchReg or kLithiumScratchDouble.
|
/external/v8/src/crankshaft/ppc/ |
lithium-gap-resolver-ppc.cc | 76 // and the starting move is completed by writing the spilled value to 77 // its destination. All other moves from the spilled source have been 80 // offsets (more than 1K or 4K) require us to spill this spilled value to 168 // Spilled value is in kSavedValueRegister or kSavedDoubleValueRegister.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
StatepointLowering.h | 46 /// spilled. Otherwise, the value has already been spilled and no
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind-bad.l | 24 #FIXME .*:58: Error: Floating point register cannot be spilled to general register 25 #FIXME .*:60: Error: Floating point register cannot be spilled to branch register
|
/external/v8/src/compiler/ |
greedy-allocator.cc | 129 DCHECK(!range->spilled()); 158 if (other->spilled()) continue; 210 if (!child->spilled() && child->group() == nullptr) { 342 // The range needs to be split or spilled. 549 DCHECK(!range->spilled());
|
register-allocator.h | 333 bool spilled() const { return SpilledField::decode(bits_); } function in class:v8::internal::compiler::LiveRange 359 // Can this live range be spilled at this position. 575 // If all the children of this range are spilled in deferred blocks, and if 576 // for any non-spilled child with a use position requiring a slot, that range 580 // deferred blocks. If so, we insert here spills for non-spilled ranges [all...] |
/external/llvm/lib/CodeGen/ |
RegAllocBasic.cpp | 110 // was successful, and append any new spilled/split intervals to splitLVRs. 164 // that interfere with VirtReg. The newly spilled or split live intervals are 264 // The live virtual register requesting allocation was spilled, so tell
|
LiveRangeEdit.cpp | 11 // is spilled or split. 358 // Don't create new intervals for a register being spilled. 359 // The new intervals would have to be spilled anyway so its not worth it. 360 // Also they currently aren't spilled so creating them and not spilling
|
SpillPlacement.h | 82 MustSpill ///< A register is impossible, variable must be spilled. 103 /// spilled. This vector is retained.
|
InlineSpiller.cpp | 42 STATISTIC(NumSpilledRanges, "Number of spilled live ranges"); 43 STATISTIC(NumSnippets, "Number of spilled snippets"); 104 // The value of SpillReg that should be spilled. 107 // The block where SpillVNI should be spilled. Currently, this must be the 223 /// isSnippet - Identify if a live interval is a snippet that should be spilled. 305 // After live range splitting, some values to be spilled may be defined by 310 // the value has already been spilled, or we may want to hoist the spill from a 480 /// traceSiblingValue - Trace a value that is about to be spilled back to the 685 /// hoistSpill - Given a sibling copy that defines a value to be spilled, insert 725 // Already spilled everywhere [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-gap-resolver-arm.cc | 89 // and the starting move is completed by writing the spilled value to 90 // its destination. All other moves from the spilled source have been 93 // offsets (more than 1K or 4K) require us to spill this spilled value to
|
/art/test/451-spill-splot/src/ |
Main.java | 19 // Create a few local variables to make sure some get spilled, and we get
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-stackmap.ll | 214 ; Spilled stack map values. 222 ; Check that at least one is a spilled entry from RBP. 233 ; Spilled stack map values. 241 ; Check that at least one is a spilled entry from RBP.
|
/external/llvm/test/CodeGen/ARM/ |
gpr-paired-spill.ll | 15 ; one of them has to be spilled. This used to cause an abort because
|
/external/llvm/test/CodeGen/PowerPC/ |
ppc64-stackmap.ll | 248 ; Spilled stack map values. 256 ; Check that at least one is a spilled entry from r31. 267 ; Spilled stack map values. 275 ; Check that at least one is a spilled entry from r31.
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
spill-02.py | 51 # Copy the incoming argument, which we expect to be spilled, to the frame
|
/external/v8/test/mjsunit/regress/ |
regress-r4998.js | 71 // MakeMergeable has forced the loop variable x7 to be spilled,
|
/external/llvm/lib/Target/ARM/ |
ARMMachineFunctionInfo.h | 62 /// LRSpilledForFarJump - True if the LR register has been for spilled to 80 /// Some may be spilled after the stack has been realigned.
|
/external/llvm/lib/Target/PowerPC/ |
PPCMachineFunctionInfo.h | 53 /// SpillsCR - Indicates whether CR is spilled in the current function. 56 /// Indicates whether VRSAVE is spilled in the current function.
|
/external/llvm/test/CodeGen/X86/ |
anyregcc.ll | 306 ; Loc 0: Register (some register that will be spilled to the stack) 330 ; <rdar://problem/15487687> [JS] AnyRegCC argument ends up being spilled 350 ; Loc 3: Arg2 spilled to RBP + 355 ; Loc 4: Arg3 spilled to RBP + 367 ; Make sure all regs are spilled
|
/bionic/libc/arch-arm/generic/bionic/ |
memcpy.S | 59 /* Making room for r5-r11 which will be spilled later */ 373 /* Refill spilled registers from the stack. Don't update sp. */ 385 /* we're done! restore sp and spilled registers and return */
|
/external/llvm/include/llvm/Target/ |
TargetFrameLowering.h | 129 /// spilled to a particular stack location if it is spilled. 133 /// spilled at. If a register is not listed here, the code generator is
|
/external/v8/test/unittests/compiler/ |
register-allocator-unittest.cc | 355 // Stack parameters/spilled values. 381 // Stack parameters/spilled values. 681 // so only var3 is spilled in deferred blocks. Greedy avoids spilling 1&2.
|
/external/libunwind/src/ia64/ |
Grbs.c | 190 may not have space for the registers that got spilled onto other 237 /* Earlier frames also didn't get spilled; need to "loadrs" those,
|