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

  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 59 ObjectBufferStream() : OS(SV) {}
68 Buffer.reset(MemoryBuffer::getMemBuffer(StringRef(SV.data(), SV.size()),
74 SmallVector<char, 4096> SV; // Working buffer into which we JIT.
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 174 nonloc::SymbolVal SV = Cond.castAs<nonloc::SymbolVal>();
175 SymbolRef sym = SV.getSymbol();
179 if (!SV.isExpression()) {
PathDiagnostic.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 539 unsigned &SV = SuccsVisited[Pred->getBlockID()];
540 if (!SV) {
547 ++SV;
550 if (++SV == Pred->succ_size())
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 366 SibValueInfo &SV = SVI->second;
367 if (!SV.SpillMBB)
368 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
371 << SVI->first->id << '@' << SVI->first->def << ":\t" << SV);
373 assert(SV.hasDef() && "Propagating undefined value");
377 bool PropSpill = !DisableHoisting && !isRegToSpill(SV.SpillReg);
393 DepSV.DefMI = SV.DefMI;
394 DepSV.DefByOrigPHI = SV.DefByOrigPHI;
399 if (!SV.AllDefsAreReloads && DepSV.AllDefsAreReloads)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 646 const Value *SV = cast<SrcValueSDNode>(Op.getOperand(2))->getValue();
648 MachinePointerInfo(SV),
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.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 2523 milliseconds