/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/llvm-project/llvm/test/CodeGen/X86/ |
D | negate-add-zero.ll | 9 %"struct.CDS::DefaultAlloc" = type <{ i8 }> 10 %"struct.CDS::SingularError" = type { %"struct.CDS::exception" } 11 %"struct.CDS::auto_ptr<IVMAtom>" = type { %struct.IVMAtom* } 12 %"struct.CDS::exception" = type { [300 x i8] } 31 …%"struct.CDSVector<Vec3,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<Vec3,CDS::DefaultAll… 32 …%"struct.CDSVector<double,0,CDS::DefaultAlloc>" = type { %"struct.CDSVectorBase<double,CDS::Defaul… 33 …%"struct.CDSVectorBase<Vec3,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<Vec3,CDS::DefaultAl… 34 …%"struct.CDSVectorBase<double,CDS::DefaultAlloc>" = type { %"struct.CDSVectorRep<double,CDS::Defau… 35 …%"struct.CDSVectorRep<Vec3,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", %struct.… 36 …%"struct.CDSVectorRep<double,CDS::DefaultAlloc>" = type { i32, %"struct.CDS::DefaultAlloc", double… [all …]
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopUnrollAnalyzer.cpp | 108 ConstantDataSequential *CDS = in visitLoad() local 110 if (!CDS) in visitLoad() 116 if (CDS->getElementType() != I.getType()) in visitLoad() 119 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() 129 if (Index >= CDS->getNumElements()) { in visitLoad() 135 Constant *CV = CDS->getElementAsConstant(Index); in visitLoad()
|
D | TargetTransformInfo.cpp | 574 } else if (auto *CDS = dyn_cast<ConstantDataSequential>(V)) { in getOperandInfo() local 576 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I) { in getOperandInfo() 577 if (auto *CI = dyn_cast<ConstantInt>(CDS->getElementAsConstant(I))) in getOperandInfo()
|
/external/llvm-project/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 | 711 } else if (const auto *CDS = dyn_cast<ConstantDataSequential>(V)) { in getOperandInfo() local 713 for (unsigned I = 0, E = CDS->getNumElements(); I != E; ++I) { in getOperandInfo() 714 if (auto *CI = dyn_cast<ConstantInt>(CDS->getElementAsConstant(I))) in getOperandInfo()
|
/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-10.0/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 95 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local 96 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() 99 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 104 if (CDS->getElementAsInteger(i) == 0) in IsNullTerminatedString()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 106 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(C)) { in IsNullTerminatedString() local 107 unsigned NumElts = CDS->getNumElements(); in IsNullTerminatedString() 110 if (CDS->getElementAsInteger(NumElts-1) != 0) in IsNullTerminatedString() 115 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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2417 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local 2418 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence() 2424 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential() argument 2427 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential() 2429 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); in emitGlobalConstantDataSequential() 2436 if (CDS->isString()) in emitGlobalConstantDataSequential() 2437 return AP.OutStreamer->EmitBytes(CDS->getAsString()); in emitGlobalConstantDataSequential() 2440 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential() 2441 if (isa<IntegerType>(CDS->getElementType())) { in emitGlobalConstantDataSequential() 2442 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitGlobalConstantDataSequential() [all …]
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2555 if (const ConstantDataSequential *CDS = dyn_cast<ConstantDataSequential>(V)) in isRepeatedByteSequence() local 2556 return isRepeatedByteSequence(CDS); in isRepeatedByteSequence() 2562 const ConstantDataSequential *CDS, in emitGlobalConstantDataSequential() argument 2565 int Value = isRepeatedByteSequence(CDS, DL); in emitGlobalConstantDataSequential() 2567 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); in emitGlobalConstantDataSequential() 2574 if (CDS->isString()) in emitGlobalConstantDataSequential() 2575 return AP.OutStreamer->emitBytes(CDS->getAsString()); in emitGlobalConstantDataSequential() 2578 unsigned ElementByteSize = CDS->getElementByteSize(); in emitGlobalConstantDataSequential() 2579 if (isa<IntegerType>(CDS->getElementType())) { in emitGlobalConstantDataSequential() 2580 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitGlobalConstantDataSequential() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | discovery.proto | 59 // returned. LDS/CDS may have empty resource_names, which will cause all 60 // resources for the Envoy instance to be returned. The LDS and CDS responses 67 // in requests made via singleton xDS APIs such as CDS, LDS, etc. but is
|
D | base.proto | 54 // used: :ref:`statsd <arch_overview_statistics>`, :ref:`CDS 69 // :ref:`CDS <config_cluster_manager_cds>`, and :ref:`HTTP tracing
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 255 if (auto *CDS = dyn_cast<ConstantDataSequential>(Const)) { in isTailPredicate() local 256 for (unsigned i = 0; i < CDS->getNumElements(); ++i) { in isTailPredicate() 257 if (CDS->getElementAsInteger(i) != i) in isTailPredicate()
|
/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/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/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | eds_for_test.proto | 77 // used: :ref:`statsd <arch_overview_statistics>`, :ref:`CDS 91 // :ref:`CDS <config_cluster_manager_cds>`, and :ref:`HTTP tracing 145 // returned. LDS/CDS expect empty resource_names, since this is global 146 // discovery for the Envoy instance. The LDS and CDS responses will then imply 153 // in requests made via singleton xDS APIs such as CDS, LDS, etc. but is
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 2520 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in EmitInstruction() local 2523 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; in EmitInstruction() 2527 if (CDS->getElementType()->isIntegerTy()) in EmitInstruction() 2528 printConstant(CDS->getElementAsAPInt(i), CS); in EmitInstruction() 2529 else if (CDS->getElementType()->isHalfTy() || in EmitInstruction() 2530 CDS->getElementType()->isFloatTy() || in EmitInstruction() 2531 CDS->getElementType()->isDoubleTy()) in EmitInstruction() 2532 printConstant(CDS->getElementAsAPFloat(i), CS); in EmitInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 2249 if (auto *CDS = dyn_cast<ConstantDataSequential>(C)) { in addConstantComments() local 2252 for (int i = 0, NumElements = CDS->getNumElements(); i < NumElements; in addConstantComments() 2256 if (CDS->getElementType()->isIntegerTy()) in addConstantComments() 2257 printConstant(CDS->getElementAsAPInt(i), CS); in addConstantComments() 2258 else if (CDS->getElementType()->isHalfTy() || in addConstantComments() 2259 CDS->getElementType()->isFloatTy() || in addConstantComments() 2260 CDS->getElementType()->isDoubleTy()) in addConstantComments() 2261 printConstant(CDS->getElementAsAPFloat(i), CS); in addConstantComments()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 896 if (llvm::ConstantDataSequential *CDS = in canEmitInitWithFewStoresAfterBZero() local 898 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in canEmitInitWithFewStoresAfterBZero() 899 llvm::Constant *Elt = CDS->getElementAsConstant(i); in canEmitInitWithFewStoresAfterBZero() 928 if (llvm::ConstantDataSequential *CDS = in emitStoresForInitAfterBZero() local 930 for (unsigned i = 0, e = CDS->getNumElements(); i != e; ++i) { in emitStoresForInitAfterBZero() 931 llvm::Constant *Elt = CDS->getElementAsConstant(i); in emitStoresForInitAfterBZero()
|
D | CGExprConstant.cpp | 351 if (auto *CDS = dyn_cast<llvm::ConstantDataSequential>(C)) { in split() local 355 CharUnits ElemSize = getSize(CDS->getElementType()); in split() 357 llvm::map_range(llvm::seq(0u, CDS->getNumElements()), in split() 359 return CDS->getElementAsConstant(Elem); in split() 363 llvm::seq(0u, CDS->getNumElements()), in split()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1938 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local 1940 if (CDS->getNumElements()) in bufferAggregateConstant() 1941 for (unsigned i = 0; i < CDS->getNumElements(); ++i) in bufferAggregateConstant() 1942 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0, in bufferAggregateConstant()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1927 if (const ConstantDataSequential *CDS = in bufferAggregateConstant() local 1929 if (CDS->getNumElements()) in bufferAggregateConstant() 1930 for (unsigned i = 0; i < CDS->getNumElements(); ++i) in bufferAggregateConstant() 1931 bufferLEByte(cast<Constant>(CDS->getElementAsConstant(i)), 0, in bufferAggregateConstant()
|