/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 72 static size_t size(const jitlink::JITLinkMemoryManager::FinalizedAlloc &FA) { in size() argument 78 const jitlink::JITLinkMemoryManager::FinalizedAlloc &FA) { in serialize() argument 84 jitlink::JITLinkMemoryManager::FinalizedAlloc &FA) { in deserialize() argument
|
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 75 FileEditsTy::iterator FA = getActionForOffset(Offs); in canInsertInOffset() local 127 FileEdit &FA = FileEdits[Offs]; in commitInsert() local 156 FileEdit &FA = I->second; in commitInsertFromRange() local 173 FileEdit &FA = I->second; in commitInsertFromRange() local 210 FileEdit &FA = I->second; in commitRemove() local 228 FileEdit &FA = I->second; in commitRemove() local 253 FileEdit &FA = I->second; in commitRemove() local 473 FileEdit &FA = I->second; in getActionForOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MapperJITLinkMemoryManager.cpp | 151 for (auto &FA : Allocs) { in deallocate() local 164 for (auto &FA : Allocs) in deallocate() local 173 for (auto &FA : Allocs) { in deallocate() local
|
H A D | EPCIndirectionUtils.cpp | 126 auto FA = Alloc->finalize(); in grow() local 310 auto FA = Alloc->finalize(); in writeResolverBlock() local 379 auto FA = Alloc->finalize(); in getIndirectStubs() local
|
H A D | ObjectLinkingLayer.cpp | 364 Error notifyEmitted(jitlink::JITLinkMemoryManager::FinalizedAlloc FA) { in notifyEmitted() 736 MaterializationResponsibility &MR, FinalizedAlloc FA) { in recordFinalizedAlloc()
|
H A D | DebugObjectManagerPlugin.cpp | 172 OnFinalize = std::move(OnFinalize)](Expected<FinalizedAlloc> FA) { in finalizeAsync()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 31 const FrontendAttrs *FA = nullptr; member 528 const FrontendAttrs *FA, in verify() 553 const FrontendAttrs *FA) { in verify() 568 const FrontendAttrs *FA) { in verify()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 450 auto *FA = Alloc.release().toPtr<FinalizedAllocInfo *>(); in deallocate() local 487 auto *FA = FinalizedAllocInfos.Allocate<FinalizedAllocInfo>(); in createFinalizedAlloc() local
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 35 const FrontendAttrs *FA; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFLiveness.cpp | 196 auto FA = OrdMap.find(InA); in getAllReachingDefs() local 464 NodeAddr<FuncNode *> FA = DFG.getFunc(); in computePhiInfo() local 781 NodeAddr<FuncNode *> FA = DFG.getFunc(); in computeLiveIns() local
|
H A D | RDFGraph.cpp | 852 Func FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 501 auto FA = MCFixup::create(Fixup.getOffset(), nullptr, std::get<0>(FK)); in handleAddSubRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 615 const MCFragment *FA = SA.getFragment(); in AttemptToFoldSymbolOffsetDifference() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 612 auto FA = MCFixup::create( in handleAddSubRelocations() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 888 NodeAddr<FuncNode *> FA = DFG->getFunc(); in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 2714 if (FinalAttr *FA = BaseDecl->getAttr<FinalAttr>()) { in CheckBaseSpecifier() local 3167 } else if (FinalAttr *FA = D->getAttr<FinalAttr>()) { in CheckOverrideControl() local 3188 if (FinalAttr *FA = D->getAttr<FinalAttr>()) { in CheckOverrideControl() local 3245 FinalAttr *FA = Old->getAttr<FinalAttr>(); CheckIfOverriddenFunctionIsMarkedFinal() local 6899 if (FinalAttr *FA = Record->getAttr<FinalAttr>()) { CheckCompletedCXXClass() local 6909 if (const FinalAttr *FA = dtor->getAttr<FinalAttr>()) { CheckCompletedCXXClass() local [all...] |
H A D | SemaChecking.cpp | 5874 for (const auto *FA : ND->specific_attrs<FormatArgAttr>()) { in checkFormatStringExpr() local 5910 if (const auto *FA = MD->getAttr<FormatArgAttr>()) { in checkFormatStringExpr() local
|
H A D | SemaDecl.cpp | 2814 else if (const auto *FA = dyn_cast<FormatAttr>(Attr)) in mergeDeclAttribute() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 1256 Value *FA = IsSigned ? Builder.CreateSIToFP(IA, F32Ty) in expandDivRem24Impl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 2931 for (auto &FA : F.args()) in initializeCongruenceClasses() local
|
H A D | LoopStrengthReduce.cpp | 5050 auto IsBetterThan = [&](Formula &FA, Formula &FB) { in NarrowSearchSpaceByFilterFormulaWithSameScaledReg()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3115 SDValue FA = DAG.getNode( in ExpandNode() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 2766 MCAsmMacroParameter FA; in parseMacroArguments() local
|
H A D | MasmParser.cpp | 3111 MCAsmMacroParameter FA; in parseMacroArguments() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 934 if (const Argument *FA = dyn_cast<Argument>(V)) in createSlotTracker() local
|