Searched defs:CDS (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1886 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V))
1887 return isRepeatedByteSequence(CDS);
1893 const ConstantDataSequential *CDS,
1897 int Value = isRepeatedByteSequence(CDS, DL);
1899 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType());
1906 if (CDS->isString())
1907 return AP.OutStreamer->EmitBytes(CDS->getAsString());
1910 unsigned ElementByteSize = CDS->getElementByteSize();
1911 if (isa<IntegerType>(CDS->getElementType())) {
1912 for (unsigned i = 0, e = CDS
1892 emitGlobalConstantDataSequential(const DataLayout &DL, const ConstantDataSequential *CDS, AsmPrinter &AP) argument
[all...]
/external/v8/src/s390/
H A Dconstants-s390.h260 CDS = 0xBB, // Compare Double And Swap (32) enumerator in enum:v8::internal::Opcode

Completed in 60 milliseconds