HomeSort by relevance Sort by last modified time
    Searched defs:Scratch (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Init.c 55 INST_ALLOC Scratch;
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
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);
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 166 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
175 BuildMI(*MBB, MII, DL, TII->get(Hexagon::TFRI), Scratch)
178 .addReg(Scratch);
181 BuildMI(*MBB, MII, DL, TII->get(Hexagon::CONST32_Label), Scratch)
184 .addReg(Scratch);
  /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
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 101 class Scratch
104 Scratch(RegisterFile& regFile)
107 ~Scratch() {
352 void modify(T& r, Scratch& regs)
416 Scratch& global_scratches);
423 Scratch& scratches,
424 Scratch& global_scratches);
431 Scratch& regs);
442 Scratch& regs);
467 Scratch& regs)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 106 ARMCC::CondCodes Pred, unsigned PredReg, unsigned Scratch,
121 unsigned Scratch,
127 unsigned Scratch, MemOpQueue &MemOps,
417 unsigned PredReg, unsigned Scratch, DebugLoc dl,
454 // Use the scratch register to use as a new base.
455 NewBase = Scratch;
617 unsigned Scratch,
668 Pred, PredReg, Scratch, dl, Regs, ImpDefs))
711 unsigned Scratch, MemOpQueue &MemOps,
764 Base, false, Opcode, Pred, PredReg, Scratch, dl, Merges)
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 497 milliseconds