Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h347 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
411 return getImpl(Context, Value, IsUnsigned,
750 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
759 static DIBasicType *getImpl(LLVMContext &Context, unsigned Tag,
972 return getImpl(
1223 return getImpl(Context, SourceLanguage, File,
1923 return getImpl(Context, static_cast<Metadata *>(Scope),
1971 return getImpl(Context, static_cast<Metadata *>(Scope),
2354 static DIExpression *getImpl(LLVMContext &Context,
2601 getImpl(LLVMContext &Context, DIScope *Scope, StringRef Name,
[all …]
H A DMetadata.h1121 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1134 return getImpl(Context, MDs, Uniqued);
1138 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1145 return getImpl(Context, MDs, Distinct);
1155 return TempMDTuple(getImpl(Context, MDs, Temporary));
H A DConstants.h428 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
514 static Constant *getImpl(ArrayRef<Constant *> V);
595 static Constant *getImpl(StringRef Bytes, Type *Ty);
724 return getImpl(Data, Ty);
H A DAttributes.h362 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp49 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
317 return getImpl(Context, CountNode, Lo, Storage, ShouldCreate); in getImpl()
363 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType
380 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType
494 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile
509 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit
623 DISubprogram *DISubprogram::getImpl( in getImpl() function in DISubprogram
720 DITemplateValueParameter *DITemplateValueParameter::getImpl( in getImpl() function in DITemplateValueParameter
796 DILabel *DILabel::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl() function in DILabel
808 DIExpression *DIExpression::getImpl(LLVMContext &Context, in getImpl() function in DIExpression
[all …]
H A DAttributes.cpp846 AttributeList AttributeList::getImpl(LLVMContext &C, in getImpl() function in AttributeList
937 return getImpl(C, AttrVec); in get()
978 return getImpl(C, AttrSets); in get()
988 return getImpl(C, AttrSets); in get()
1030 return getImpl(C, NewAttrSets); in get()
1082 return getImpl(C, AttrSets); in addAttributes()
1102 return getImpl(C, AttrSets); in addParamAttribute()
1115 return getImpl(C, AttrSets); in removeAttribute()
1128 return getImpl(C, AttrSets); in removeAttribute()
1144 return getImpl(C, AttrSets); in removeAttributes()
[all …]
H A DConstants.cpp984 if (Constant *C = getImpl(Ty, V)) in get()
1080 if (Constant *C = getImpl(V)) in get()
2552 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in getFP()
2558 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in getFP()
2564 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in getFP()
2586 return getImpl(StringRef(Data, Elts.size() * 1), Ty); in get()
2591 return getImpl(StringRef(Data, Elts.size() * 2), Ty); in get()
2596 return getImpl(StringRef(Data, Elts.size() * 4), Ty); in get()
2601 return getImpl(StringRef(Data, Elts.size() * 8), Ty); in get()
2877 if (Constant *C = getImpl(getType(), Values)) in handleOperandChangeImpl()
[all …]
H A DMetadata.cpp813 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs, in getImpl() function in MDTuple
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp107 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
185 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
189 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
193 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
530 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
532 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
620 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
666 getImpl(impl).dumpStmtLiveness(M); in dumpStmtLiveness()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1469 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC, in getImpl() function
1489 getImpl(Info.PImpl, Info.AC, &DL, Info.DT).clear(); in runOnFunction()
1508 delete &getImpl(PImpl, AC, nullptr); in releaseMemory()
1558 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstant()
1576 getImpl(PImpl, AC, &DL, DT).getValueInBlock(V, BB, CxtI); in getConstantRange()
1595 getImpl(PImpl, AC, &DL, DT).getValueOnEdge(V, FromBB, ToBB, CxtI); in getConstantOnEdge()
1810 getImpl(PImpl, AC, &DL, DT).threadEdge(PredBB, OldSucc, NewSucc); in threadEdge()
1817 getImpl(PImpl, AC, &DL, DT).eraseBlock(BB); in eraseBlock()
1824 getImpl(PImpl, AC, DL, DT).printLVI(F, DTree, OS); in printLVI()
1830 getImpl(PImpl, AC, DL, DT).disableDT(); in disableDT()
[all …]