Home
last modified time | relevance | path

Searched refs:pImpl (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/IR/
DLLVMContext.cpp34 LLVMContext::LLVMContext() : pImpl(new LLVMContextImpl(*this)) { in LLVMContext()
131 auto *DeoptEntry = pImpl->getOrInsertBundleTag("deopt"); in LLVMContext()
136 auto *FuncletEntry = pImpl->getOrInsertBundleTag("funclet"); in LLVMContext()
141 LLVMContext::~LLVMContext() { delete pImpl; } in ~LLVMContext()
144 pImpl->OwnedModules.insert(M); in addModule()
148 pImpl->OwnedModules.erase(M); in removeModule()
158 pImpl->InlineAsmDiagHandler = DiagHandler; in setInlineAsmDiagnosticHandler()
159 pImpl->InlineAsmDiagContext = DiagContext; in setInlineAsmDiagnosticHandler()
166 return pImpl->InlineAsmDiagHandler; in getInlineAsmDiagnosticHandler()
172 return pImpl->InlineAsmDiagContext; in getInlineAsmDiagnosticContext()
[all …]
DAttributes.cpp36 LLVMContextImpl *pImpl = Context.pImpl; in get() local
42 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
51 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
59 LLVMContextImpl *pImpl = Context.pImpl; in get() local
65 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); in get()
71 pImpl->AttrsSet.InsertNode(PA, InsertPoint); in get()
108 return pImpl && pImpl->isEnumAttribute(); in isEnumAttribute()
112 return pImpl && pImpl->isIntAttribute(); in isIntAttribute()
116 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
120 if (!pImpl) return None; in getKindAsEnum()
[all …]
DType.cpp218 Type *Type::getVoidTy(LLVMContext &C) { return &C.pImpl->VoidTy; } in getVoidTy()
219 Type *Type::getLabelTy(LLVMContext &C) { return &C.pImpl->LabelTy; } in getLabelTy()
220 Type *Type::getHalfTy(LLVMContext &C) { return &C.pImpl->HalfTy; } in getHalfTy()
221 Type *Type::getFloatTy(LLVMContext &C) { return &C.pImpl->FloatTy; } in getFloatTy()
222 Type *Type::getDoubleTy(LLVMContext &C) { return &C.pImpl->DoubleTy; } in getDoubleTy()
223 Type *Type::getMetadataTy(LLVMContext &C) { return &C.pImpl->MetadataTy; } in getMetadataTy()
224 Type *Type::getTokenTy(LLVMContext &C) { return &C.pImpl->TokenTy; } in getTokenTy()
225 Type *Type::getX86_FP80Ty(LLVMContext &C) { return &C.pImpl->X86_FP80Ty; } in getX86_FP80Ty()
226 Type *Type::getFP128Ty(LLVMContext &C) { return &C.pImpl->FP128Ty; } in getFP128Ty()
227 Type *Type::getPPC_FP128Ty(LLVMContext &C) { return &C.pImpl->PPC_FP128Ty; } in getPPC_FP128Ty()
[all …]
DValue.cpp164 auto I = Ctx.pImpl->ValueNames.find(this); in getValueName()
165 assert(I != Ctx.pImpl->ValueNames.end() && in getValueName()
174 assert(HasName == Ctx.pImpl->ValueNames.count(this) && in setValueName()
179 Ctx.pImpl->ValueNames.erase(this); in setValueName()
185 Ctx.pImpl->ValueNames[this] = VN; in setValueName()
579 LLVMContextImpl *pImpl = V->getContext().pImpl; in AddToUseList() local
584 ValueHandleBase *&Entry = pImpl->ValueHandles[V]; in AddToUseList()
595 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in AddToUseList()
637 LLVMContextImpl *pImpl = V->getContext().pImpl; in RemoveFromUseList() local
638 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles; in RemoveFromUseList()
[all …]
DMetadata.cpp38 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue()
77 auto *&Entry = Context.pImpl->MetadataAsValues[MD]; in get()
86 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists()
93 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata()
255 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get()
273 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists()
279 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion()
302 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW()
361 auto &Store = Context.pImpl->MDStringCache; in get()
695 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()
[all …]
DConstants.cpp530 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local
531 if (!pImpl->TheTrueVal) in getTrue()
532 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue()
533 return pImpl->TheTrueVal; in getTrue()
537 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local
538 if (!pImpl->TheFalseVal) in getFalse()
539 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse()
540 return pImpl->TheFalseVal; in getFalse()
570 LLVMContextImpl *pImpl = Context.pImpl; in get() local
571 ConstantInt *&Slot = pImpl->IntConstants[V]; in get()
[all …]
DInlineAsm.cpp32 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local
33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get()
50 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
DDebugInfoMetadata.cpp51 getUniqued(Context.pImpl->DILocations, in getImpl()
66 Storage, Context.pImpl->DILocations); in getImpl()
83 return ++getContext().pImpl->DiscriminatorTable[Key]; in computeNewDiscriminator()
183 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl()
197 Storage, Context.pImpl->GenericDINodes); in getImpl()
209 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
222 Storage, Context.pImpl->CLASS##s)
225 Storage, Context.pImpl->CLASS##s)
229 Storage, Context.pImpl->CLASS##s)
DLLVMContextImpl.cpp185 Context.pImpl->dropTriviallyDeadConstantArrays(); in dropTriviallyDeadConstantArrays()
/external/llvm/include/llvm/IR/
DAttributes.h73 AttributeImpl *pImpl;
74 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute()
77 Attribute() : pImpl(nullptr) {} in Attribute()
154 bool operator==(Attribute A) const { return pImpl == A.pImpl; }
155 bool operator!=(Attribute A) const { return pImpl != A.pImpl; }
161 ID.AddPointer(pImpl); in Profile()
187 AttributeSetImpl *pImpl; variable
203 explicit AttributeSet(AttributeSetImpl *LI) : pImpl(LI) {} in AttributeSet()
206 AttributeSet() : pImpl(nullptr) {} in AttributeSet()
327 return pImpl == RHS.pImpl;
[all …]
DLLVMContext.h42 LLVMContextImpl *const pImpl;
DInstrTypes.h1591 auto *ContextImpl = static_cast<InstrTy *>(this)->getContext().pImpl;
/external/pdfium/xfa/include/fwl/core/
Dfwl_thread.h37 void SetImpl(CFWL_ThreadImp* pImpl) { m_pImpl = pImpl; } in SetImpl() argument
Dfwl_target.h45 void SetImpl(CFWL_TargetImp* pImpl) { m_pImpl = pImpl; } in SetImpl() argument
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp71 LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(nullptr) { in LiveDebugVariables()
752 if (!pImpl) in runOnMachineFunction()
753 pImpl = new LDVImpl(this); in runOnMachineFunction()
754 return static_cast<LDVImpl*>(pImpl)->runOnMachineFunction(mf); in runOnMachineFunction()
758 if (pImpl) in releaseMemory()
759 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory()
763 if (pImpl) in ~LiveDebugVariables()
764 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables()
902 if (pImpl) in splitRegister()
903 static_cast<LDVImpl*>(pImpl)->splitRegister(OldReg, NewRegs); in splitRegister()
[all …]
DLiveDebugVariables.h35 void *pImpl; variable
/external/icu/icu4c/source/common/
Ducnv_bld.h126 #define UCNV_IMMUTABLE_SHARED_DATA_INITIALIZER(pStaticData, pImpl) \ argument
129 NULL, pStaticData, FALSE, FALSE, pImpl, \
/external/clang/test/SemaTemplate/
Dinstantiate-method.cpp137 impl_fun_ptr pImpl = &X::template in f0() local
/external/opencv3/modules/core/src/
Docl.cpp2947 Platform::Impl* pImpl = p.p; in initializeContextFromHandle() local
2948 pImpl->handle = (cl_platform_id)platform; in initializeContextFromHandle()