Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h44 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
49 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
53 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
57 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
251 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
254 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
258 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
318 static DIAssignID *getImpl(LLVMContext &Context, StorageType Storage,
332 return getImpl(Context, Distinct); in getDistinct()
335 return TempDIAssignID(getImpl(Context, Temporary)); in getTemporary()
[all …]
H A DConstants.h438 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
522 static Constant *getImpl(ArrayRef<Constant *> V);
604 static Constant *getImpl(StringRef Bytes, Type *Ty);
728 return getImpl(Data, Ty);
800 return getImpl(Data, Ty);
H A DMetadata.h1487 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1501 return getImpl(Context, MDs, Uniqued);
1505 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1512 return getImpl(Context, MDs, Distinct);
1522 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DAttributes.h503 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
/freebsd/contrib/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
460 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
464 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange
469 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl()
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(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType
[all …]
H A DConstants.cpp1293 if (Constant *C = getImpl(Ty, V)) in get()
1298 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray
1400 if (Constant *C = getImpl(V)) in get()
1406 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector
2835 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
2922 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in getFP()
2928 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in getFP()
2935 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in getFP()
2957 return getImpl(StringRef(Data, Elts.size() * 1), Ty); in get()
2962 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in get()
[all …]
H A DAttributes.cpp1263 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
1348 return getImpl(C, AttrVec); in get()
1389 return getImpl(C, AttrSets); in get()
1399 return getImpl(C, AttrSets); in get()
1457 return getImpl(C, NewAttrSets); in get()
1501 return AttributeList::getImpl(C, AttrSets); in setAttributesAtIndex()
1535 return getImpl(C, AttrSets); in addParamAttribute()
H A DMetadata.cpp1024 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
/freebsd/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/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h179 getImpl(Str, I); in getAllImpl()
183 void getImpl(ScopedString &Str, const u32 HandleId, const u32 ExtraIndent = 0)
207 getImpl(Str, I, ExtraIndent + 1); in REQUIRES()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp109 ListTy = new (RK.getImpl().Allocator) ListRecTy(this); in getListTy()
121 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1646 if (auto *Impl = Info.getImpl()) in runOnFunction()
1673 LazyValueInfoImpl *LazyValueInfo::getImpl() { in getImpl() function in LazyValueInfo
1683 if (auto *Impl = getImpl()) { in releaseMemory()
1977 if (auto *Impl = getImpl()) in threadEdge()
1982 if (auto *Impl = getImpl()) in forgetValue()
1987 if (auto *Impl = getImpl()) in eraseBlock()
1992 if (auto *Impl = getImpl()) in clear()
1997 if (auto *Impl = getImpl()) in printLVI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h42 LazyValueInfoImpl *getImpl();
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1972 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl() function