Home
last modified time | relevance | path

Searched defs:getImpl (Results 1 – 22 of 22) sorted by relevance

/llvm-project/mlir/include/mlir/Support/
H A DInterfaceSupport.h131 const Concept *getImpl() const { return conceptImpl; } in getImpl() function
132 Concept *getImpl() { return conceptImpl; } in getImpl() function
/llvm-project/mlir/include/mlir/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.h29 ScfToSPIRVContextImpl *getImpl() { return impl.get(); } in getImpl() function
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp80 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
392 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode
454 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange
464 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
473 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
569 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl() function in DIGenericSubrange
654 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl() function in DIEnumerator
663 DIBasicType *DIBasicType::getImpl(LLVMContex function in DIBasicType
689 DIStringType *DIStringType::getImpl(LLVMContext &Context, unsigned Tag, getImpl() function in DIStringType
738 DIDerivedType *DIDerivedType::getImpl( getImpl() function in DIDerivedType
764 DICompositeType *DICompositeType::getImpl( getImpl() function in DICompositeType
873 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, getImpl() function in DISubroutineType
913 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, getImpl() function in DIFile
942 DICompileUnit *DICompileUnit::getImpl( getImpl() function in DICompileUnit
1123 DISubprogram *DISubprogram::getImpl( getImpl() function in DISubprogram
1174 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DILexicalBlock
1187 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, getImpl() function in DILexicalBlockFile
1203 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DINamespace
1219 DICommonBlock *DICommonBlock::getImpl(LLVMContext &Context, Metadata *Scope, getImpl() function in DICommonBlock
1236 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, getImpl() function in DIModule
1258 DITemplateTypeParameter::getImpl(LLVMContext &Context, MDString *Name, getImpl() function in DITemplateTypeParameter
1267 DITemplateValueParameter *DITemplateValueParameter::getImpl( getImpl() function in DITemplateValueParameter
1278 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, getImpl() function in DIGlobalVariable
1305 DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, getImpl() function in DILocalVariable
1355 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, getImpl() function in DILabel
1365 DIExpression *DIExpression::getImpl(LLVMContext &Context, getImpl() function in DIExpression
1391 DIAssignID *DIAssignID::getImpl(LLVMContext &Context, StorageType Storage, getImpl() function in DIAssignID
2185 DIGlobalVariableExpression::getImpl(LLVMContext &Context, Metadata *Variable, getImpl() function in DIGlobalVariableExpression
2198 DIObjCProperty *DIObjCProperty::getImpl( getImpl() function in DIObjCProperty
2211 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, getImpl() function in DIImportedEntity
2224 DIMacro *DIMacro::getImpl(LLVMContext &Context, unsigned MIType, unsigned Line, getImpl() function in DIMacro
2233 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType, getImpl() function in DIMacroFile
[all...]
H A DConstants.cpp1298 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { getImpl() function in ConstantArray
1406 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { getImpl() function in ConstantVector
2835 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { getImpl() function in ConstantDataSequential
[all...]
H A DMetadata.cpp1024 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, getImpl() function in MDTuple
H A DAttributes.cpp1263 AttributeList AttributeList::getImpl(LLVMContext &C, getImpl() function in AttributeList
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h95 Storage *getImpl() const { return impl; } in getImpl() function
/llvm-project/mlir/include/mlir/IR/
H A DValue.h247 detail::ValueImpl *getImpl() const { return impl; } in getImpl() function
348 detail::BlockArgumentImpl *getImpl() const { in getImpl() function
473 detail::OpResultImpl *getImpl() const { in getImpl() function
H A DMLIRContext.h205 MLIRContextImpl &getImpl() { return *impl; } getImpl() function
H A DTypes.h208 ImplType *getImpl() const { return impl; } getImpl() function
H A DStorageUniquerSupport.h212 ImplType *getImpl() const { return static_cast<ImplType *>(this->impl); } in getImpl() function
H A DAttributes.h162 ImplType *getImpl() const { return impl; } in getImpl() function
H A DAffineExpr.h206 ImplType *getImpl() const { return expr; } in getImpl() function
H A DAsmState.h559 detail::AsmStateImpl &getImpl() { return *impl; } getImpl() function
H A DOperationSupport.h496 Impl *getImpl() const { return impl; } getImpl() function
[all...]
/llvm-project/mlir/include/mlir/Bytecode/
H A DBytecodeWriter.h91 const Impl &getImpl() const { return *impl; } getImpl() function
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp59 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
/llvm-project/mlir/lib/Pass/
H A DPass.cpp374 OpPassManagerImpl &OpPassManager::getImpl() { return *impl; } getImpl() function in OpPassManager
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp1177 AffineMap AffineMap::getImpl(unsigned dimCount, unsigned symbolCount, getImpl() function in AffineMap
[all...]
/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1650 LazyValueInfoImpl *LazyValueInfo::getImpl() { getImpl() function in LazyValueInfo
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1972 detail::RecordKeeperImpl &getImpl() { return *Impl; } getImpl() function
/llvm-project/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1741 detail::ConversionPatternRewriterImpl &ConversionPatternRewriter::getImpl() { getImpl() function in ConversionPatternRewriter
[all...]