| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 116 pImpl->OwnedModules.insert(M); in addModule() 120 pImpl->OwnedModules.erase(M); in removeModule() 184 return pImpl->LLVMRS.get(); in getLLVMRemarkStreamer() 210 if (pImpl->YieldCallback) in yield() 211 pImpl->YieldCallback(this, pImpl->YieldOpaqueHandle); in yield() 259 if (pImpl->DiagHandler) { in diagnose() 337 return pImpl->GCNames[&Fn]; in getGC() 341 pImpl->GCNames.erase(&Fn); in deleteGC() 351 if (pImpl->DITypeMap) in enableDebugTypeODRUniquing() 354 pImpl->DITypeMap.emplace(); in enableDebugTypeODRUniquing() [all …]
|
| H A D | Type.cpp | 294 IntegerType *&Entry = C.pImpl->IntegerTypes[NumBits]; in get() 330 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl; in get() local 342 FT = (FunctionType *)pImpl->Alloc.Allocate( in get() 375 LLVMContextImpl *pImpl = Context.pImpl; in get() local 388 ST = new (Context.pImpl->Alloc) StructType(Context); in get() 633 return C.pImpl->NamedStructTypes.lookup(Name); in getTypeByName() 650 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 700 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 722 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; in get() local 744 LLVMContextImpl *CImpl = C.pImpl; in get() [all …]
|
| H A D | Attributes.cpp | 98 LLVMContextImpl *pImpl = Context.pImpl; in get() local 124 LLVMContextImpl *pImpl = Context.pImpl; in get() local 149 LLVMContextImpl *pImpl = Context.pImpl; in get() local 275 return pImpl && pImpl->isEnumAttribute(); in isEnumAttribute() 279 return pImpl && pImpl->isIntAttribute(); in isIntAttribute() 287 return pImpl && pImpl->isTypeAttribute(); in isTypeAttribute() 334 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None); in hasAttribute() 601 if (!pImpl && !A.pImpl) return false; in operator <() 604 return *pImpl < *A.pImpl; in operator <() 924 LLVMContextImpl *pImpl = C.pImpl; in getSorted() local [all …]
|
| H A D | Constants.cpp | 834 LLVMContextImpl *pImpl = Context.pImpl; in getTrue() local 841 LLVMContextImpl *pImpl = Context.pImpl; in getFalse() local 874 LLVMContextImpl *pImpl = Context.pImpl; in get() local 1015 LLVMContextImpl* pImpl = Context.pImpl; in get() local 1416 LLVMContextImpl *pImpl = Context.pImpl; in get() local 1949 LLVMContextImpl *pImpl = Ty->getContext().pImpl; in getFoldedCast() local 2119 LLVMContextImpl *pImpl = C1->getContext().pImpl; in get() local 2316 LLVMContextImpl *pImpl = C->getContext().pImpl; in getGetElementPtr() local 2388 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getExtractElement() local 2411 LLVMContextImpl *pImpl = Val->getContext().pImpl; in getInsertElement() local [all …]
|
| H A D | Globals.cpp | 208 return getContext().pImpl->GlobalValuePartitions[this]; in getPartition() 219 S = getContext().pImpl->Saver.save(S); in setPartition() 220 getContext().pImpl->GlobalValuePartitions[this] = S; in setPartition() 230 assert(getContext().pImpl->GlobalValueSanitizerMetadata.count(this)); in getSanitizerMetadata() 231 return getContext().pImpl->GlobalValueSanitizerMetadata[this]; in getSanitizerMetadata() 235 getContext().pImpl->GlobalValueSanitizerMetadata[this] = Meta; in setSanitizerMetadata() 241 getContext().pImpl->GlobalValueSanitizerMetadata; in removeSanitizerMetadata() 248 return getContext().pImpl->GlobalObjectSections[this]; in getSectionImpl() 259 S = getContext().pImpl->Saver.save(S); in setSection() 260 getContext().pImpl->GlobalObjectSections[this] = S; in setSection()
|
| H A D | Value.cpp | 285 auto I = Ctx.pImpl->ValueNames.find(this); in getValueName() 286 assert(I != Ctx.pImpl->ValueNames.end() && in getValueName() 300 Ctx.pImpl->ValueNames.erase(this); in setValueName() 306 Ctx.pImpl->ValueNames[this] = VN; in setValueName() 1135 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in AddToUseList() local 1193 LLVMContextImpl *pImpl = getValPtr()->getContext().pImpl; in RemoveFromUseList() local 1206 LLVMContextImpl *pImpl = V->getContext().pImpl; in ValueIsDeleted() local 1207 ValueHandleBase *Entry = pImpl->ValueHandles[V]; in ValueIsDeleted() 1245 if (pImpl->ValueHandles[V]->getKind() == Assert) in ValueIsDeleted() 1262 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() local [all …]
|
| H A D | Metadata.cpp | 105 auto *&Entry = Context.pImpl->MetadataAsValues[MD]; in get() 114 auto &Store = Context.pImpl->MetadataAsValues; in getIfExists() 121 auto &Store = Context.pImpl->MetadataAsValues; in handleChangedMetadata() 328 auto &Store = Context.pImpl->ValuesAsMetadata; in SalvageDebugInfo() 490 auto *&Entry = Context.pImpl->ValuesAsMetadata[V]; in get() 536 auto &Store = Context.pImpl->ValuesAsMetadata; in handleRAUW() 592 auto &Store = Context.pImpl->MDStringCache; in get() 1031 Storage, Context.pImpl->MDTuples); in getImpl() 1059 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext() 1503 getContext().pImpl->ValueMetadata.erase(this); in setMetadata() [all …]
|
| H A D | InlineAsm.cpp | 49 LLVMContextImpl *pImpl = FTy->getContext().pImpl; in get() local 50 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(FTy), Key); in get() 54 getType()->getContext().pImpl->InlineAsms.remove(this); in destroyConstant()
|
| H A D | DebugInfoMetadata.cpp | 84 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl() 100 Storage, Context.pImpl->DILocations); in getImpl() 434 Storage, Context.pImpl->CLASS##s) 438 Storage, Context.pImpl->CLASS##s) 441 Storage, Context.pImpl->CLASS##s) 445 Storage, Context.pImpl->CLASS##s) 793 auto *&CT = (*Context.pImpl->DITypeMap)[&Identifier]; in buildODRType() 2127 if (ExistingIt != Context.pImpl->DIArgLists.end()) in get() 2130 Context.pImpl->DIArgLists.insert(NewArgList); in get() 2141 getContext().pImpl->DIArgLists.erase(this); in handleChangedOperand() [all …]
|
| H A D | TypedPointerType.cpp | 21 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get()
|
| H A D | BasicBlock.cpp | 1183 getContext().pImpl->setTrailingDPValues(this, foo); in setTrailingDPValues() 1187 return getContext().pImpl->getTrailingDPValues(this); in getTrailingDPValues() 1191 getContext().pImpl->deleteTrailingDPValues(this); in deleteTrailingDPValues()
|
| H A D | LLVMContextImpl.cpp | 172 Context.pImpl->dropTriviallyDeadConstantArrays(); in dropTriviallyDeadConstantArrays()
|
| H A D | DIBuilder.cpp | 168 unsigned EntitiesCount = C.pImpl->DIImportedEntitys.size(); in createImportedModule() 171 if (EntitiesCount < C.pImpl->DIImportedEntitys.size()) in createImportedModule()
|
| H A D | DebugInfo.cpp | 1772 auto &Map = Ctx.pImpl->AssignmentIDToInstrs; in getAssignmentInsts()
|
| H A D | Instructions.cpp | 487 auto *ContextImpl = getContext().pImpl; in populateBundleOperandInfos()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 112 AttributeImpl *pImpl = nullptr; 114 Attribute(AttributeImpl *A) : pImpl(A) {} in Attribute() 184 bool isValid() const { return pImpl; } in isValid() 262 bool operator==(Attribute A) const { return pImpl == A.pImpl; } 263 bool operator!=(Attribute A) const { return pImpl != A.pImpl; } 272 return pImpl; in getRawPointer() 452 AttributeListImpl *pImpl = nullptr; 942 bool operator==(const AttributeList &RHS) const { return pImpl == RHS.pImpl; } 943 bool operator!=(const AttributeList &RHS) const { return pImpl != RHS.pImpl; } 947 return pImpl; [all …]
|
| H A D | LLVMContext.h | 69 LLVMContextImpl *const pImpl;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 1167 static Mapper *getAsMapper(void *pImpl) { in getAsMapper() argument 1168 return reinterpret_cast<Mapper *>(pImpl); in getAsMapper() 1177 explicit FlushingMapper(void *pImpl) : M(*getAsMapper(pImpl)) { in FlushingMapper() argument 1202 FlushingMapper(pImpl)->addFlags(Flags); in addFlags() 1206 return FlushingMapper(pImpl)->mapValue(&V); in mapValue() 1214 return FlushingMapper(pImpl)->mapMetadata(&MD); in mapMetadata() 1222 FlushingMapper(pImpl)->remapInstruction(&I); in remapInstruction() 1226 FlushingMapper(pImpl)->remapDPValue(V); in remapDPValue() 1237 FlushingMapper(pImpl)->remapFunction(F); in remapFunction() 1255 getAsMapper(pImpl)->scheduleMapAppendingVariable( in scheduleMapAppendingVariable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1313 if (!pImpl) in runOnMachineFunction() 1314 pImpl = new LDVImpl(this); in runOnMachineFunction() 1319 if (pImpl) in releaseMemory() 1320 static_cast<LDVImpl*>(pImpl)->clear(); in releaseMemory() 1324 if (pImpl) in ~LiveDebugVariables() 1325 delete static_cast<LDVImpl*>(pImpl); in ~LiveDebugVariables() 1507 if (pImpl) in splitRegister() 1962 if (pImpl) in emitDebugValues() 1963 static_cast<LDVImpl*>(pImpl)->emitDebugValues(VRM); in emitDebugValues() 1968 if (pImpl) in dump() [all …]
|
| H A D | LiveDebugVariables.h | 33 void *pImpl = nullptr; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ValueMapper.h | 149 void *pImpl; variable
|