Home
last modified time | relevance | path

Searched defs:F (Results 1 – 25 of 1318) sorted by relevance

12345678910>>...53

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h131 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } in inst_begin()
132 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } in inst_end()
133 inline inst_range instructions(Function *F) { in instructions()
136 inline const_inst_iterator inst_begin(const Function *F) { in inst_begin()
139 inline const_inst_iterator inst_end(const Function *F) { in inst_end()
142 inline const_inst_range instructions(const Function *F) { in instructions()
145 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } in inst_begin()
146 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); } in inst_end()
147 inline inst_range instructions(Function &F) { in instructions()
150 inline const_inst_iterator inst_begin(const Function &F) { in inst_begin()
[all …]
/freebsd-src/contrib/bmake/filemon/
H A Dfilemon_ktrace.c198 struct filemon *F; in filemon_open() local
246 filemon_closefd(struct filemon *F) in filemon_closefd()
282 filemon_setfd(struct filemon *F, int fd) in filemon_setfd()
316 filemon_setpid_parent(struct filemon *F, pid_t pid) in filemon_setpid_parent()
329 filemon_setpid_child(const struct filemon *F, pid_t pid) in filemon_setpid_child()
351 filemon_close(struct filemon *F) in filemon_close()
393 filemon_readfd(const struct filemon *F) in filemon_readfd()
408 filemon_dispatch(struct filemon *F) in filemon_dispatch()
511 filemon_process(struct filemon *F) in filemon_process()
609 show_paths(struct filemon *F, const struct filemon_state *S, in show_paths()
[all …]
H A Dfilemon_dev.c67 struct filemon *F; in filemon_open() local
93 filemon_setfd(struct filemon *F, int fd) in filemon_setfd()
114 filemon_setpid_child(const struct filemon *F, pid_t pid) in filemon_setpid_child()
122 filemon_close(struct filemon *F) in filemon_close()
/freebsd-src/sbin/growfs/
H A Ddebug.h70 #define DBG_DUMP_HEX(F,C,M) dbg_dump_hex((F),(C),(M)) argument
71 #define DBG_DUMP_FS(F,C) dbg_dump_fs((F),(C)) argument
72 #define DBG_DUMP_CG(F,C,M) dbg_dump_cg((C),(M)) argument
73 #define DBG_DUMP_CSUM(F,C,M) dbg_dump_csum((C),(M)) argument
74 #define DBG_DUMP_INO(F,C,M) (F)->fs_magic == FS_UFS1_MAGIC \ argument
77 #define DBG_DUMP_IBLK(F,C,M,L) dbg_dump_iblk((F),(C),(M),(L)) argument
78 #define DBG_DUMP_INMAP(F,C,M) dbg_dump_inmap((F),(C),(M)) argument
79 #define DBG_DUMP_FRMAP(F,C,M) dbg_dump_frmap((F),(C),(M)) argument
80 #define DBG_DUMP_CLMAP(F,C,M) dbg_dump_clmap((F),(C),(M)) argument
81 #define DBG_DUMP_CLSUM(F,C,M) dbg_dump_clsum((F),(C),(M)) argument
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h97 void setState(LibFunc F, AvailabilityState State) { in setState() argument
101 AvailabilityState getState(LibFunc F) const { in getState() argument
164 setUnavailable(LibFunc F) setUnavailable() argument
169 setAvailable(LibFunc F) setAvailable() argument
175 setAvailableWithName(LibFunc F,StringRef Name) setAvailableWithName() argument
201 isFunctionVectorizable(StringRef F,const ElementCount & VF) isFunctionVectorizable() argument
343 isValidProtoForLibFunc(const FunctionType & FTy,LibFunc F,const Module & M) isValidProtoForLibFunc() argument
352 getLibFunc(StringRef funcName,LibFunc & F) getLibFunc() argument
356 getLibFunc(const Function & FDecl,LibFunc & F) getLibFunc() argument
362 getLibFunc(const CallBase & CB,LibFunc & F) getLibFunc() argument
369 getLibFunc(unsigned int Opcode,Type * Ty,LibFunc & F) getLibFunc() argument
381 setUnavailable(LibFunc F) setUnavailable() argument
385 getState(LibFunc F) getState() argument
392 has(LibFunc F) has() argument
395 isFunctionVectorizable(StringRef F,const ElementCount & VF) isFunctionVectorizable() argument
398 isFunctionVectorizable(StringRef F) isFunctionVectorizable() argument
405 getVectorMappingInfo(StringRef F,const ElementCount & VF,bool Masked) getVectorMappingInfo() argument
412 hasOptimizedCodeGen(LibFunc F) hasOptimizedCodeGen() argument
444 getName(LibFunc F) getName() argument
589 isKnownVectorFunctionInLibrary(StringRef F) isKnownVectorFunctionInLibrary() argument
635 getTLI(const Function & F) getTLI() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp29 for (const auto &F : M) { invalidate() local
44 for (auto &F : M) { run() local
56 run(Function & F,FunctionAnalysisManager & FAM) run() argument
76 GCFunctionInfo(const Function & F,GCStrategy & S) GCFunctionInfo() argument
81 invalidate(Function & F,const PreservedAnalyses & PA,FunctionAnalysisManager::Invalidator &) invalidate() argument
95 getFunctionInfo(const Function & F) getFunctionInfo() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp52 static bool setDoesNotAccessMemory(Function &F) { in setDoesNotAccessMemory() argument
60 static bool setOnlyAccessesInaccessibleMemory(Function &F) { in setOnlyAccessesInaccessibleMemory() argument
68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() argument
76 static bool setOnlyWritesMemory(Function &F) { in setOnlyWritesMemory() argument
84 setOnlyAccessesArgMemory(Function & F) setOnlyAccessesArgMemory() argument
92 setOnlyAccessesInaccessibleMemOrArgMem(Function & F) setOnlyAccessesInaccessibleMemOrArgMem() argument
100 setDoesNotThrow(Function & F) setDoesNotThrow() argument
108 setRetDoesNotAlias(Function & F) setRetDoesNotAlias() argument
116 setDoesNotCapture(Function & F,unsigned ArgNo) setDoesNotCapture() argument
124 setDoesNotAlias(Function & F,unsigned ArgNo) setDoesNotAlias() argument
132 setOnlyReadsMemory(Function & F,unsigned ArgNo) setOnlyReadsMemory() argument
140 setOnlyWritesMemory(Function & F,unsigned ArgNo) setOnlyWritesMemory() argument
148 setRetNoUndef(Function & F) setRetNoUndef() argument
158 setArgsNoUndef(Function & F) setArgsNoUndef() argument
170 setArgNoUndef(Function & F,unsigned ArgNo) setArgNoUndef() argument
178 setRetAndArgsNoUndef(Function & F) setRetAndArgsNoUndef() argument
185 setReturnedArg(Function & F,unsigned ArgNo) setReturnedArg() argument
193 setNonLazyBind(Function & F) setNonLazyBind() argument
200 setDoesNotFreeMemory(Function & F) setDoesNotFreeMemory() argument
207 setWillReturn(Function & F) setWillReturn() argument
215 setAlignedAllocParam(Function & F,unsigned ArgNo) setAlignedAllocParam() argument
222 setAllocatedPointerParam(Function & F,unsigned ArgNo) setAllocatedPointerParam() argument
229 setAllocSize(Function & F,unsigned ElemSizeArg,std::optional<unsigned> NumElemsArg) setAllocSize() argument
238 setAllocFamily(Function & F,StringRef Family) setAllocFamily() argument
245 setAllocKind(Function & F,AllocFnKind K) setAllocKind() argument
255 Function *F = M->getFunction(Name); inferNonMandatoryLibFuncAttrs() local
261 inferNonMandatoryLibFuncAttrs(Function & F,const TargetLibraryInfo & TLI) inferNonMandatoryLibFuncAttrs() argument
1240 setArgExtAttr(Function & F,unsigned ArgNo,const TargetLibraryInfo & TLI,bool Signed=true) setArgExtAttr() argument
1247 setRetExtAttr(Function & F,const TargetLibraryInfo & TLI,bool Signed=true) setRetExtAttr() argument
1255 markRegisterParameterAttributes(Function * F) markRegisterParameterAttributes() argument
1306 Function *F = cast<Function>(C.getCallee()); getOrInsertLibFunc() local
1376 if (auto *F = dyn_cast<Function>(GV)) isLibFuncEmittable() local
1451 if (const Function *F = emitLibCall() local
1535 if (const Function *F = emitMemCpyChk() local
1711 if (const Function *F = emitUnaryFloatFnCallHelper() local
1761 if (const Function *F = emitBinaryFloatFnCallHelper() local
1812 if (const Function *F = emitPutChar() local
1830 if (const Function *F = emitPutS() local
1844 FunctionCallee F = getOrInsertLibFunc(M, *TLI, LibFunc_fputc, IntTy, emitFPutC() local
1864 FunctionCallee F = getOrInsertLibFunc(M, *TLI, LibFunc_fputs, IntTy, emitFPutS() local
1884 FunctionCallee F = getOrInsertLibFunc(M, *TLI, LibFunc_fwrite, emitFWrite() local
1913 if (const Function *F = emitMalloc() local
1933 if (const auto *F = emitCalloc() local
1953 if (const Function *F = emitHotColdNew() local
1974 if (const Function *F = emitHotColdNewNoThrow() local
1994 if (const Function *F = emitHotColdNewAligned() local
2017 if (const Function *F = emitHotColdNewAlignedNoThrow() local
[all...]
H A DUnifyFunctionExitNodes.cpp24 bool unifyUnreachableBlocks(Function &F) { in unifyUnreachableBlocks()
46 bool unifyReturnBlocks(Function &F) { in unifyReturnBlocks()
89 PreservedAnalyses UnifyFunctionExitNodesPass::run(Function &F, in run()
H A DMetaRenamer.cpp111 void MetaRenameOnlyInstructions(Function &F) { in MetaRenameOnlyInstructions()
117 void MetaRename(Function &F) { in MetaRename()
159 auto ExcludeLibFuncs = [&](Function &F) { in MetaRename()
169 for (auto &F : M) { in MetaRename() local
212 for (auto &F : M) { in MetaRename() local
230 auto GetTLI = [&FAM](Function &F) -> TargetLibraryInfo & { in run()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp50 static void findReturnsToZap(Function &F, in findReturnsToZap() argument
282 Function *F = I.first; runIPSCCP() local
319 for (auto *F : Solver.getMRVFunctionsTracked()) { runIPSCCP() local
330 Function *F = RI->getParent()->getParent(); runIPSCCP() local
398 __anonb075b7200502(Function &F) run() argument
401 __anonb075b7200602(Function &F) run() argument
404 __anonb075b7200702(Function &F) run() argument
407 __anonb075b7200802(Function &F) run() argument
410 __anonb075b7200902(Function &F) run() argument
[all...]
H A DAlwaysInliner.cpp100 __anond7bedcb90302(Function *F) AlwaysInlineImpl() argument
107 __anond7bedcb90402(Function *F) AlwaysInlineImpl() argument
143 __anond7bedcb90502(Function &F) runOnModule() argument
146 __anond7bedcb90602(Function &F) runOnModule() argument
182 __anond7bedcb90702(Function &F) run() argument
185 __anond7bedcb90802(Function &F) run() argument
188 __anond7bedcb90902(Function &F) run() argument
[all...]
H A DMergeFunctions.cpp174 mutable AssertingVH<Function> F; member in __anon9d523e400111::FunctionNode
179 FunctionNode(Function *F) : F(F), Hash(StructuralHash(*F)) {} in FunctionNode() argument
381 hasDistinctMetadataIntrinsic(const Function & F) hasDistinctMetadataIntrinsic() argument
401 isEligibleForMerging(Function & F) isEligibleForMerging() argument
448 Function *F = cast<Function>(I); runOnModule() local
649 canCreateThunkFor(Function * F) canCreateThunkFor() argument
680 writeThunk(Function * F,Function * G) writeThunk() argument
763 canCreateAliasFor(Function * F) canCreateAliasFor() argument
774 writeAlias(Function * F,Function * G) writeAlias() argument
799 writeThunkOrAlias(Function * F,Function * G) writeThunkOrAlias() argument
812 mergeTwoFunctions(Function * F,Function * G) mergeTwoFunctions() argument
888 Function *F = FN.getFunc(); replaceFunctionInTree() local
906 isFuncOrderCorrect(const Function * F,const Function * G) isFuncOrderCorrect() argument
941 Function *F = OldF.getFunc(); insert() local
957 remove(Function * F) remove() argument
[all...]
H A DLoopExtractor.cpp117 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule()
120 auto LookupLoopInfo = [this, &Changed](Function &F) -> LoopInfo & { in runOnModule()
123 auto LookupACT = [this](Function &F) -> AssumptionCache * { in runOnModule()
146 Function &F = *I; in runOnModule() local
161 bool LoopExtractor::runOnFunction(Function &F) { in runOnFunction()
263 auto LookupDomTree = [&FAM](Function &F) -> DominatorTree & { in run()
266 auto LookupLoopInfo = [&FAM](Function &F) -> LoopInfo & { in run()
269 auto LookupAssumptionCache = [&FAM](Function &F) -> AssumptionCache * { in run()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCFGPrinter.cpp60 static void writeCFGToDotFile(Function &F, BlockFrequencyInfo *BFI, in writeCFGToDotFile()
82 static void viewCFG(Function &F, const BlockFrequencyInfo *BFI, in viewCFG()
93 PreservedAnalyses CFGViewerPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
102 PreservedAnalyses CFGOnlyViewerPass::run(Function &F, in run()
112 PreservedAnalyses CFGPrinterPass::run(Function &F, in run()
122 PreservedAnalyses CFGOnlyPrinterPass::run(Function &F, in run()
164 const Function *F) { in computeDeoptOrUnreachablePaths()
H A DRegionInfo.cpp79 bool RegionInfo::invalidate(Function &F, const PreservedAnalyses &PA, in invalidate()
96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate()
124 bool RegionInfoPass::runOnFunction(Function &F) { in runOnFunction()
188 RegionInfo RegionInfoAnalysis::run(Function &F, FunctionAnalysisManager &AM) { in run()
201 PreservedAnalyses RegionInfoPrinterPass::run(Function &F, in run()
209 PreservedAnalyses RegionInfoVerifierPass::run(Function &F, in run()
H A DPostDominators.cpp45 bool PostDominatorTree::invalidate(Function &F, const PreservedAnalyses &PA, in invalidate()
76 bool PostDominatorTreeWrapperPass::runOnFunction(Function &F) { in runOnFunction()
98 PostDominatorTree PostDominatorTreeAnalysis::run(Function &F, in run()
108 PostDominatorTreePrinterPass::run(Function &F, FunctionAnalysisManager &AM) { in run()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp125 for (const Function &F : M) { in orderModule() local
140 for (const Function &F : M) { in orderModule() local
168 for (const Function &F : M) in orderModule() local
178 for (const Function &F : M) { in orderModule() local
204 predictValueUseListOrderImpl(const Value * V,const Function * F,unsigned ID,const OrderMap & OM,UseListOrderStack & Stack) predictValueUseListOrderImpl() argument
274 predictValueUseListOrder(const Value * V,const Function * F,OrderMap & OM,UseListOrderStack & Stack) predictValueUseListOrder() argument
314 for (const Function &F : llvm::reverse(M)) { predictUseListOrder() local
339 for (const Function &F : M) predictUseListOrder() local
352 for (const Function &F : M) { predictUseListOrder() local
372 for (const Function &F : M) { ValueEnumerator() local
411 for (const Function &F : M) ValueEnumerator() local
438 for (const Function &F : M) { ValueEnumerator() local
598 EnumerateMetadata(const Function * F,const Metadata * MD) EnumerateMetadata() argument
603 EnumerateFunctionLocalMetadata(const Function & F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
608 EnumerateFunctionLocalListMetadata(const Function & F,const DIArgList * ArgList) EnumerateFunctionLocalListMetadata() argument
642 EnumerateMetadata(unsigned F,const Metadata * MD) EnumerateMetadata() argument
690 enumerateMetadataImpl(unsigned F,const Metadata * MD) enumerateMetadataImpl() argument
726 EnumerateFunctionLocalMetadata(unsigned F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
746 EnumerateFunctionLocalListMetadata(unsigned F,const DIArgList * ArgList) EnumerateFunctionLocalListMetadata() argument
840 unsigned F = Order[I].F; organizeMetadata() local
862 incorporateFunctionMetadata(const Function & F) incorporateFunctionMetadata() argument
1027 incorporateFunction(const Function & F) incorporateFunction() argument
1125 IncorporateFunctionInfoGlobalBBIDs(const Function * F,DenseMap<const BasicBlock *,unsigned> & IDMap) IncorporateFunctionInfoGlobalBBIDs() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp107 static FPParamVariant whichFPParamVariantNeeded(Function &F) { in whichFPParamVariantNeeded() argument
157 static bool needsFPStubFromParams(Function &F) { in needsFPStubFromParams() argument
171 static bool needsFPReturnHelper(Function &F) { in needsFPReturnHelper() argument
181 needsFPHelperFromSig(Function & F) needsFPHelperFromSig() argument
257 assureFPCallStub(Function & F,Module * M,const MipsTargetMachine & TM) assureFPCallStub() argument
371 isIntrinsicInline(Function * F) isIntrinsicInline() argument
378 fixupFPReturnAndCall(Function & F,Module * M,const MipsTargetMachine & TM) fixupFPReturnAndCall() argument
416 FunctionCallee F = (M->getOrInsertFunction(Name, A, MyVoid, T)); fixupFPReturnAndCall() local
445 createFPFnStub(Function * F,Module * M,FPParamVariant PV,const MipsTargetMachine & TM) createFPFnStub() argument
483 removeUseSoftFloat(Function & F) removeUseSoftFloat() argument
513 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) { runOnModule() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp243 uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getMemAccessSize() local
250 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getAddrMode() local
318 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtendableOp() local
336 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentAlignment() local
342 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getExtentBits() local
348 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in isExtentSigned() local
381 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp() local
406 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in getNewValueOp2() local
425 const uint64_t F = MCII.get(MCI.getOpcode()).TSFlags; in getType() local
515 const uint64_t F = HexagonMCInstrInfo::getDesc(MCII, MCI).TSFlags; in hasNewValue() local
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp144 if (auto F = dyn_cast<Function>(C)) removeUnreachableFunctions() local
151 __anon130b686d0202(auto &&F) removeUnreachableFunctions() argument
158 isAcceleratorExecutionRoot(const Function * F) isAcceleratorExecutionRoot() argument
165 checkIfSupported(const Function * F,const CallBase * CB) checkIfSupported() argument
204 auto F = std::move(Tmp.back()); run() local
303 if (auto F = M.getFunction("__hipstdpar_hidden_free")) { run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEscapeEnumerator.h30 Function &F; variable
43 : F(F), CleanupBBName(N), StateBB(F.begin()), StateE(F.end()), in F() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h66 async(Function && F,Args &&...ArgList) async() argument
74 async(ThreadPoolTaskGroup & Group,Function && F,Args &&...ArgList) async() argument
124 auto F = Promise->get_future(); createTaskAndFuture() local
133 auto F = Promise->get_future(); createTaskAndFuture() local
235 async(Function && F,Args &&...ArgList) async() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h119 classof(const MCFragment * F) classof() argument
141 classof(const MCFragment * F) classof() argument
232 classof(const MCFragment * F) classof() argument
247 classof(const MCFragment * F) classof() argument
266 classof(const MCFragment * F) classof() argument
293 classof(const MCFragment * F) classof() argument
342 classof(const MCFragment * F) classof() argument
369 classof(const MCFragment * F) classof() argument
399 classof(const MCFragment * F) classof() argument
426 classof(const MCFragment * F) classof() argument
452 classof(const MCFragment * F) classof() argument
476 classof(const MCFragment * F) classof() argument
494 classof(const MCFragment * F) classof() argument
510 classof(const MCFragment * F) classof() argument
544 classof(const MCFragment * F) classof() argument
572 classof(const MCFragment * F) classof() argument
605 setLastFragment(const MCFragment * F) setLastFragment() argument
612 classof(const MCFragment * F) classof() argument
629 classof(const MCFragment * F) classof() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp116 for (const Function &F : reverse(M)) in orderModule() local
125 for (const Function &F : M) { in orderModule() local
165 predictValueUseListOrderImpl(const Value * V,const Function * F,unsigned ID,const OrderMap & OM,UseListOrderStack & Stack) predictValueUseListOrderImpl() argument
223 predictValueUseListOrder(const Value * V,const Function * F,OrderMap & OM,UseListOrderStack & Stack) predictValueUseListOrder() argument
263 for (const Function &F : llvm::reverse(M)) { predictUseListOrder() local
297 for (const Function &F : M) predictUseListOrder() local
310 for (const Function &F : M) { predictUseListOrder() local
335 for (const Function & F : M) { ValueEnumerator() local
373 for (const Function &F : M) ValueEnumerator() local
400 for (const Function &F : M) { ValueEnumerator() local
594 EnumerateMetadata(const Function * F,const Metadata * MD) EnumerateMetadata() argument
599 EnumerateFunctionLocalMetadata(const Function & F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
604 EnumerateFunctionLocalListMetadata(const Function & F,const DIArgList * ArgList) EnumerateFunctionLocalListMetadata() argument
638 EnumerateMetadata(unsigned F,const Metadata * MD) EnumerateMetadata() argument
686 enumerateMetadataImpl(unsigned F,const Metadata * MD) enumerateMetadataImpl() argument
721 EnumerateFunctionLocalMetadata(unsigned F,const LocalAsMetadata * Local) EnumerateFunctionLocalMetadata() argument
741 EnumerateFunctionLocalListMetadata(unsigned F,const DIArgList * ArgList) EnumerateFunctionLocalListMetadata() argument
835 unsigned F = Order[I].F; organizeMetadata() local
857 incorporateFunctionMetadata(const Function & F) incorporateFunctionMetadata() argument
1022 incorporateFunction(const Function & F) incorporateFunction() argument
1122 IncorporateFunctionInfoGlobalBBIDs(const Function * F,DenseMap<const BasicBlock *,unsigned> & IDMap) IncorporateFunctionInfoGlobalBBIDs() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp299 std::optional<unsigned> MaxNTIDz = getMaxNTIDz(F); in getAlign() argument
253 getMaxNTIDx(const Function & F,unsigned & x) getMaxNTIDx() argument
257 getMaxNTIDy(const Function & F,unsigned & y) getMaxNTIDy() argument
261 getMaxNTIDz(const Function & F,unsigned & z) getMaxNTIDz() argument
265 getMaxClusterRank(const Function & F,unsigned & x) getMaxClusterRank() argument
269 getReqNTIDx(const Function & F,unsigned & x) getReqNTIDx() argument
273 getReqNTIDy(const Function & F,unsigned & y) getReqNTIDy() argument
277 getReqNTIDz(const Function & F,unsigned & z) getReqNTIDz() argument
281 getMinCTASm(const Function & F,unsigned & x) getMinCTASm() argument
285 getMaxNReg(const Function & F,unsigned & x) getMaxNReg() argument
289 isKernelFunction(const Function & F) isKernelFunction() argument
349 const Function *F = cast<Function>(V); shouldEmitPTXNoReturn() local
[all...]

12345678910>>...53