HomeSort by relevance Sort by last modified time
    Searched full:regset (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/kernel/common/media/
soc2030.h 81 struct soc2030_regs *regset; member in struct:soc2030_mode
  /external/kernel-headers/original/media/
soc2030.h 88 struct soc2030_regs *regset; member in struct:soc2030_mode
  /external/llvm/include/llvm/Support/
Solaris.h 18 #include <sys/regset.h>
  /external/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 116 typedef std::set<unsigned> RegSet;
130 const RegSet &vregs);
151 const RegSet &vregs);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 37 typedef bitmap regset; typedef
42 /* Do any cleanup needed on a regset when it is no longer used. */
43 #define FREE_REG_SET(REGSET) BITMAP_FREE (REGSET)
45 /* Initialize a new regset. */
92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
94 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \
95 EXECUTE_IF_SET_IN_BITMAP (REGSET, MIN, REGNUM, RSI)
99 set in the first regset and not set in the second. */
109 /* Same information as REGS_INVALIDATED_BY_CALL but in regset form to be use
    [all...]
hard-reg-set.h 34 Note that lots of code assumes that the first part of a regset is
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 37 typedef bitmap regset; typedef
42 /* Do any cleanup needed on a regset when it is no longer used. */
43 #define FREE_REG_SET(REGSET) BITMAP_FREE (REGSET)
45 /* Initialize a new regset. */
92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
94 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \
95 EXECUTE_IF_SET_IN_BITMAP (REGSET, MIN, REGNUM, RSI)
99 set in the first regset and not set in the second. */
109 /* Same information as REGS_INVALIDATED_BY_CALL but in regset form to be use
    [all...]
hard-reg-set.h 34 Note that lots of code assumes that the first part of a regset is
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
basic-block.h 37 typedef bitmap regset; typedef
42 /* Do any cleanup needed on a regset when it is no longer used. */
43 #define FREE_REG_SET(REGSET) BITMAP_FREE (REGSET)
45 /* Initialize a new regset. */
92 /* Loop over all registers in REGSET, starting with MIN, setting REGNUM to the
94 #define EXECUTE_IF_SET_IN_REG_SET(REGSET, MIN, REGNUM, RSI) \
95 EXECUTE_IF_SET_IN_BITMAP (REGSET, MIN, REGNUM, RSI)
99 set in the first regset and not set in the second. */
109 /* Same information as REGS_INVALIDATED_BY_CALL but in regset form to be use
    [all...]
hard-reg-set.h 34 Note that lots of code assumes that the first part of a regset is
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 71 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet,
279 //returns true if the Reg or its alias is in the RegSet.
280 bool Filler::IsRegInSet(SmallSet<unsigned, 32>& RegSet, unsigned Reg)
282 if (RegSet.count(Reg))
287 if (RegSet.count(*Alias))
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 120 typedef std::set<unsigned> RegSet;
139 RegSet vregsToAlloc, emptyIntervalVRegs;
195 const RegSet &vregs) {
204 RegSet pregs;
218 for (RegSet::const_iterator vregItr = vregs.begin(), vregEnd = vregs.end();
236 for (RegSet::const_iterator pregItr = pregs.begin(),
285 for (RegSet::const_iterator vr1Itr = vregs.begin(), vrEnd = vregs.end();
291 for (RegSet::const_iterator vr2Itr = llvm::next(vr1Itr);
341 const RegSet &vregs) {
578 for (RegSet::const_iterato
    [all...]
MachineVerifier.cpp 72 typedef DenseSet<unsigned> RegSet;
76 RegSet regsLive;
78 RegSet regsLiveInButUnused;
100 RegSet regsKilled;
104 RegSet regsLiveOut;
108 RegSet vregsPassed;
112 RegSet vregsRequired;
127 bool addPassed(const RegSet &RS) {
129 for (RegSet::const_iterator I = RS.begin(), E = RS.end(); I != E; ++I)
146 bool addRequired(const RegSet &RS)
    [all...]
AggressiveAntiDepBreaker.cpp 279 SmallSet<unsigned, 4> RegSet;
284 if (RegSet.count(Reg) == 0) {
286 RegSet.insert(Reg);
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 58 BitSet regSet;
76 regSet = new BitSet(size);
77 regSet.set(reg);
129 if (e.regSet.get(reg.getReg())) {
296 escSet.regSet.set(result.getReg());
368 escSet.regSet.or(mergeSet.regSet);
377 escSet.regSet.set(use.getResult().getReg());
398 escSet.regSet.set(use.getResult().getReg());
485 int e = escSet.regSet.nextSetBit(0)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 54 DenseSet<unsigned> RegSet;
70 RegSet.insert(*I);
101 return RegSet.count(Reg);
  /external/v8/src/
platform-solaris.cc 48 #include <sys/regset.h>
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
fixincl 
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
gdbint.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/info/
gdbint.info     [all...]

Completed in 964 milliseconds

1 2