/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | negate-add-zero.ll | 8 %"struct.CDS::DefaultAlloc" = type <{ i8 }> 9 %"struct.CDS::SingularError" = type { %"struct.CDS::exception" } 10 %"struct.CDS::auto_ptr<IVMAtom>" = type { %struct.IVMAtom* } 11 %"struct.CDS::exception" = type { [300 x i8] } 30 …%"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<Vec3,CDS::DefaultAll… 31 …%"struct.CDSVector<double,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<double,CDS::Defaul… 32 …%"struct.CDSVectorBase<Vec3,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<Vec3,CDS::DefaultAl… 33 …%"struct.CDSVectorBase<double,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<double,CDS::Defau… 34 …%"struct.CDSVectorRep<Vec3,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", %struct.… 35 …%"struct.CDSVectorRep<double,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", double… [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | negate-add-zero.ll | 8 %"struct.CDS::DefaultAlloc" = type <{ i8 }> 9 %"struct.CDS::SingularError" = type { %"struct.CDS::exception" } 10 %"struct.CDS::auto_ptr<IVMAtom>" = type { %struct.IVMAtom* } 11 %"struct.CDS::exception" = type { [300 x i8] } 30 …%"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<Vec3,CDS::DefaultAll… 31 …%"struct.CDSVector<double,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<double,CDS::Defaul… 32 …%"struct.CDSVectorBase<Vec3,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<Vec3,CDS::DefaultAl… 33 …%"struct.CDSVectorBase<double,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<double,CDS::Defau… 34 …%"struct.CDSVectorRep<Vec3,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", %struct.… 35 …%"struct.CDSVectorRep<double,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", double… [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | negate-add-zero.ll | 8 %"struct.CDS::DefaultAlloc" = type <{ i8 }> 9 %"struct.CDS::SingularError" = type { %"struct.CDS::exception" } 10 %"struct.CDS::auto_ptr<IVMAtom>" = type { %struct.IVMAtom* } 11 %"struct.CDS::exception" = type { [300 x i8] } 30 …%"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<Vec3,CDS::DefaultAll… 31 …%"struct.CDSVector<double,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<double,CDS::Defaul… 32 …%"struct.CDSVectorBase<Vec3,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<Vec3,CDS::DefaultAl… 33 …%"struct.CDSVectorBase<double,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<double,CDS::Defau… 34 …%"struct.CDSVectorRep<Vec3,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", %struct.… 35 …%"struct.CDSVectorRep<double,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", double… [all …]
|
/external/u-boot/doc/ |
D | README.mpc85xxcds | 4 The CDS family of boards consists of a PCI backplane called the 9 applies to the 85xx CDS boards as well. In particular the toolchain, 21 The 85xx CDS code base is known to compile using: 29 platform to allow for utilization of all 85xx CDS devices. The memory 31 configured for MPC85xx CDS has been updated to reflect the new memory 54 The CDS board has two flash banks, each 8MB in size (2^23 = 0x00800000). 113 When using PCI, linux needs to know to which slot the CDS carrier is 119 SW2=xxxxxx00 PCI SLOT INFORM: The CDS carrier is in slot0 of the Arcadia 120 xxxxxx01 PCI SLOT INFORM: The CDS carrier is in slot1 of the Arcadia 121 xxxxxx10 PCI SLOT INFORM: The CDS carrier is in slot2 of the Arcadia [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 109 ConstantDataSequential *CDS = in visitLoad() local 111 if (!CDS) in visitLoad() 117 if (CDS->getElementType() != I.getType()) in visitLoad() 120 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() 130 if (Index >= CDS->getNumElements()) { in visitLoad() 136 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad()
|
D | TargetTransformInfo.cpp | 656 } else if (auto *CDS = dyn_cast<ConstantDataSequential>(V)) { in getOperandInfo() local 658 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I) { in getOperandInfo() 659 if (auto *CI = dyn_cast<ConstantInt>(CDS->getElementAsConstant(I))) in getOperandInfo()
|
/external/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 110 ConstantDataSequential *CDS = in visitLoad() local 112 if (!CDS) in visitLoad() 118 if(CDS->getElementType() != I.getType()) in visitLoad() 121 int ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() 125 if (Index >= CDS->getNumElements()) { in visitLoad() 131 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 82 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local 83 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() 86 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 91 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 92 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local 93 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() 96 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 101 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1941 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local 1942 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence() 1948 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential() argument 1952 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential() 1954 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); in emitGlobalConstantDataSequential() 1961 if (CDS->isString()) in emitGlobalConstantDataSequential() 1962 return AP.OutStreamer->EmitBytes(CDS->getAsString()); in emitGlobalConstantDataSequential() 1965 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential() 1966 if (isa<IntegerType>(CDS->getElementType())) { in emitGlobalConstantDataSequential() 1967 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitGlobalConstantDataSequential() [all …]
|
/external/u-boot/board/freescale/mpc8544ds/ |
D | README | 3 The MPC8544DS system is similar to the 85xx CDS systems such 10 Like the 85xx CDS systems, the 8544 DS board has two flash banks. 14 However, unlike the CDS systems, but similar to the 8641 HPCN
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2242 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local 2243 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence() 2249 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential() argument 2252 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential() 2254 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); in emitGlobalConstantDataSequential() 2261 if (CDS->isString()) in emitGlobalConstantDataSequential() 2262 return AP.OutStreamer->EmitBytes(CDS->getAsString()); in emitGlobalConstantDataSequential() 2265 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential() 2266 if (isa<IntegerType>(CDS->getElementType())) { in emitGlobalConstantDataSequential() 2267 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitGlobalConstantDataSequential() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1614 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in EmitInstruction() local 1616 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; ++i) { in EmitInstruction() 1619 if (CDS->getElementType()->isIntegerTy()) in EmitInstruction() 1620 CS << CDS->getElementAsInteger(i); in EmitInstruction() 1621 else if (CDS->getElementType()->isFloatTy()) in EmitInstruction() 1622 CS << CDS->getElementAsFloat(i); in EmitInstruction() 1623 else if (CDS->getElementType()->isDoubleTy()) in EmitInstruction() 1624 CS << CDS->getElementAsDouble(i); in EmitInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 2124 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in EmitInstruction() local 2127 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; in EmitInstruction() 2131 if (CDS->getElementType()->isIntegerTy()) in EmitInstruction() 2132 CS << CDS->getElementAsInteger(i); in EmitInstruction() 2133 else if (CDS->getElementType()->isFloatTy()) in EmitInstruction() 2134 CS << CDS->getElementAsFloat(i); in EmitInstruction() 2135 else if (CDS->getElementType()->isDoubleTy()) in EmitInstruction() 2136 CS << CDS->getElementAsDouble(i); in EmitInstruction()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 824 if (llvm::ConstantDataSequential *CDS = in canEmitInitWithFewStoresAfterMemset() local 826 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in canEmitInitWithFewStoresAfterMemset() 827 llvm::Constant *Elt = CDS->getElementAsConstant(i); in canEmitInitWithFewStoresAfterMemset() 853 if (llvm::ConstantDataSequential *CDS = in emitStoresForInitAfterMemset() local 855 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitStoresForInitAfterMemset() 856 llvm::Constant *Elt = CDS->getElementAsConstant(i); in emitStoresForInitAfterMemset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1940 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local 1942 if (CDS->getNumElements()) in bufferAggregateConstant() 1943 for (unsigned i = 0; i < CDS->getNumElements(); ++i) in bufferAggregateConstant() 1944 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0, in bufferAggregateConstant()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1943 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local 1945 if (CDS->getNumElements()) in bufferAggregateConstant() 1946 for (unsigned i = 0; i < CDS->getNumElements(); ++i) in bufferAggregateConstant() 1947 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0, in bufferAggregateConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 1658 if (const auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) { in isValidOperands() local 1661 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands() 1679 if (auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) in getMaskValue() local 1680 return CDS->getElementAsInteger(i); in getMaskValue() 1691 if (auto *CDS = dyn_cast<ConstantDataSequential>(Mask)) { in getShuffleMask() local 1693 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2116 } else if (const ConstantDataSequential *CDS = in writeConstants() local 2119 Type *EltTy = CDS->getType()->getElementType(); in writeConstants() 2121 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() 2122 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants() 2124 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() 2126 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 1899 if (const ConstantDataSequential *CDS = in isValidOperands() local 1903 if (CDS->getElementAsInteger(i) >= V1Size*2) in isValidOperands() 1924 if (ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(Mask)) in getMaskValue() local 1925 return CDS->getElementAsInteger(i); in getMaskValue() 1938 if (ConstantDataSequential *CDS=dyn_cast<ConstantDataSequential>(Mask)) { in getShuffleMask() local 1940 Result.push_back(CDS->getElementAsInteger(i)); in getShuffleMask()
|
D | Constants.cpp | 275 if (const ConstantDataSequential *CDS =dyn_cast<ConstantDataSequential>(this)) in getAggregateElement() local 276 return Elt < CDS->getNumElements() ? CDS->getElementAsConstant(Elt) in getAggregateElement()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1215 if (const ConstantDataSequential *CDS = in InitializeMemory() local 1218 StringRef Data = CDS->getRawDataValues(); in InitializeMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1221 if (const ConstantDataSequential *CDS = in InitializeMemory() local 1224 StringRef Data = CDS->getRawDataValues(); in InitializeMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2342 } else if (const ConstantDataSequential *CDS = in writeConstants() local 2345 Type *EltTy = CDS->getType()->getElementType(); in writeConstants() 2347 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() 2348 Record.push_back(CDS->getElementAsInteger(i)); in writeConstants() 2350 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) in writeConstants() 2352 CDS->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue()); in writeConstants()
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 8 …, encouraging the creation of more domain specific policy languages (e.g., CDS Framework, Lobster,…
|