Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 - 25 of 59) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h43 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(LLVMContex function in llvm::DIEnumerator
499 static DIFile *getImpl(LLVMContext &Context, StringRef Filename, getImpl() function in llvm::DIFile
703 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, getImpl() function in llvm::DIBasicType
774 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, getImpl() function in llvm::DIDerivedType
916 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, getImpl() function in llvm::DICompositeType
1076 static DISubroutineType *getImpl(LLVMContext &Context, DIFlags Flags, getImpl() function in llvm::DISubroutineType
1167 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, getImpl() function in llvm::DICompileUnit::DebugNameTableKind
1367 static DILocation *getImpl(LLVMContext &Context, unsigned Line, getImpl() function in llvm::DICompileUnit::DILocation
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp45 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<CLMemoryC in enqueueCopyBufferRect()
[all...]
H A DCLSamplerCL.cpp21 sampler.getContext().getImpl<CLContextCL>().mData->mSamplers.emplace(sampler.getNative()); in CLSamplerCL()
27 mSampler.getContext().getImpl<CLContextCL>().mData->mSamplers.erase(mSampler.getNative()); in ~CLSamplerCL()
H A DCLContextCL.cpp64 (*it)->getImpl<CLDeviceCL>().getNative() != nativeDevice) in getDevices()
90 const cl_device_id nativeDevice = device.getImpl<CLDeviceCL>().getNative(); in createCommandQueue()
143 image.getParent() ? image.getParent()->getImpl<CLMemoryCL>().getNative() : nullptr; in createImage()
283 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBinary()
301 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in createProgramWithBuiltInKernels()
320 nativeDevices.emplace_back(device->getImpl<CLDeviceCL>().getNative()); in linkProgram()
329 nativePrograms.emplace_back(inputProgram->getImpl<CLProgramCL>().getNative()); in linkProgram()
H A DCLProgramCL.cpp57 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()
H A DCLKernelCL.cpp135 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()
H A DCLMemoryCL.cpp21 memory.getContext().getImpl<CLContextCL>().mData->mMemories.emplace(memory.getNative()); in CLMemoryCL()
27 mMemory.getContext().getImpl<CLContextCL>().mData->mMemories.erase(mMemory.getNative()); in ~CLMemoryCL()
/third_party/icu/icu4c/source/common/
H A Dstatic_unicode_sets.cpp36 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()
/third_party/node/deps/icu-small/source/common/
H A Dstatic_unicode_sets.cpp36 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()
/third_party/skia/third_party/externals/icu/source/common/
H A Dstatic_unicode_sets.cpp36 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfoMetadata.cpp51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
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
430 // Mutate CT in place. Keep this in sync with getImpl in buildODRType()
470 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, getImpl() function in DISubroutineType
501 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, getImpl() function in DIFile
516 DICompileUnit *DICompileUnit::getImpl( getImpl() function in DICompileUnit
630 DISubprogram *DISubprogram::getImpl( getImpl() function in DISubprogram
671 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DILexicalBlock
684 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, getImpl() function in DILexicalBlockFile
695 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DINamespace
705 DICommonBlock *DICommonBlock::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DICommonBlock
716 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DIModule
727 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context, getImpl() function in DITemplateTypeParameter
738 DITemplateValueParameter *DITemplateValueParameter::getImpl( getImpl() function in DITemplateValueParameter
748 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, getImpl() function in DIGlobalVariable
772 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DILocalVariable
814 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DILabel
826 DIExpression *DIExpression::getImpl(LLVMContext &Context, getImpl() function in DIExpression
1214 DIGlobalVariableExpression::getImpl(LLVMContext &Context, Metadata *Variable, getImpl() function in DIGlobalVariableExpression
1222 DIObjCProperty *DIObjCProperty::getImpl( getImpl() function in DIObjCProperty
1235 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, getImpl() function in DIImportedEntity
1247 DIMacro *DIMacro::getImpl(LLVMContext &Context, unsigned MIType, getImpl() function in DIMacro
1256 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType, getImpl() function in DIMacroFile
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DMemoryBuffer.cpp113 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>::Invalid()); in get()
120 return getImpl(requestedSize, memoryBufferOut, Optional<uint8_t>(initValue)); in getInitialized()
123 bool ScratchBuffer::getImpl(size_t requestedSize, in getImpl() function in angle::ScratchBuffer
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLProgram.cpp210 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()
H A DCLSampler.h36 T &getImpl() const;
82 inline T &Sampler::getImpl() const in getImpl() function in cl::Sampler
H A DCLEvent.h48 T &getImpl() const;
106 inline T &Event::getImpl() const in getImpl() function in cl::Event
H A DCLKernel.h45 T &getImpl() const;
70 inline T &Kernel::getImpl() const in getImpl() function in cl::Kernel
H A DCLDevice.h46 T &getImpl() const;
102 inline T &Device::getImpl() const in getImpl() function in cl::Device
H A DCLMemory.h49 T &getImpl() const;
133 inline T &Memory::getImpl() const in getImpl() function in cl::Memory
H A DCLPlatform.h67 T &getImpl() const;
126 inline T &Platform::getImpl() const in getImpl() function in cl::Platform
H A DCLProgram.h67 T &getImpl() const;
141 inline T &Program::getImpl() const in getImpl() function in cl::Program
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicIMDescriptor.java27 protected abstract IndicInputMethodImpl getImpl(); in getImpl() method in IndicIMDescriptor
53 return new IndicInputMethod(locale, getImpl()); in createInputMethod()
H A DTeluguInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in TeluguInputMethodDescriptor
H A DKannadaInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in KannadaInputMethodDescriptor
H A DMalayalamInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in MalayalamInputMethodDescriptor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1617 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC,
1637 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear();
1656 delete &getImpl(PImpl, AC, nullptr);
1706 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
1724 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI);
1743 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1762 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1848 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI);
1868 ValueLatticeElement Result = getImpl(PImpl, AC, &DL, DT).getValueAt(V, CxtI);
1958 getImpl(PImp
[all...]

Completed in 16 milliseconds

123