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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 169 nonloc::SymbolVal& SV = cast<nonloc::SymbolVal>(Cond);
170 SymbolRef sym = SV.getSymbol();
174 if (!SV.isExpression()) {
PathDiagnostic.cpp 689 SVal SV = State->getSVal(*I, LCtx);
692 SymbolRef AS = SV.getAsLocSymbol();
698 if (const loc::MemRegionVal *Reg = dyn_cast<loc::MemRegionVal>(&SV)) {
708 SVal SV = State->getSVal(CE, LCtx);
709 SymbolRef RetSym = SV.getAsLocSymbol();
RegionStore.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 644 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
646 MachinePointerInfo(SV),
    [all...]
  /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/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp 788 Value *SV = llvm::ConstantVector::get(indices);
789 return Builder.CreateShuffleVector(V1, V2, SV, "shuffle");
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.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...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2126 milliseconds