HomeSort by relevance Sort by last modified time
    Searched refs:sReg (Results 1 - 14 of 14) sorted by null

  /dalvik/vm/compiler/codegen/
Ralloc.h 40 static inline int dvmCompilerS2VReg(CompilationUnit *cUnit, int sReg)
42 assert(sReg != INVALID_SREG);
43 return DECODE_REG(dvmConvertSSARegToDalvik(cUnit, sReg));
53 * Get the "real" sreg number associated with an sReg slot. In general,
54 * sReg values passed through codegen are the SSA names created by
67 static inline bool dvmCompilerLiveOut(CompilationUnit *cUnit, int sReg)
94 extern void dvmCompilerMarkLive(CompilationUnit *cUnit, int reg, int sReg);
177 /* Clobber any temp associated with an sReg. Could be in either class */
178 extern void dvmCompilerClobberSReg(CompilationUnit *cUnit, int sReg);
    [all...]
RallocUtil.cpp 30 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
32 * Get the "real" sreg number associated with an sReg slot. In general,
33 * sReg values passed through codegen are the SSA names created by
67 regs[i].sReg = INVALID_SREG;
78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
115 if (dvmCompilerS2VReg(cUnit, info2->sReg) <
116 dvmCompilerS2VReg(cUnit, info1->sReg))
119 dvmCompilerS2VReg(cUnit, info1->sReg) << 2,
130 dvmCompilerS2VReg(cUnit, info->sReg) << 2
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 44 static inline int dvmCompilerS2VReg(CompilationUnit *cUnit, int sReg)
46 assert(sReg != INVALID_SREG);
47 return DECODE_REG(dvmConvertSSARegToDalvik(cUnit, sReg));
57 * Get the "real" sreg number associated with an sReg slot. In general,
58 * sReg values passed through codegen are the SSA names created by
71 static inline bool dvmCompilerLiveOut(CompilationUnit *cUnit, int sReg)
98 extern void dvmCompilerMarkLive(CompilationUnit *cUnit, int reg, int sReg);
181 /* Clobber any temp associated with an sReg. Could be in either class */
182 extern void dvmCompilerClobberSReg(CompilationUnit *cUnit, int sReg);
    [all...]
RallocUtil.cpp 32 #define SREG(c, s) ((c)->regLocation[(s)].sRegLow)
34 * Get the "real" sreg number associated with an sReg slot. In general,
35 * sReg values passed through codegen are the SSA names created by
69 regs[i].sReg = INVALID_SREG;
80 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
117 if (dvmCompilerS2VReg(cUnit, info2->sReg) <
118 dvmCompilerS2VReg(cUnit, info1->sReg))
121 dvmCompilerS2VReg(cUnit, info1->sReg) << 2,
132 dvmCompilerS2VReg(cUnit, info->sReg) << 2
    [all...]
CodegenFactory.cpp 261 * Perform null-check on a register. sReg is the ssa register being checked,
263 * indicates that sReg has been checked before the check request is ignored.
265 static MipsLIR *genNullCheck(CompilationUnit *cUnit, int sReg, int mReg,
269 if (dvmIsBitSet(cUnit->regPool->nullCheckedRegs, sReg)) {
272 dvmSetBit(cUnit->regPool->nullCheckedRegs, sReg);
MipsLIR.h 138 int sReg; // Name of live value
  /dalvik/vm/compiler/codegen/arm/
ArchFactory.cpp 53 * Perform null-check on a register. sReg is the ssa register being checked,
55 * indicates that sReg has been checked before the check request is ignored.
57 static TGT_LIR *genNullCheck(CompilationUnit *cUnit, int sReg, int mReg,
61 if (dvmIsBitSet(cUnit->regPool->nullCheckedRegs, sReg)) {
64 dvmSetBit(cUnit->regPool->nullCheckedRegs, sReg);
ArmLIR.h 109 int sReg; // Name of live value
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 422 SubRegion(const MemRegion* sReg, Kind k) : MemRegion(k), superRegion(sReg) {}
483 TypedRegion(const MemRegion* sReg, Kind k) : SubRegion(sReg, k) {}
505 TypedValueRegion(const MemRegion* sReg, Kind k) : TypedRegion(sReg, k) {}
537 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
551 FunctionTextRegion(const NamedDecl *fd, const MemRegion* sreg)
552 : CodeTextRegion(sreg, FunctionTextRegionKind), FD(fd)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 229 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg)
230 : DeclRegion(ivd, sReg, ObjCIvarRegionKind) {}
337 const MemRegion *sreg) {
340 ID.AddPointer(sreg);
386 const MemRegion *sReg) {
390 ID.AddPointer(sReg);
399 const MemRegion *sReg) {
401 ID.AddPointer(sReg);
411 const MemRegion *SReg) {
414 ID.AddPointer(SReg);
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 577 OpSize size, int sReg)
580 * on base (which must have an associated sReg and MIR). If not
699 int sReg)
702 size, sReg);
707 int sReg)
710 kLong, sReg);
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 594 OpSize size, int sReg)
597 * on base (which must have an associated sReg and MIR). If not
704 int sReg)
707 size, sReg);
712 int sReg)
715 kLong, sReg);
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 872 * on base (which must have an associated sReg and MIR). If not
877 OpSize size, int sReg)
902 -1, kWord, sReg);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 

Completed in 137 milliseconds