| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 103 pImpl->OwnedModules.insert(M); in addModule() 107 pImpl->OwnedModules.erase(M); in removeModule() 159 return pImpl->LLVMRS.get(); in getLLVMRemarkStreamer() 185 if (pImpl->YieldCallback) in yield() 186 pImpl->YieldCallback(this, pImpl->YieldOpaqueHandle); in yield() 234 if (pImpl->DiagHandler && in diagnose() 309 return pImpl->GCNames[&Fn]; in getGC() 313 pImpl->GCNames.erase(&Fn); in deleteGC() 323 if (pImpl->DITypeMap) in enableDebugTypeODRUniquing() 326 pImpl->DITypeMap.emplace(); in enableDebugTypeODRUniquing() [all …]
|
| H A D | Type.cpp | 291 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; in get() 329 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local 341 FT = (FunctionType *)pImpl->Alloc.Allocate( in get() 374 LLVMContextImpl *pImpl = Context.pImpl; in get() local 387 ST = new (Context.pImpl->Alloc) StructType(Context); in get() 590 return C.pImpl->NamedStructTypes.lookup(Name); in getTypeByName() 607 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 658 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 680 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 697 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() [all …]
|
| H A D | Attributes.cpp | 99 LLVMContextImpl *pImpl = Context.pImpl; in get() local 122 LLVMContextImpl *pImpl = Context.pImpl; in get() local 147 LLVMContextImpl *pImpl = Context.pImpl; in get() local 258 return pImpl && pImpl->isEnumAttribute(); in isEnumAttribute() 262 return pImpl && pImpl->isIntAttribute(); in isIntAttribute() 270 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute() 317 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None); in hasAttribute() 478 if (!pImpl && !A.pImpl) return false; in operator <() 481 return *pImpl < *A.pImpl; in operator <() 783 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local [all …]
|
| H A D | Constants.cpp | 850 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local 857 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local 890 LLVMContextImpl *pImpl = Context.pImpl; in get() local 1044 LLVMContextImpl* pImpl = Context.pImpl; in get() local 1444 LLVMContextImpl *pImpl = Context.pImpl; in get() local 1970 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local 2284 LLVMContextImpl *pImpl = C->getContext().pImpl; in get() local 2343 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local 2423 LLVMContextImpl *pImpl = C->getContext().pImpl; in getSelect() local 2488 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local [all …]
|
| H A D | Value.cpp | 273 auto I = Ctx.pImpl->ValueNames.find(this); in getValueName() 274 assert(I != Ctx.pImpl->ValueNames.end() && in getValueName() 288 Ctx.pImpl->ValueNames.erase(this); in setValueName() 294 Ctx.pImpl->ValueNames[this] = VN; in setValueName() 1061 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local 1119 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local 1132 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local 1133 ValueHandleBase *Entry = pImpl->ValueHandles[V]; in ValueIsDeleted() 1171 if (pImpl->ValueHandles[V]->getKind() == Assert) in ValueIsDeleted() 1188 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local [all …]
|
| H A D | Metadata.cpp | 69 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue() 108 auto *&Entry = Context.pImpl->MetadataAsValues[MD]; in get() 117 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() 124 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() 372 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get() 418 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() 474 auto &Store = Context.pImpl->MDStringCache; in get() 846 Storage, Context.pImpl->MDTuples); in getImpl() 874 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext() 1258 getContext().pImpl->ValueMetadata.erase(this); in setMetadata() [all …]
|
| H A D | InlineAsm.cpp | 48 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local 49 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get() 53 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
|
| H A D | Globals.cpp | 188 return getContext().pImpl->GlobalValuePartitions[this]; in getPartition() 199 S = getContext().pImpl->Saver.save(S); in setPartition() 200 getContext().pImpl->GlobalValuePartitions[this] = S; in setPartition() 209 return getContext().pImpl->GlobalObjectSections[this]; in getSectionImpl() 220 S = getContext().pImpl->Saver.save(S); in setSection() 221 getContext().pImpl->GlobalObjectSections[this] = S; in setSection()
|
| H A D | DebugInfoMetadata.cpp | 66 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl() 82 Storage, Context.pImpl->DILocations); in getImpl() 291 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl() 305 Storage, Context.pImpl->GenericDINodes); in getImpl() 330 Storage, Context.pImpl->CLASS##s) 333 Storage, Context.pImpl->CLASS##s) 336 Storage, Context.pImpl->CLASS##s) 340 Storage, Context.pImpl->CLASS##s) 633 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType() 672 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in getODRType() [all …]
|
| H A D | LLVMContextImpl.cpp | 149 Context.pImpl->dropTriviallyDeadConstantArrays(); in dropTriviallyDeadConstantArrays()
|
| H A D | DIBuilder.cpp | 170 unsigned EntitiesCount = C.pImpl->DIImportedEntitys.size(); in createImportedModule() 173 if (EntitiesCount < C.pImpl->DIImportedEntitys.size()) in createImportedModule()
|
| H A D | Instructions.cpp | 378 auto *ContextImpl = getContext().pImpl; in populateBundleOperandInfos()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 98 AttributeImpl *pImpl = nullptr; 100 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() 167 bool isValid() const { return pImpl; } in isValid() 231 bool operator==(Attribute A) const { return pImpl == A.pImpl; } 232 bool operator!=(Attribute A) const { return pImpl != A.pImpl; } 241 return pImpl; in getRawPointer() 415 AttributeListImpl *pImpl = nullptr; 766 bool operator==(const AttributeList &RHS) const { return pImpl == RHS.pImpl; } 767 bool operator!=(const AttributeList &RHS) const { return pImpl != RHS.pImpl; } 771 return pImpl; [all …]
|
| H A D | LLVMContext.h | 70 LLVMContextImpl *const pImpl;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 1100 static Mapper *getAsMapper(void *pImpl) { in getAsMapper() argument 1101 return reinterpret_cast<Mapper *>(pImpl); in getAsMapper() 1110 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() argument 1126 ValueMapper::~ValueMapper() { delete getAsMapper(pImpl); } in ~ValueMapper() 1135 FlushingMapper(pImpl)->addFlags(Flags); in addFlags() 1139 return FlushingMapper(pImpl)->mapValue(&V); in mapValue() 1147 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata() 1155 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction() 1159 FlushingMapper(pImpl)->remapFunction(F); in remapFunction() 1173 getAsMapper(pImpl)->scheduleMapAppendingVariable( in scheduleMapAppendingVariable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1324 if (!pImpl) in runOnMachineFunction() 1325 pImpl = new LDVImpl(this); in runOnMachineFunction() 1330 if (pImpl) in releaseMemory() 1331 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory() 1335 if (pImpl) in ~LiveDebugVariables() 1336 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables() 1518 if (pImpl) in splitRegister() 1934 if (pImpl) in emitDebugValues() 1935 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM); in emitDebugValues() 1940 if (pImpl) in dump() [all …]
|
| H A D | LiveDebugVariables.h | 33 void *pImpl = nullptr; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ValueMapper.h | 144 void *pImpl; variable
|