Searched refs:Spilled (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 172 DbgValueLocation Loc, bool Spilled, LiveIntervals &LIS, 1055 bool Spilled = false; in rewriteLocations() local 1070 Spilled = true; in rewriteLocations() 1079 auto InsertResult = NewLocations.insert({Loc, Spilled}); in rewriteLocations() 1162 DbgValueLocation Loc, bool Spilled, in insertDebugValue() argument 1190 if (Spilled) { in insertDebugValue() 1196 assert((!Spilled || MO.isFI()) && "a spilled location must be a frame index"); in insertDebugValue() 1218 bool Spilled = !Loc.isUndef() ? SpilledLocations.test(Loc.locNo()) : false; in emitDebugValues() local 1231 insertDebugValue(&*MBB, Start, Stop, Loc, Spilled, LIS, TII, TRI); in emitDebugValues() 1241 insertDebugValue(&*MBB, Start, Stop, Loc, Spilled, LIS, TII, TRI); in emitDebugValues()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 910 bool Spilled = false; in processFunctionBeforeCalleeSavedScan() local 912 Spilled = true; in processFunctionBeforeCalleeSavedScan() 919 Spilled = true; in processFunctionBeforeCalleeSavedScan() 928 if (Spilled) { in processFunctionBeforeCalleeSavedScan()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIFrameLowering.cpp | 698 bool Spilled = TRI.eliminateSGPRToVGPRSpillFrameIndex(MI, FI, RS); in processFunctionBeforeFrameFinalized() local 699 (void)Spilled; in processFunctionBeforeFrameFinalized() 700 assert(Spilled && "failed to spill SGPR to VGPR when allocated"); in processFunctionBeforeFrameFinalized()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-stackmap.ll | 248 ; Spilled stack map values. 267 ; Spilled stack map values.
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap.ll | 214 ; Spilled stack map values. 233 ; Spilled stack map values.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap.ll | 253 ; Spilled stack map values. 275 ; Spilled stack map values.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ppc64-stackmap.ll | 287 ; Spilled stack map values. 309 ; Spilled stack map values.
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1529 bool Spilled = false; in determineCalleeSaves() local 1531 Spilled = true; in determineCalleeSaves() 1536 if (Spilled) { in determineCalleeSaves() 1547 if (Spilled) { in determineCalleeSaves()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | stackmap.ll | 327 ; Spilled stack map values. 349 ; Spilled stack map values.
|
/external/llvm/test/CodeGen/X86/ |
D | stackmap.ll | 266 ; Spilled stack map values. 285 ; Spilled stack map values.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | stackmap.ll | 330 ; Spilled stack map values. 352 ; Spilled stack map values.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1663 bool Spilled = false; in determineCalleeSaves() local 1665 Spilled = true; in determineCalleeSaves() 1670 if (Spilled) { in determineCalleeSaves() 1681 if (Spilled) { in determineCalleeSaves()
|
/external/llvm/docs/ |
D | StackMaps.rst | 365 0x3 Indirect [Reg + Offset] Spilled value
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | StackMaps.rst | 369 0x3 Indirect [Reg + Offset] Spilled value
|