/external/llvm-project/mlir/lib/IR/ |
D | Location.cpp | 42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee() 44 Location CallSiteLoc::getCaller() const { return getImpl()->caller; } in getCaller() 61 StringRef FileLineColLoc::getFilename() const { return getImpl()->filename; } in getFilename() 62 unsigned FileLineColLoc::getLine() const { return getImpl()->line; } in getLine() 63 unsigned FileLineColLoc::getColumn() const { return getImpl()->column; } in getColumn() 100 return getImpl()->getLocations(); in getLocations() 103 Attribute FusedLoc::getMetadata() const { return getImpl()->metadata; } in getMetadata() 120 Identifier NameLoc::getName() const { return getImpl()->name; } in getName() 123 Location NameLoc::getChildLoc() const { return getImpl()->child; } in getChildLoc() 136 return Base::getImpl()->underlyingLocation; in getUnderlyingLocation() [all …]
|
D | MLIRContext.cpp | 413 DiagnosticEngine &MLIRContext::getDiagEngine() { return getImpl().diagEngine; } in getDiagEngine() 463 auto &impl = getImpl(); in getOrLoadDialect() 577 auto &impl = context->getImpl(); in addType() 589 auto &impl = context->getImpl(); in addAttribute() 607 auto &impl = context->getImpl(); in lookup() 628 auto &impl = context->getImpl(); in lookup() 646 auto &impl = dialect.getContext()->getImpl(); in insert() 675 auto &impl = context->getImpl(); in lookup() 696 auto &impl = context->getImpl(); in get() 728 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; } in getTypeUniquer() [all …]
|
D | BuiltinTypes.cpp | 43 Type ComplexType::getElementType() { return getImpl()->elementType; } in getElementType() 63 unsigned IntegerType::getWidth() const { return getImpl()->width; } in getWidth() 66 return getImpl()->signedness; in getSignedness() 105 unsigned FunctionType::getNumInputs() const { return getImpl()->numInputs; } in getNumInputs() 108 return getImpl()->getInputs(); in getInputs() 111 unsigned FunctionType::getNumResults() const { return getImpl()->numResults; } in getNumResults() 114 return getImpl()->getResults(); in getResults() 175 return getImpl()->dialectNamespace; in getDialectNamespace() 179 StringRef OpaqueType::getTypeData() const { return getImpl()->typeData; } in getTypeData() 307 ArrayRef<int64_t> VectorType::getShape() const { return getImpl()->getShape(); } in getShape() [all …]
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 277 LLVMType LLVMArrayType::getElementType() { return getImpl()->elementType; } in getElementType() 279 unsigned LLVMArrayType::getNumElements() { return getImpl()->numElements; } in getNumElements() 315 return getImpl()->getReturnType(); in getReturnType() 319 return getImpl()->getArgumentTypes().size(); in getNumParams() 323 return getImpl()->getArgumentTypes()[i]; in getParamType() 326 bool LLVMFunctionType::isVarArg() { return getImpl()->isVariadic(); } in isVarArg() 329 return getImpl()->getArgumentTypes(); in getParams() 355 unsigned LLVMIntegerType::getBitWidth() { return getImpl()->bitwidth; } in getBitWidth() 383 LLVMType LLVMPointerType::getElementType() { return getImpl()->pointeeType; } in getElementType() 385 unsigned LLVMPointerType::getAddressSpace() { return getImpl()->addressSpace; } in getAddressSpace() [all …]
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/ |
D | SPIRVTypes.cpp | 137 unsigned ArrayType::getNumElements() const { return getImpl()->elementCount; } in getNumElements() 139 Type ArrayType::getElementType() const { return getImpl()->elementType; } in getElementType() 141 unsigned ArrayType::getArrayStride() const { return getImpl()->stride; } in getArrayStride() 306 return getImpl()->elementType; in getElementType() 309 Scope CooperativeMatrixNVType::getScope() const { return getImpl()->scope; } in getScope() 311 unsigned CooperativeMatrixNVType::getRows() const { return getImpl()->rows; } in getRows() 314 return getImpl()->columns; in getColumns() 408 Type ImageType::getElementType() const { return getImpl()->elementType; } in getElementType() 410 Dim ImageType::getDim() const { return getImpl()->dim; } in getDim() 412 ImageDepthInfo ImageType::getDepthInfo() const { return getImpl()->depthInfo; } in getDepthInfo() [all …]
|
D | SPIRVAttributes.cpp | 141 return getImpl()->binding.cast<IntegerAttr>().getInt(); in getBinding() 145 return getImpl()->descriptorSet.cast<IntegerAttr>().getInt(); in getDescriptorSet() 149 if (getImpl()->storageClass) in getStorageClass() 151 getImpl()->storageClass.cast<IntegerAttr>().getValue().getZExtValue()); in getStorageClass() 214 getImpl()->version.cast<IntegerAttr>().getValue().getZExtValue()); in getVersion() 230 return getImpl()->extensions.cast<ArrayAttr>(); in getExtensionsAttr() 247 return getImpl()->capabilities.cast<ArrayAttr>(); in getCapabilitiesAttr() 292 return getImpl()->triple.cast<spirv::VerCapExtAttr>(); in getTripleAttr() 316 return getImpl()->vendorID; in getVendorID() 320 return getImpl()->deviceType; in getDeviceType() [all …]
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.cpp | 45 commandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.emplace( in CLCommandQueueCL() 55 mCommandQueue.getContext().getImpl<CLContextCL>().mData->mDeviceQueues.erase( in ~CLCommandQueueCL() 80 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBuffer() 104 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBuffer() 133 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueReadBufferRect() 163 const cl_mem nativeBuffer = buffer.getImpl<CLMemoryCL>().getNative(); in enqueueWriteBufferRect() 188 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 189 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBuffer() 216 const cl_mem nativeSrc = srcBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() 217 const cl_mem nativeDst = dstBuffer.getImpl<CLMemoryCL>().getNative(); in enqueueCopyBufferRect() [all …]
|
D | CLProgramCL.cpp | 57 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in build() 76 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in compile() 85 nativePrograms.emplace_back(program->getImpl<CLProgramCL>().getNative()); in compile() 113 mNative, device.getImpl<CLDeviceCL>().getNative(), cl::ToCLenum(name), valueSize, value, in getBuildInfo()
|
D | CLSamplerCL.cpp | 21 sampler.getContext().getImpl<CLContextCL>().mData->mSamplers.emplace(sampler.getNative()); in CLSamplerCL() 27 mSampler.getContext().getImpl<CLContextCL>().mData->mSamplers.erase(mSampler.getNative()); in ~CLSamplerCL()
|
D | CLKernelCL.cpp | 135 const CLContextCL &ctx = mKernel.getProgram().getContext().getImpl<CLContextCL>(); in setArg() 141 value = memory->cast<cl::Memory>().getImpl<CLMemoryCL>().getNative(); in setArg() 149 value = sampler->cast<cl::Sampler>().getImpl<CLSamplerCL>().getNative(); in setArg() 157 value = queue->cast<cl::CommandQueue>().getImpl<CLCommandQueueCL>().getNative(); in setArg() 186 const cl_device_id device = ctx.getDevices()[index]->getImpl<CLDeviceCL>().getNative(); in createInfo()
|
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 161 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 215 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 221 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator 230 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType 242 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType 257 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType 338 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, in getImpl() function in DISubroutineType 348 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile 358 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit [all …]
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 26 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \ 31 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \ 35 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \ 39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \ 253 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 256 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 260 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 323 static DISubrange *getImpl(LLVMContext &Context, int64_t Count, 361 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value, 364 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage, [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 43 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \ 48 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \ 52 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \ 56 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \ 229 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 232 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 236 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 299 static DISubrange *getImpl(LLVMContext &Context, int64_t Count, 303 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode, 360 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value, [all …]
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 43 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \ 48 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \ 52 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \ 56 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \ 231 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 234 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 238 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 297 static DISubrange *getImpl(LLVMContext &Context, int64_t Count, 301 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode, 305 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode, [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_attributes.cc | 93 bool ShapeAttr::hasRank() const { return !getImpl()->unranked; } in hasRank() 97 return getImpl()->shape.size(); in getRank() 102 return getImpl()->shape; in getShape() 127 return getImpl()->name.cast<SymbolRefAttr>(); in GetName() 131 return getImpl()->attrs.cast<DictionaryAttr>(); in GetAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 262 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 320 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 324 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl() 327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 335 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator 344 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType 370 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType 387 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType 470 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, in getImpl() function in DISubroutineType [all …]
|
/external/icu/icu4c/source/common/ |
D | static_unicode_sets.cpp | 36 inline UnicodeSet* getImpl(Key key) { in getImpl() function 49 result->addAll(*getImpl(k1)); in computeUnion() 50 result->addAll(*getImpl(k2)); in computeUnion() 60 result->addAll(*getImpl(k1)); in computeUnion() 61 result->addAll(*getImpl(k2)); in computeUnion() 62 result->addAll(*getImpl(k3)); in computeUnion() 219 return getImpl(key); in get()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 277 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 335 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 341 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl() 345 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 350 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl() 354 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 438 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl() function in DIGenericSubrange 516 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl() function in DIEnumerator 525 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType [all …]
|
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | QuantTypes.cpp | 284 double UniformQuantizedType::getScale() const { return getImpl()->scale; } in getScale() 287 return getImpl()->zeroPoint; in getZeroPoint() 347 return getImpl()->getScales(); in getScales() 351 return getImpl()->getZeroPoints(); in getZeroPoints() 355 return getImpl()->quantizedDimension; in getQuantizedDimension() 383 double CalibratedQuantizedType::getMin() const { return getImpl()->min; } in getMin() 385 double CalibratedQuantizedType::getMax() const { return getImpl()->max; } in getMax()
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIRType.cpp | 872 int fir::CharacterType::getFKind() const { return getImpl()->getFKind(); } in getFKind() 880 unsigned fir::DimsType::getRank() const { return getImpl()->getRank(); } in getRank() 900 int fir::LogicalType::getFKind() const { return getImpl()->getFKind(); } in getFKind() 908 int fir::IntType::getFKind() const { return getImpl()->getFKind(); } in getFKind() 920 KindTy fir::CplxType::getFKind() const { return getImpl()->getFKind(); } in getFKind() 928 int fir::RealType::getFKind() const { return getImpl()->getFKind(); } in getFKind() 937 return getImpl()->getElementType(); in getEleTy() 941 return getImpl()->getLayoutMap(); in getLayoutMap() 958 return getImpl()->getElementType(getContext()); in getEleTy() 968 return getImpl()->getElementType(); in getEleTy() [all …]
|
/external/guava/android/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 54 Object getImpl(); in getImpl() method 75 public Object getImpl() { in newExecutionList() method 98 public Object getImpl() { in newExecutionList() method 121 public Object getImpl() { in newExecutionList() method 144 public Object getImpl() { 167 public Object getImpl() { 191 public Object getImpl() { 215 public Object getImpl() { 278 return list.getImpl();
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | ExecutionListBenchmark.java | 54 Object getImpl(); in getImpl() method 75 public Object getImpl() { in newExecutionList() method 98 public Object getImpl() { in newExecutionList() method 121 public Object getImpl() { in newExecutionList() method 144 public Object getImpl() { 167 public Object getImpl() { 191 public Object getImpl() { 215 public Object getImpl() { 278 return list.getImpl();
|
/external/llvm-project/mlir/include/mlir/Support/ |
D | InterfaceSupport.h | 110 const Concept *getImpl() const { return impl; } in getImpl() function 111 Concept *getImpl() { return impl; } in getImpl() function 172 return getImpl((FilteredTupleType *)nullptr); 196 static InterfaceMap getImpl(std::tuple<Ts...> *) {
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestTypeDefs.td | 65 printSignedness($_printer, getImpl()->signedness); 66 $_printer << ", " << getImpl()->width << ">"; 119 for (size_t i=0, e = getImpl()->fields.size(); i < e; i++) { 120 const auto& field = getImpl()->fields[i]; 122 if (i < getImpl()->fields.size() - 1)
|
/external/angle/src/libANGLE/ |
D | CLProgram.cpp | 210 mImpl(context.getImpl().createProgramWithSource(*this, source, errorCode)), in Program() 219 mImpl(context.getImpl().createProgramWithIL(*this, il, length, errorCode)), in Program() 232 mImpl(context.getImpl() in Program() 241 mImpl(context.getImpl().createProgramWithBuiltInKernels(*this, kernelNames, errorCode)), in Program() 258 mImpl(context.getImpl().linkProgram(*this, in Program()
|