HomeSort by relevance Sort by last modified time
    Searched refs:SV (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 538 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
543 typedef int (CPerlObj::*SwigMagicFuncHack)(SV *, MAGIC *);
548 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
554 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
555 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
560 typedef int (*SwigMagicFuncHack)(SV *, MAGIC *);
567 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
568 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
572 typedef int (*SwigMagicFuncHack)(struct interpreter *, SV *, MAGIC *);
614 # define SWIG_MakePackedObj(sv, p, s, type)
1019 sv = sv; mg = mg; local
1128 SV *sv; local
1140 SV *sv; local
    [all...]
  /external/openssl/crypto/des/
DES.xs 29 SV *s;
67 SV *s;
94 SV *s;
117 SV *s1,*s2;
145 SV *s;
186 SV *s;
210 SV *s;
258 SV *s1,*s2;
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 368 SibValueInfo &SV = SVI->second;
369 if (!SV.SpillMBB)
370 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
373 << SVI->first->id << '@' << SVI->first->def << ":\t" << SV);
375 assert(SV.hasDef() && "Propagating undefined value");
379 bool PropSpill = !DisableHoisting && !isRegToSpill(SV.SpillReg);
395 DepSV.DefMI = SV.DefMI;
396 DepSV.DefByOrigPHI = SV.DefByOrigPHI;
401 if (!SV.AllDefsAreReloads && DepSV.AllDefsAreReloads)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 782 /// ConvertScalar_InsertValue - Insert the value "SV" into the existing integer
792 ConvertScalar_InsertValue(Value *SV, Value *Old,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 249 JumpTableHeader(APInt F, APInt L, const Value *SV, MachineBasicBlock *H,
251 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
271 BitTestBlock(APInt F, APInt R, const Value* SV,
275 First(F), Range(R), SValue(SV), Reg(Rg), RegVT(RgVT), Emitted(E),
435 const Value* SV,
440 const Value* SV,
445 const Value* SV,
450 const Value* SV,
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 799 Value *SV = llvm::ConstantVector::get(indices);
800 return Builder.CreateShuffleVector(V1, V2, SV, "shuffle");
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 158 nonloc::SymbolVal& SV = cast<nonloc::SymbolVal>(Cond);
159 SymbolRef sym = SV.getSymbol();
SVals.cpp 32 if (const nonloc::SymbolVal* SV = dyn_cast<nonloc::SymbolVal>(this)) {
33 SymbolRef sym = SV->getSymbol();
RegionStore.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 99 const ProgramState *CheckNullStream(SVal SV, const ProgramState *state,
341 const ProgramState *StreamChecker::CheckNullStream(SVal SV, const ProgramState *state,
343 const DefinedSVal *DV = dyn_cast<DefinedSVal>(&SV);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 643 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
645 MachinePointerInfo(SV),
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 586 SDValue SV, unsigned Align);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 426 @ Set up SV single-stepping
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/qemu/
ppc-dis.c 802 /* The SV field in a POWER SC form instruction. */
803 #define SV STRM + 1
808 #define TBR SV + 1
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 585 milliseconds

1 2