Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h331 return getImpl(Context, Distinct); in getDistinct()
334 return TempDIAssignID(getImpl(Context, Temporary)); in getTemporary()
355 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
474 return getImpl(Context, Value, IsUnsigned,
1129 return getImpl(
1429 return getImpl(
1665 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name,
2200 return getImpl(Context, static_cast<Metadata *>(Scope),
2249 return getImpl(Context, static_cast<Metadata *>(Scope),
2672 static DIExpression *getImpl(LLVMContext &Context,
[all …]
H A DConstants.h422 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
506 static Constant *getImpl(ArrayRef<Constant *> V);
588 static Constant *getImpl(StringRef Bytes, Type *Ty);
712 return getImpl(Data, Ty);
784 return getImpl(Data, Ty);
H A DMetadata.h1477 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1491 return getImpl(Context, MDs, Uniqued);
1495 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1502 return getImpl(Context, MDs, Distinct);
1512 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DAttributes.h470 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp76 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
456 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
465 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
754 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType
903 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile
932 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit
1113 DISubprogram *DISubprogram::getImpl( in getImpl() function in DISubprogram
1226 DIModule *DIModule::getImpl(LLVMContext &Context, Metadata *File, in getImpl() function in DIModule
1257 DITemplateValueParameter *DITemplateValueParameter::getImpl( in getImpl() function in DITemplateValueParameter
1355 DIExpression *DIExpression::getImpl(LLVMContext &Context, in getImpl() function in DIExpression
[all …]
H A DConstants.cpp1236 if (Constant *C = getImpl(Ty, V)) in get()
1343 if (Constant *C = getImpl(V)) in get()
2777 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in getFP()
2783 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in getFP()
2790 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in getFP()
2812 return getImpl(StringRef(Data, Elts.size() * 1), Ty); in get()
2817 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in get()
2822 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in get()
2827 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in get()
3126 if (Constant *C = getImpl(getType(), Values)) in handleOperandChangeImpl()
[all …]
H A DAttributes.cpp1133 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
1218 return getImpl(C, AttrVec); in get()
1259 return getImpl(C, AttrSets); in get()
1269 return getImpl(C, AttrSets); in get()
1327 return getImpl(C, NewAttrSets); in get()
1371 return AttributeList::getImpl(C, AttrSets); in setAttributesAtIndex()
1405 return getImpl(C, AttrSets); in addParamAttribute()
H A DMetadata.cpp1015 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp59 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
142 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
146 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
150 return getImpl(impl).stmtsToLiveness[Loc].isLive(Val); in isLive()
511 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
579 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
625 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp121 return &RK.getImpl().SharedBitRecTy; in get()
133 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
154 return &RK.getImpl().SharedIntRecTy; in get()
163 return &RK.getImpl().SharedStringRecTy; in get()
192 return &RK.getImpl().SharedDagRecTy; in get()
208 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
359 return &RK.getImpl().TheUnsetInit; in get()
390 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get()
409 return V ? &RK.getImpl().TrueBitInit : &RK.getImpl().FalseBitInit; in get()
554 IntInit *&I = RK.getImpl().TheIntInitPool[V]; in get()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h39 LazyValueInfoImpl *getImpl();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1637 if (auto *Impl = Info.getImpl()) in runOnFunction()
1664 LazyValueInfoImpl *LazyValueInfo::getImpl() { in getImpl() function in LazyValueInfo
1674 if (auto *Impl = getImpl()) { in releaseMemory()
2000 if (auto *Impl = getImpl()) in threadEdge()
2005 if (auto *Impl = getImpl()) in forgetValue()
2010 if (auto *Impl = getImpl()) in eraseBlock()
2015 if (auto *Impl = getImpl()) in clear()
2020 if (auto *Impl = getImpl()) in printLVI()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1972 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl() function