Home
last modified time | relevance | path

Searched refs:Functions (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h50 size_t NumCoveredFunctions() const { return Functions.size(); } in NumCoveredFunctions()
53 auto It = Functions.find(FunctionId); in GetCounter()
54 if (It == Functions.end()) in GetCounter()
63 auto It = Functions.find(FunctionId); in GetNumberOfBlocks()
64 if (It == Functions.end()) return 0; in GetNumberOfBlocks()
70 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks()
71 if (It == Functions.end()) return 0; in GetNumberOfCoveredBlocks()
81 void clear() { Functions.clear(); } in clear()
111 std::unordered_map<size_t, CoverageVector> Functions; variable
H A DFuzzerDataFlowTrace.cpp68 auto It = Functions.find(FunctionId); in AppendCoverage()
70 It == Functions.end() in AppendCoverage()
71 ? Functions.insert({FunctionId, std::vector<uint32_t>(NumBlocks)}) in AppendCoverage()
91 for (const auto &It : Functions) { in FunctionWeights()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp245 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() argument
248 for (auto *F : Functions) { in optimizePTrueIntrinsicCalls()
398 SmallSetVector<Function *, 4> &Functions) { in optimizeInstructions() argument
401 for (auto *F : Functions) { in optimizeInstructions()
426 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() argument
429 Changed |= optimizePTrueIntrinsicCalls(Functions); in optimizeFunctions()
430 Changed |= optimizeInstructions(Functions); in optimizeFunctions()
437 SmallSetVector<Function *, 4> Functions; in runOnModule() local
451 Functions.insert(cast<Instruction>(U)->getFunction()); in runOnModule()
458 if (!Functions.empty()) in runOnModule()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp336 SimpleBindingMemoryManager(const SimpleBindingMMFunctions& Functions,
351 SimpleBindingMMFunctions Functions; member in __anonb0e92e170111::SimpleBindingMemoryManager
356 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager() argument
358 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager()
359 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager()
361 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager()
363 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager()
365 assert(Functions.Destroy && in SimpleBindingMemoryManager()
370 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager()
376 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp73 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal() argument
74 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal()
75 assert(llvm::is_sorted(this->Functions, Compare())); in CVPLatticeVal()
81 return Functions; in getFunctions()
88 return LatticeState == RHS.LatticeState && Functions == RHS.Functions; in operator ==()
92 return LatticeState != RHS.LatticeState || Functions != RHS.Functions; in operator !=()
106 std::vector<Function *> Functions; member in __anona80865c10111::CVPLatticeVal
H A DAttributor.cpp1068 : Allocator(InfoCache.Allocator), Functions(Functions), in Attributor()
1072 for (Function *Fn : Functions) in Attributor()
2376 for (Function *F : Functions) in identifyDeadInternalFunctions()
2610 if (!Functions.count(Fn)) in cleanupIR()
3034 Functions.insert(NewFn); in rewriteFunctionSignatures()
3812 if (Functions.empty()) in runAttributorOnFunctions()
3916 if (Functions.empty()) in runAttributorLightOnFunctions()
4028 Functions.insert(&F); in run()
4053 if (Functions.empty()) in run()
4080 Functions.insert(&F); in run()
[all …]
H A DLowerTypeTests.cpp1338 buildBitSetsFromFunctionsWASM(TypeIds, Functions); in buildBitSetsFromFunctions()
1445 ArrayRef<GlobalTypeMember *> Functions) { in selectJumpTableArmEncoding() argument
1458 for (const auto GTM : Functions) { in selectJumpTableArmEncoding()
1478 AsmArgs.reserve(Functions.size() * 2); in createJumpTable()
1485 for (GlobalTypeMember *GTM : Functions) { in createJumpTable()
1639 assert(!Functions.empty()); in buildBitSetsFromFunctionsNative()
1648 for (unsigned I = 0; I != Functions.size(); ++I) in buildBitSetsFromFunctionsNative()
1649 GlobalLayout[Functions[I]] = I * EntrySize; in buildBitSetsFromFunctionsNative()
1722 createJumpTable(JumpTableFn, Functions); in buildBitSetsFromFunctionsNative()
1733 assert(!Functions.empty()); in buildBitSetsFromFunctionsWASM()
[all …]
H A DBlockExtractor.cpp130 SmallVector<Function *, 4> Functions; in runOnModule() local
133 Functions.push_back(&F); in runOnModule()
184 for (Function *F : Functions) { in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp567 FunctionMap Functions; member in __anon770d5a5f0211::StackSafetyDataFlowAnalysis
580 for (auto &F : Functions) in updateAllNodes()
590 : Functions(std::move(Functions)), in StackSafetyDataFlowAnalysis()
603 auto FnIt = Functions.find(Callee); in getArgumentAccessRange()
605 if (FnIt == Functions.end()) in getArgumentAccessRange()
663 for (auto &F : Functions) { in runDataFlow()
699 return Functions; in run()
819 if (Functions.empty()) in createGlobalStackSafetyInfo()
823 auto Copy = Functions; in createGlobalStackSafetyInfo()
838 auto &SrcF = Functions[F.first]; in createGlobalStackSafetyInfo()
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt63 # Functions of memory allocators
81 # Functions that return a value that depends on the input, but the output might
94 # Functions that return a value that is data-dependent on the input.
140 # Functions that produce an output that does not depend on the input (shadow is
228 # Functions that produce output does not depend on the input (need to zero the
255 # Functions that produce an output that depend on the input (propagate the
279 # Functions that produce an output that is computed from the input, but is not
300 # Functions that take a callback (wrap the callback manually).
383 # Functions that take a callback (wrap the callback manually).
386 # Functions that produce output does not depend on the input (need to zero the
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp80 if (FuncId >= Functions.size()) in getCVFunctionInfo()
82 if (Functions[FuncId].isUnallocatedFunctionInfo()) in getCVFunctionInfo()
84 return &Functions[FuncId]; in getCVFunctionInfo()
88 if (FuncId >= Functions.size()) in recordFunctionId()
89 Functions.resize(FuncId + 1); in recordFunctionId()
92 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordFunctionId()
96 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId()
103 if (FuncId >= Functions.size()) in recordInlinedCallSiteId()
104 Functions.resize(FuncId + 1); in recordInlinedCallSiteId()
107 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordInlinedCallSiteId()
[all …]
/freebsd-14.2/contrib/mandoc/
H A Dmsec.in27 LINE("3", "FreeBSD Library Functions Manual")
28 LINE("3lua", "Lua Library Functions Manual")
29 LINE("3p", "Perl Library Functions Manual")
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp239 MethodAddressVector Functions; in notifyObjectLoaded() local
286 Functions.push_back((void *)Addr); in notifyObjectLoaded()
331 LoadedObjectMap[ObjData] = Functions; in notifyObjectLoaded()
362 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local
365 for (MethodAddressVector::iterator FI = Functions.begin(), in notifyFreeingObject()
366 FE = Functions.end(); in notifyFreeingObject()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadata.cpp104 Functions.push_back(std::make_unique<GCFunctionInfo>(F, *S)); in getFunctionInfo()
105 GCFunctionInfo *GFI = Functions.back().get(); in getFunctionInfo()
111 Functions.clear(); in clear()
/freebsd-14.2/lib/libc/softfloat/
H A Dsoftfloat.txt48 Types and Functions
53 Conversion Functions
55 Remainder Functions
57 Comparison Functions
83 Types and Functions
196 Conversion Functions
245 Standard Arithmetic Functions
262 Remainder Functions
284 Round-to-Integer Functions
300 Comparison Functions
[all …]
/freebsd-14.2/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions
24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a
27 # Virtual Functions based off of a Physical Function all get the
29 # Additionally, regardless of whether Virtual Functions are enabled or
32 # Functions (PF0-3) must have the same number of configured TotalVFs in
45 # Physical Functions don't have any Virtual Functions associated with
48 # storage, etc.) on different Physical Functions. For example, NIC
72 # Functions so this is in fact solely limited to NIC.)
271 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions
290 # Functions, we give the UnifiedPF and the PF0-3 Physical Functions
[all …]
H A Dt4fw_cfg_uwire.txt22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions
24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a
27 # Virtual Functions based off of a Physical Function all get the
29 # Additionally, regardless of whether Virtual Functions are enabled or
32 # Functions (PF0-3) must have the same number of configured TotalVFs in
45 # Physical Functions don't have any Virtual Functions associated with
48 # storage, etc.) on different Physical Functions. For example, NIC
72 # Functions so this is in fact solely limited to NIC.)
254 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions
273 # Functions, we give the UnifiedPF and the PF0-3 Physical Functions
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h219 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); }
220 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); }
224 FuncInfoVec Functions;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx; in __xray_init()
103 XRayInstrMap.Functions = CountFunctions; in __xray_init()
H A Dxray_interface.cpp227 if (InstrMap.Functions == 0) in patchFunction()
232 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in patchFunction()
357 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in mprotectAndPatchFunction()
512 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) in __xray_function_address()
529 return XRayInstrMap.Functions; in __xray_max_function_id()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions() argument
58 for (const auto &F : Functions) { in renderFunctions()
62 for (const auto &F : Functions) in renderFunctions()
/freebsd-14.2/usr.sbin/bsdconfig/includes/include/
H A Dmessages.subr26 msg_functions_in="Functions in %s:"
27 msg_functions_in_matching="Functions in %s matching \`%s':"
/freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp262 std::set<Function *> Functions; in TestFuncs() local
268 Functions.insert(CMF); in TestFuncs()
278 if (!I.isDeclaration() && !Functions.count(&I)) in TestFuncs()
287 if (Functions.count(F)) in TestFuncs()
305 if (!I.isDeclaration() && !Functions.count(&I)) { in TestFuncs()
327 Funcs.assign(Functions.begin(), Functions.end()); in TestFuncs()
1184 std::vector<Function *> Functions; in DebugACrash() local
1187 Functions.push_back(&F); in DebugACrash()
1189 if (Functions.size() > 1 && !BugpointIsInterrupted) { in DebugACrash()
1193 unsigned OldSize = Functions.size(); in DebugACrash()
[all …]
/freebsd-14.2/contrib/libfido2/fuzz/
H A Dsummary.txt1 … Regions Missed Regions Cover Functions Missed Functions Execut…
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h58 Module &M, iterator_range<Module::iterator> Functions, StringRef Banner,
74 iterator_range<Module::iterator> Functions,
86 iterator_range<Module::iterator> Functions,

12345678910>>...12