Home
last modified time | relevance | path

Searched refs:LLVMContextImpl (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp23 LLVMContextImpl::LLVMContextImpl(LLVMContext &C) in LLVMContextImpl() function in LLVMContextImpl
43 LLVMContextImpl::~LLVMContextImpl() { in ~LLVMContextImpl()
144 void LLVMContextImpl::dropTriviallyDeadConstantArrays() { in dropTriviallyDeadConstantArrays()
199 StringMapEntry<uint32_t> *LLVMContextImpl::getOrInsertBundleTag(StringRef Tag) { in getOrInsertBundleTag()
204 void LLVMContextImpl::getOperandBundleTags(SmallVectorImpl<StringRef> &Tags) const { in getOperandBundleTags()
210 uint32_t LLVMContextImpl::getOperandBundleTagID(StringRef Tag) const { in getOperandBundleTagID()
216 SyncScope::ID LLVMContextImpl::getOrInsertSyncScopeID(StringRef SSN) { in getOrInsertSyncScopeID()
223 void LLVMContextImpl::getSyncScopeNames( in getSyncScopeNames()
243 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()
249 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
DType.cpp303 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get()
348 LLVMContextImpl *pImpl = Context.pImpl; in get()
590 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get()
620 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get()
641 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get()
DCMakeLists.txt36 LLVMContextImpl.cpp
DConstants.cpp661 LLVMContextImpl *pImpl = Context.pImpl; in getTrue()
668 LLVMContextImpl *pImpl = Context.pImpl; in getFalse()
693 LLVMContextImpl *pImpl = Context.pImpl; in get()
863 LLVMContextImpl* pImpl = Context.pImpl; in get()
1213 LLVMContextImpl *pImpl = Context.pImpl; in get()
1621 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast()
1932 LLVMContextImpl *pImpl = C->getContext().pImpl; in get()
1991 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get()
2071 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect()
2129 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr()
[all …]
DValue.cpp805 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList()
863 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList()
876 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted()
932 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd()
DInlineAsm.cpp47 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get()
DAttributes.cpp82 LLVMContextImpl *pImpl = Context.pImpl; in get()
105 LLVMContextImpl *pImpl = Context.pImpl; in get()
126 LLVMContextImpl *pImpl = Context.pImpl; in get()
742 LLVMContextImpl *pImpl = C.pImpl; in get()
949 LLVMContextImpl *pImpl = C.pImpl; in getImpl()
DLLVMContext.cpp35 LLVMContext::LLVMContext() : pImpl(new LLVMContextImpl(*this)) { in LLVMContext()
DLLVMContextImpl.h1242 class LLVMContextImpl {
1405 LLVMContextImpl(LLVMContext &C);
1406 ~LLVMContextImpl();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLLVMContext.h30 class LLVMContextImpl; variable
65 LLVMContextImpl *const pImpl;
DDebugInfoMetadata.h119 friend class LLVMContextImpl; variable
215 friend class LLVMContextImpl; variable
287 friend class LLVMContextImpl; variable
348 friend class LLVMContextImpl; variable
453 friend class LLVMContextImpl; variable
690 friend class LLVMContextImpl; variable
757 friend class LLVMContextImpl; variable
891 friend class LLVMContextImpl; variable
1062 friend class LLVMContextImpl; variable
1116 friend class LLVMContextImpl; variable
[all …]
DMetadata.h176 friend class LLVMContextImpl; variable
341 friend class LLVMContextImpl; variable
874 friend class LLVMContextImpl;
1115 friend class LLVMContextImpl;
1335 friend class LLVMContextImpl;
DType.h89 friend class LLVMContextImpl;
DDerivedTypes.h41 friend class LLVMContextImpl; variable
DConstants.h575 friend class LLVMContextImpl;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h31 class LLVMContextImpl; variable
50 LLVMContextImpl *const pImpl;
DType.h33 class LLVMContextImpl; variable
88 friend class LLVMContextImpl;
DMetadata.h163 friend class LLVMContextImpl; variable
327 friend class LLVMContextImpl; variable
832 friend class LLVMContextImpl;
1073 friend class LLVMContextImpl;
1283 friend class LLVMContextImpl;
DDerivedTypes.h40 friend class LLVMContextImpl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp439 "llvm/lib/IR/LLVMContextImpl.cpp",
DBUILD.gn550 "llvm/lib/IR/LLVMContextImpl.cpp",
DCMakeLists.txt440 ${LLVM_DIR}/lib/IR/LLVMContextImpl.cpp