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

/freebsd-13-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,
295 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
299 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
303 static DISubrange *getImpl(LLVMContex
374 static DIEnumerator *getImpl(LLVMContext &Context, const APInt &Value, function in class:llvm::DIEnumerator
522 static DIFile *getImpl(LLVMContext &Context, StringRef Filename, function in class:llvm::DIFile
726 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag, function in class:llvm::DIBasicType
797 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, DIFile *File, function in class:llvm::DIDerivedType
939 getImpl(LLVMContext &Context, unsigned Tag, StringRef Name, Metadata *File, function in class:llvm::DICompositeType
1109 static DISubroutineType *getImpl(LLVMContext &Context, DIFlags Flags, function in class:llvm::DISubroutineType
1200 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, function in class:llvm::DICompileUnit::DebugNameTableKind
1405 static DILocation *getImpl(LLVMContext &Context, unsigned Line, function in class:llvm::DICompileUnit::DILocation
[all...]
H A DConstants.h436 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
521 static Constant *getImpl(ArrayRef<Constant *> V);
604 static Constant *getImpl(StringRef Bytes, Type *Ty);
727 return getImpl(Data, Ty);
H A DMetadata.h1127 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1140 return getImpl(Context, MDs, Uniqued);
1144 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1151 return getImpl(Context, MDs, Distinct);
1161 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DAttributes.h386 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp51 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
277 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, function in class:GenericDINode
335 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, function in class:DISubrange
341 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
345 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, function in class:DISubrange
350 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
354 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, function in class:DISubrange
438 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, function in class:DIEnumerator
447 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIBasicType
473 DIDerivedType *DIDerivedType::getImpl( function in class:DIDerivedType
490 DICompositeType *DICompositeType::getImpl( function in class:DICompositeType
577 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, DIFlags Flags, function in class:DISubroutineType
610 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, function in class:DIFile
625 DICompileUnit *DICompileUnit::getImpl( function in class:DICompileUnit
746 DISubprogram *DISubprogram::getImpl( function in class:DISubprogram
782 DILexicalBlock *DILexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILexicalBlock
795 DILexicalBlockFile *DILexicalBlockFile::getImpl(LLVMContext &Context, function in class:DILexicalBlockFile
806 DINamespace *DINamespace::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DINamespace
816 DICommonBlock *DICommonBlock::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DICommonBlock
827 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, function in class:DIModule
842 DITemplateTypeParameter::getImpl(LLVMContext &Context, MDString *Name, function in class:DITemplateTypeParameter
851 DITemplateValueParameter *DITemplateValueParameter::getImpl( function in class:DITemplateValueParameter
862 DIGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, function in class:DIGlobalVariable
886 DILocalVariable *DILocalVariable::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILocalVariable
928 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, function in class:DILabel
940 DIExpression *DIExpression::getImpl(LLVMContext &Context, function in class:DIExpression
1331 DIGlobalVariableExpression::getImpl(LLVMContext &Context, Metadata *Variable, function in class:DIGlobalVariableExpression
1339 DIObjCProperty *DIObjCProperty::getImpl( function in class:DIObjCProperty
1352 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, function in class:DIImportedEntity
1364 DIMacro *DIMacro::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacro
1373 DIMacroFile *DIMacroFile::getImpl(LLVMContext &Context, unsigned MIType, function in class:DIMacroFile
[all...]
H A DAttributes.cpp1036 AttributeList AttributeList::getImpl(LLVMContext &C, function in class:AttributeList
1129 return getImpl(C, AttrVec);
1170 return getImpl(C, AttrSets);
1180 return getImpl(C, AttrSets);
1233 return getImpl(C, NewAttrSets);
1285 return getImpl(C, AttrSets);
1305 return getImpl(C, AttrSets);
1318 return getImpl(C, AttrSets);
1331 return getImpl(C, AttrSets);
1347 return getImpl(
[all...]
H A DConstants.cpp1159 if (Constant *C = getImpl(Ty, V))
1164 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { function in class:ConstantArray
1255 if (Constant *C = getImpl(V))
1261 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { function in class:ConstantVector
2720 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2805 return getImpl(StringRef(Data, Elts.size() * 2), Ty);
2811 return getImpl(StringRef(Data, Elts.size() * 4), Ty);
2818 return getImpl(StringRef(Data, Elts.size() * 8), Ty);
2840 return getImpl(StringRef(Data, Elts.size() * 1), Ty);
2845 return getImpl(StringRe
[all...]
H A DMetadata.cpp814 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp59 static LiveVariablesImpl &getImpl(void *x) { function
137 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
141 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
145 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
482 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
484 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
571 getImpl(impl).dumpBlockLiveness(M);
617 getImpl(impl).dumpStmtLiveness(M);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1512 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC,
1529 getImpl(Info.PImpl, Info.AC, F.getParent()).clear();
1548 delete &getImpl(PImpl, AC, nullptr);
1595 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI);
1613 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI);
1632 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1651 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1737 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1758 ValueLatticeElement Result = getImpl(PImpl, AC, M).getValueAt(V, CxtI);
1847 getImpl(PImp
[all...]

Completed in 129 milliseconds