/external/llvm/lib/Target/Hexagon/ |
HexagonFixupHwLoops.cpp | 164 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0); 173 BuildMI(*MBB, MII, DL, TII->get(Hexagon::TFRI), Scratch) 176 .addReg(Scratch); 179 BuildMI(*MBB, MII, DL, TII->get(Hexagon::CONST32_Label), Scratch) 182 .addReg(Scratch);
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Memory.c | 57 INST_ALLOC Scratch; 64 InstAlloc_Init( &Scratch , LVM_NULL); 135 * Scratch memory 137 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_INT16) ); 138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
|
LVPSA_Init.c | 55 INST_ALLOC Scratch; 89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 95 class Scratch 98 Scratch(RegisterFile& regFile) 101 ~Scratch() { 346 void modify(T& r, Scratch& regs) 410 Scratch& global_scratches); 417 Scratch& scratches, 418 Scratch& global_scratches); 425 Scratch& regs); 436 Scratch& regs); 461 Scratch& regs) [all...] |
GGLAssembler.cpp | 204 Scratch regs(registerFile()); 230 Scratch scratches(registerFile()); 354 Scratch scratches(registerFile()); 375 Scratch scratches(registerFile()); 405 Scratch scratches(registerFile()); 419 Scratch scratches(registerFile()); 458 Scratch& regs) 464 Scratch scratches(registerFile()); 486 Scratch& scratches, 487 Scratch& global_regs [all...] |
blending.cpp | 34 Scratch& regs) 37 Scratch scratches(registerFile()); 67 Scratch& regs) 90 Scratch scratches(registerFile()); 259 Scratch& scratches) 442 Scratch scratches(registerFile()); 460 Scratch scratches(registerFile()); 570 Scratch scratches(registerFile());
|
texturing.cpp | 74 Scratch scratches(registerFile()); 184 Scratch& regs) 202 Scratch scratches(registerFile()); 362 Scratch scratches(registerFile()); 405 Scratch& regs) 456 Scratch scratches(registerFile()); 673 Scratch scratches(registerFile()); 714 Scratch scratches(registerFile()); 819 Scratch scratches(registerFile()); [all...] |
load_store.cpp | 67 Scratch scratches(registerFile()); 251 Scratch scratches(registerFile());
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 36 Scratch RN 12 61 ;// Copy pDst to scratch 62 MOV Scratch, pDst 135 MOV pSrc, Scratch
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 36 Scratch RN 12 61 ;// Copy pDst to scratch 62 MOV Scratch, pDst 135 MOV pSrc, Scratch
|
/external/llvm/lib/Target/ARM/ |
ARMLoadStoreOptimizer.cpp | 95 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch, 110 unsigned Scratch, 116 unsigned Scratch, MemOpQueue &MemOps, 286 unsigned PredReg, unsigned Scratch, DebugLoc dl, 322 // Use the scratch register to use as a new base. 323 NewBase = Scratch; 372 unsigned Scratch, 416 Pred, PredReg, Scratch, dl, Regs, ImpDefs)) 449 unsigned Scratch, MemOpQueue &MemOps, 499 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
shell.c | 999 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr); 1003 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr); 1012 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr); [all...] |
/external/sqlite/dist/orig/ |
shell.c | 1040 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr); 1044 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr); 1053 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr); [all...] |
/external/sqlite/dist/ |
shell.c | 1045 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr); 1049 fprintf(pArg->out, "Number of Scratch Overflow Bytes: %d (max %d) bytes\n", iCur, iHiwtr); 1058 fprintf(pArg->out, "Largest Scratch Allocation: %d bytes\n", iHiwtr); [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |