| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 42 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \ 47 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \ 51 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \ 55 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \ 244 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 247 return getImpl(Context, Tag, getCanonicalMDString(Context, Header), 251 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 311 static DIAssignID *getImpl(LLVMContext &Context, StorageType Storage, 321 return getImpl(Context, Distinct); in getDistinct() 324 return TempDIAssignID(getImpl(Context, Temporary)); in getTemporary() [all …]
|
| H A D | Constants.h | 423 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V); 507 static Constant *getImpl(ArrayRef<Constant *> V); 589 static Constant *getImpl(StringRef Bytes, Type *Ty); 713 return getImpl(Data, Ty); 785 return getImpl(Data, Ty);
|
| H A D | Metadata.h | 1343 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, 1357 return getImpl(Context, MDs, Uniqued); 1361 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false); 1368 return getImpl(Context, MDs, Distinct); 1378 return TempMDTuple(getImpl(Context, MDs, Temporary));
|
| H A D | Attributes.h | 467 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 66 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 321 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode 383 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange 389 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl() 393 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 398 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage, in getImpl() 402 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode, in getImpl() function in DISubrange 498 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context, in getImpl() function in DIGenericSubrange 583 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value, in getImpl() function in DIEnumerator 592 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType [all …]
|
| H A D | Constants.cpp | 1250 if (Constant *C = getImpl(Ty, V)) in get() 1255 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray 1357 if (Constant *C = getImpl(V)) in get() 1363 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector 2891 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential 2978 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in getFP() 2984 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in getFP() 2991 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in getFP() 3013 return getImpl(StringRef(Data, Elts.size() * 1), Ty); in get() 3018 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in get() [all …]
|
| H A D | Attributes.cpp | 1104 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList 1189 return getImpl(C, AttrVec); in get() 1230 return getImpl(C, AttrSets); in get() 1240 return getImpl(C, AttrSets); in get() 1298 return getImpl(C, NewAttrSets); in get() 1342 return AttributeList::getImpl(C, AttrSets); in setAttributesAtIndex() 1376 return getImpl(C, AttrSets); in addParamAttribute()
|
| H A D | Metadata.cpp | 921 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 59 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 110 ListTy = new (RK.getImpl().Allocator) ListRecTy(this); in getListTy() 122 return &RK.getImpl().SharedBitRecTy; in get() 134 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() 161 return &RK.getImpl().SharedIntRecTy; in get() 170 return &RK.getImpl().SharedStringRecTy; in get() 199 return &RK.getImpl().SharedDagRecTy; in get() 215 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() 361 return &RK.getImpl().TheUnsetInit; in get() 373 return V ? &RK.getImpl().TrueBitInit : &RK.getImpl().FalseBitInit; in get() 404 detail::RecordKeeperImpl &RKImpl = RK.getImpl(); in get() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1540 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function 1557 getImpl(Info.PImpl, Info.AC, F.getParent()).clear(); in runOnFunction() 1576 delete &getImpl(PImpl, AC, nullptr); in releaseMemory() 1623 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1641 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstantRange() 1703 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1722 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1808 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1831 ? getImpl(PImpl, AC, M).getValueInBlock(V, CxtI->getParent(), CxtI) in getPredicateAt() 1832 : getImpl(PImpl, AC, M).getValueAt(V, CxtI); in getPredicateAt() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 1901 detail::RecordKeeperImpl &getImpl() { return *Impl; } in getImpl() function
|