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

/freebsd-12-stable/contrib/llvm-project/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 class:llvm::DIEnumerator
499 static DIFile *getImpl(LLVMContext &Context, StringRef Filename, function in class:llvm::DIFile
703 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DIBasicType
774 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, function in class:llvm::DIDerivedType
916 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, function in class:llvm::DICompositeType
1076 static DISubroutineType *getImpl(LLVMContext &Context, DIFlags Flags, function in class:llvm::DISubroutineType
1167 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, function in class:llvm::DICompileUnit::DebugNameTableKind
1367 static DILocation *getImpl(LLVMContext &Context, unsigned Line, function in class:llvm::DICompileUnit::DILocation
[all...]
H A DConstants.h427 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
513 static Constant *getImpl(ArrayRef<Constant *> V);
595 static Constant *getImpl(StringRef Bytes, Type *Ty);
724 return getImpl(Data, Ty);
H A DMetadata.h1129 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1142 return getImpl(Context, MDs, Uniqued);
1146 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1153 return getImpl(Context, MDs, Distinct);
1163 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DAttributes.h372 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
262 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, function in class:GenericDINode
320 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, function in class:DISubrange
324 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate);
327 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, function in class:DISubrange
335 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, function in class:DIEnumerator
344 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIBasicType
370 DIDerivedType *DIDerivedType::getImpl( function in class:DIDerivedType
387 DICompositeType *DICompositeType::getImpl( function in class:DICompositeType
430 // Mutate CT in place. Keep this in sync with getImpl
470 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, function in class:DISubroutineType
501 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, function in class:DIFile
516 DICompileUnit *DICompileUnit::getImpl( function in class:DICompileUnit
630 DISubprogram *DISubprogram::getImpl( function in class:DISubprogram
671 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILexicalBlock
684 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, function in class:DILexicalBlockFile
695 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DINamespace
705 DICommonBlock *DICommonBlock::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DICommonBlock
716 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DIModule
727 DITemplateTypeParameter *DITemplateTypeParameter::getImpl(LLVMContext &Context, function in class:DITemplateTypeParameter
738 DITemplateValueParameter *DITemplateValueParameter::getImpl( function in class:DITemplateValueParameter
748 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, function in class:DIGlobalVariable
772 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILocalVariable
814 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILabel
826 DIExpression *DIExpression::getImpl(LLVMContext &Context, function in class:DIExpression
1214 DIGlobalVariableExpression::getImpl(LLVMContext &Context, Metadata *Variable, function in class:DIGlobalVariableExpression
1222 DIObjCProperty *DIObjCProperty::getImpl( function in class:DIObjCProperty
1235 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIImportedEntity
1247 DIMacro *DIMacro::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacro
1256 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacroFile
[all...]
H A DAttributes.cpp945 AttributeList AttributeList::getImpl(LLVMContext &C, function in class:AttributeList
1036 return getImpl(C, AttrVec);
1077 return getImpl(C, AttrSets);
1087 return getImpl(C, AttrSets);
1129 return getImpl(C, NewAttrSets);
1181 return getImpl(C, AttrSets);
1201 return getImpl(C, AttrSets);
1214 return getImpl(C, AttrSets);
1227 return getImpl(C, AttrSets);
1243 return getImpl(
[all...]
H A DConstants.cpp1066 if (Constant *C = getImpl(Ty, V))
1071 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { function in class:ConstantArray
1162 if (Constant *C = getImpl(V))
1168 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { function in class:ConstantVector
2554 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2632 return getImpl(StringRef(Data, Elts.size() * 2), Ty);
2638 return getImpl(StringRef(Data, Elts.size() * 4), Ty);
2644 return getImpl(StringRef(Data, Elts.size() * 8), Ty);
2666 return getImpl(StringRef(Data, Elts.size() * 1), Ty);
2671 return getImpl(StringRe
[all...]
H A DMetadata.cpp814 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp106 static LiveVariablesImpl &getImpl(void *x) { function
184 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
188 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
529 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
531 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
619 getImpl(impl).dumpBlockLiveness(M);
665 getImpl(impl).dumpStmtLiveness(M);
/freebsd-12-stable/contrib/llvm-project/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 220 milliseconds