| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 240 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag, 305 static DISubrange *getImpl(LLVMContext &Context, int64_t Count, 432 return getImpl(Context, Value, IsUnsigned, 1085 return getImpl( 1379 return getImpl( 1870 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name, 2100 return getImpl(Context, static_cast<Metadata *>(Scope), 2148 return getImpl(Context, static_cast<Metadata *>(Scope), 2568 static DIExpression *getImpl(LLVMContext &Context, 3300 return getImpl(Context, Tag, Scope, Entity, File, Line, [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 | 1154 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, 1166 return getImpl(Context, MDs, Uniqued); 1170 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false); 1177 return getImpl(Context, MDs, Distinct); 1187 return TempMDTuple(getImpl(Context, MDs, Temporary));
|
| H A D | Attributes.h | 433 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 58 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation 580 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType 597 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType 723 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile 738 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit 859 DISubprogram *DISubprogram::getImpl( in getImpl() function in DISubprogram 964 DITemplateValueParameter *DITemplateValueParameter::getImpl( in getImpl() function in DITemplateValueParameter 1041 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() function in DILabel 1053 DIExpression *DIExpression::getImpl(LLVMContext &Context, in getImpl() function in DIExpression 1539 DIObjCProperty *DIObjCProperty::getImpl( in getImpl() function in DIObjCProperty [all …]
|
| H A D | Attributes.cpp | 1012 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList 1105 return getImpl(C, AttrVec); in get() 1146 return getImpl(C, AttrSets); in get() 1156 return getImpl(C, AttrSets); in get() 1209 return getImpl(C, NewAttrSets); in get() 1244 return AttributeList::getImpl(C, AttrSets); in setAttributes() 1286 return getImpl(C, AttrSets); in addParamAttribute() 1299 return getImpl(C, AttrSets); in removeAttribute() 1312 return getImpl(C, AttrSets); in removeAttribute() 1335 return getImpl(C, AttrSets); in removeAttributes()
|
| H A D | Constants.cpp | 1265 if (Constant *C = getImpl(Ty, V)) in get() 1371 if (Constant *C = getImpl(V)) in get() 3040 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in getFP() 3046 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in getFP() 3053 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in getFP() 3075 return getImpl(StringRef(Data, Elts.size() * 1), Ty); in get() 3080 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in get() 3085 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in get() 3090 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in get() 3389 if (Constant *C = getImpl(getType(), Values)) in handleOperandChangeImpl() [all …]
|
| H A D | Metadata.cpp | 831 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 58 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function 136 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive() 140 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive() 144 return getImpl(impl).stmtsToLiveness[Loc].isLive(Val); in isLive() 489 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks() 491 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks() 557 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness() 603 getImpl(impl).dumpExprLiveness(M); in dumpExprLiveness()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1507 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function 1524 getImpl(Info.PImpl, Info.AC, F.getParent()).clear(); in runOnFunction() 1543 delete &getImpl(PImpl, AC, nullptr); in releaseMemory() 1590 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI); in getConstant() 1627 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge() 1646 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantRangeOnEdge() 1732 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI); in getPredicateOnEdge() 1756 : getImpl(PImpl, AC, M).getValueAt(V, CxtI); in getPredicateAt() 1863 getImpl(PImpl, AC, PredBB->getModule()) in threadEdge() 1870 getImpl(PImpl, AC, BB->getModule()).eraseBlock(BB); in eraseBlock() [all …]
|