HomeSort by relevance Sort by last modified time
    Searched full:epilog (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/libvpx/vp8/encoder/x86/
fwalsh_sse2.asm 143 ; begin epilog
quantize_mmx.asm 281 ; begin epilog
temporal_filter_apply_sse2.asm 186 ; begin epilog
variance_impl_ssse3.asm 341 ; begin epilog
  /external/llvm/lib/Target/CellSPU/
SPUHazardRecognizers.cpp 47 // function's prolog and epilog code are also being scheduled so that we can
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 77 "Can only put epilog before 'retl' instruction!");
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser.py 297 # Since the epilog string is short, it is not necessary to replace
298 # the epilog string with a mock epilog string when testing.
301 parser = OptionParser(usage=usage, epilog=_EPILOG)
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.h 57 virtual void epilog(uint32_t touched);
ARMAssemblerProxy.h 47 virtual void epilog(uint32_t touched);
GGLAssembler.cpp 47 void GGLAssembler::epilog(uint32_t touched) function in class:android::GGLAssembler
49 ARMAssemblerProxy::epilog(touched);
75 uint32_t* fragment_end_pc = pcForLabel("epilog");
323 label("epilog");
324 epilog(registerFile().touched());
340 epilog(registerFile().touched());
    [all...]
ARMAssemblerInterface.h 102 // construct prolog and epilog
104 virtual void epilog(uint32_t touched) = 0;
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 317 ; begin epilog
375 ; begin epilog
613 ; begin epilog
671 ; begin epilog
    [all...]
loopfilter_mmx.asm 220 ; begin epilog
593 ; begin epilog
    [all...]
  /external/libffi/src/s390/
sysv.S 58 ic %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
259 llgc %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
  /external/llvm/include/llvm/Target/
TargetMachine.h 362 /// to run passes after register allocation but before prolog-epilog
370 /// run passes after prolog-epilog insertion and before the second instruction
TargetFrameLowering.h 111 /// emitProlog/emitEpilog - These methods insert prolog and epilog code into
  /external/llvm/include/llvm/CodeGen/
Passes.h 131 /// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
  /external/llvm/lib/Target/Alpha/
AlphaFrameLowering.cpp 112 && "Can only insert epilog into returning blocks");
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 121 llvm_unreachable("Can only insert epilog into returning blocks");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 46 // it, because the prolog/epilog inserted by GCC won't work for us. Instead,
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 36 /// emitProlog/emitEpilog - These methods insert prolog and epilog code into
PPCJITInfo.cpp 77 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead,
144 // it, because we the prolog/epilog inserted by GCC won't work for us. Instead,
PPCFrameLowering.cpp 64 // epilog blocks.
522 "Can only insert epilog into returning blocks");
721 /// register onto the stack in the prolog and restore it in the epilog of the
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 457 // Insert prolog/epilog code. Eliminate abstract frame index references...
471 // Branch folding must be run after regalloc and prolog/epilog insertion.
  /external/e2fsprogs/intl/
l10nflist.c 408 /* @@ begin of epilog @@ */

Completed in 819 milliseconds

1 2 34 5 6