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

  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 62 ObjectBufferStream() : OS(SV) {}
71 Buffer.reset(MemoryBuffer::getMemBuffer(StringRef(SV.data(), SV.size()),
77 SmallVector<char, 4096> SV; // Working buffer into which we JIT.
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 131 nonloc::SymbolVal SV = Cond.castAs<nonloc::SymbolVal>();
132 SymbolRef sym = SV.getSymbol();
136 if (!SV.isExpression()) {
PathDiagnostic.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 555 unsigned &SV = SuccsVisited[Pred->getBlockID()];
556 if (!SV) {
563 ++SV;
566 if (++SV == Pred->succ_size())
  /external/clang/lib/Lex/
Pragma.cpp 970 diag::Severity SV = llvm::StringSwitch<diag::Severity>(II->getName()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 295 ValueVector &SV = Scattered[Op];
296 if (!SV.empty()) {
297 for (unsigned I = 0, E = SV.size(); I != E; ++I) {
298 Instruction *Old = cast<Instruction>(SV[I]);
304 SV = CV;
305 Gathered.push_back(GatherList::value_type(Op, &SV));
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 373 SibValueInfo &SV = SVI->second;
374 if (!SV.SpillMBB)
375 SV.SpillMBB = LIS.getMBBFromIndex(SV.SpillVNI->def);
378 << SVI->first->id << '@' << SVI->first->def << ":\t" << SV);
380 assert(SV.hasDef() && "Propagating undefined value");
384 bool PropSpill = !DisableHoisting && !isRegToSpill(SV.SpillReg);
400 DepSV.DefMI = SV.DefMI;
401 DepSV.DefByOrigPHI = SV.DefByOrigPHI;
406 if (!SV.AllDefsAreReloads && DepSV.AllDefsAreReloads)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 763 const Value *SV = cast<SrcValueSDNode>(Node->getOperand(2))->getValue();
766 VAListPtr, MachinePointerInfo(SV),
773 MachinePointerInfo(SV), false, false, 0);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/qemu/disas/
ppc.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/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1776 milliseconds