/llvm-project/mlir/include/mlir/Support/ |
H A D | InterfaceSupport.h | 131 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 D | SCFToSPIRV.h | 29 ScfToSPIRVContextImpl *getImpl() { return impl.get(); } in getImpl() function
|
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 80 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 D | Constants.cpp | 1298 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 D | Metadata.cpp | 1024 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, getImpl() function in MDTuple
|
H A D | Attributes.cpp | 1263 AttributeList AttributeList::getImpl(LLVMContext &C, getImpl() function in AttributeList
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Types.h | 95 Storage *getImpl() const { return impl; } in getImpl() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Value.h | 247 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 D | MLIRContext.h | 205 MLIRContextImpl &getImpl() { return *impl; } getImpl() function
|
H A D | Types.h | 208 ImplType *getImpl() const { return impl; } getImpl() function
|
H A D | StorageUniquerSupport.h | 212 ImplType *getImpl() const { return static_cast<ImplType *>(this->impl); } in getImpl() function
|
H A D | Attributes.h | 162 ImplType *getImpl() const { return impl; } in getImpl() function
|
H A D | AffineExpr.h | 206 ImplType *getImpl() const { return expr; } in getImpl() function
|
H A D | AsmState.h | 559 detail::AsmStateImpl &getImpl() { return *impl; } getImpl() function
|
H A D | OperationSupport.h | 496 Impl *getImpl() const { return impl; } getImpl() function [all...] |
/llvm-project/mlir/include/mlir/Bytecode/ |
H A D | BytecodeWriter.h | 91 const Impl &getImpl() const { return *impl; } getImpl() function
|
/llvm-project/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 59 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
|
/llvm-project/mlir/lib/Pass/ |
H A D | Pass.cpp | 374 OpPassManagerImpl &OpPassManager::getImpl() { return *impl; } getImpl() function in OpPassManager
|
/llvm-project/mlir/lib/IR/ |
H A D | MLIRContext.cpp | 1177 AffineMap AffineMap::getImpl(unsigned dimCount, unsigned symbolCount, getImpl() function in AffineMap [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1650 LazyValueInfoImpl *LazyValueInfo::getImpl() { getImpl() function in LazyValueInfo
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1972 detail::RecordKeeperImpl &getImpl() { return *Impl; } getImpl() function
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | DialectConversion.cpp | 1741 detail::ConversionPatternRewriterImpl &ConversionPatternRewriter::getImpl() { getImpl() function in ConversionPatternRewriter [all...] |