Home
last modified time | relevance | path

Searched refs:Function (Results 1 – 25 of 2263) sorted by relevance

12345678910>>...91

/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlibgcc.texi56 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
58 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
62 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
64 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
69 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
70 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b})
71 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b})
76 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b})
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlibgcc.texi56 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
58 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
62 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
64 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
69 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
70 @deftypefnx {Runtime Function} long __divdi3 (long @var{a}, long @var{b})
71 @deftypefnx {Runtime Function} {long long} __divti3 (long long @var{a}, long long @var{b})
76 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b})
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Djs_objgc_example.txt33 browser.js 3 Function
34 <null> 5 Function
39 browser.js 3 Function
40 <null> 5 Function
54 <null> 18 Function
55 browser.js 20 Function
67 bookmarksMenu.js 1 Function
70 popup.xml 1 Function
71 scrollbox.xml 1 Function
79 firebug-service.js 10 Function
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Djs_objgc_example.txt33 browser.js 3 Function
34 <null> 5 Function
39 browser.js 3 Function
40 <null> 5 Function
54 <null> 18 Function
55 browser.js 20 Function
67 bookmarksMenu.js 1 Function
70 popup.xml 1 Function
71 scrollbox.xml 1 Function
79 firebug-service.js 10 Function
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp73 explicit FnProperties(const TargetMachine &TM, const Function &F) { in FnProperties()
103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone()
107 Function *OrigF;
108 Function *NewF;
117 SmallSet<Function *, 32> Roots;
123 Function *findFunction(const FnProperties &PropsNeeded,
124 Function *OrigF);
128 Function *cloneWithProperties(Function &F, const FnProperties &NewProps);
131 void setFeatures(Function &F, const FeatureBitset &NewFeatures);
134 void setAttributes(Function &F, const ArrayRef<Optional<Attribute>> NewAttrs);
[all …]
H A DAMDGPUSubtarget.h24 class Function; variable
70 const Function &F);
82 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
93 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const;
98 const Function &) const;
102 unsigned getOccupancyWithLocalMemSize(uint32_t Bytes, const Function &) const;
118 bool isMesaKernel(const Function &F) const;
120 bool isAmdHsaOrMesa(const Function &F) const { in isAmdHsaOrMesa()
198 unsigned getExplicitKernelArgOffset(const Function &F) const { in getExplicitKernelArgOffset()
227 unsigned getMaxWorkitemID(const Function &Kernel, unsigned Dimension) const;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp177 mutable AssertingVH<Function> F;
182 FunctionNode(Function *F) in FunctionNode()
185 Function *getFunc() const { return F; } in getFunc()
190 void replaceBy(Function *G) const { in replaceBy()
239 bool insert(Function *NewFunction);
243 void remove(Function *F);
251 void replaceDirectCallers(Function *Old, Function *New);
256 void mergeTwoFunctions(Function *F, Function *G);
264 void eraseTail(Function *G);
273 void writeThunk(Function *F, Function *G);
[all …]
H A DPartialInlining.cpp194 function_ref<AssumptionCache &(Function &)> GetAC, in PartialInlinerImpl()
195 function_ref<AssumptionCache *(Function &)> LookupAC, in PartialInlinerImpl()
196 function_ref<TargetTransformInfo &(Function &)> GTTI, in PartialInlinerImpl()
197 function_ref<const TargetLibraryInfo &(Function &)> GTLI, in PartialInlinerImpl()
199 function_ref<BlockFrequencyInfo &(Function &)> GBFI = nullptr) in PartialInlinerImpl()
211 std::pair<bool, Function *> unswitchFunction(Function &F);
220 FunctionCloner(Function *F, FunctionOutliningInfo *OI,
222 function_ref<AssumptionCache *(Function &)> LookupAC,
223 function_ref<TargetTransformInfo &(Function &)> GetTTI);
224 FunctionCloner(Function *F, FunctionOutliningMultiRegionInfo *OMRI,
[all …]
H A DLoopExtractor.cpp66 function_ref<DominatorTree &(Function &)> LookupDomTree, in LoopExtractor()
67 function_ref<LoopInfo &(Function &)> LookupLoopInfo, in LoopExtractor()
68 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache) in LoopExtractor()
78 function_ref<DominatorTree &(Function &)> LookupDomTree;
79 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
80 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
82 bool runOnFunction(Function &F);
122 auto LookupDomTree = [this](Function &F) -> DominatorTree & { in runOnModule()
125 auto LookupLoopInfo = [this, &Changed](Function &F) -> LoopInfo & { in runOnModule()
128 auto LookupACT = [this](Function &F) -> AssumptionCache * { in runOnModule()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp22 const coverage::FunctionRecord &Function) const { in matches()
23 StringRef FuncName = Function.Name; in matches()
29 const coverage::FunctionRecord &Function) const { in matches()
30 return llvm::Regex(Regex).match(Function.Name); in matches()
39 const coverage::FunctionRecord &Function) const { in matches()
40 return Whitelist.inSection("llvmcov", "whitelist_fun", Function.Name); in matches()
45 const coverage::FunctionRecord &Function) const { in matches()
46 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
52 const coverage::FunctionRecord &Function) const { in matches()
53 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cc59 #define LLVM_SYMBOLIZER_GET_FUNC(Function) \ argument
60 ((__interceptor_##Function) \
61 ? (__interceptor_##Function) \
62 : reinterpret_cast<decltype(&Function)>(dlsym(RTLD_NEXT, #Function)))
64 #define LLVM_SYMBOLIZER_INTERCEPTOR1(Function, ...) \ argument
65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
67 GetTypes<__VA_ARGS__>::Result Function( \
69 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0); \
72 #define LLVM_SYMBOLIZER_INTERCEPTOR2(Function, ...) \ argument
73 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h32 class Function; variable
70 Function *get(ARCRuntimeEntryPointKind kind) { in get()
109 Function *AutoreleaseRV = nullptr;
112 Function *Release = nullptr;
115 Function *Retain = nullptr;
118 Function *RetainBlock = nullptr;
121 Function *Autorelease = nullptr;
124 Function *StoreStrong = nullptr;
127 Function *RetainRV = nullptr;
130 Function *ClaimRV = nullptr;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DHotColdSplitting.h36 function_ref<BlockFrequencyInfo *(Function &)> GBFI, in HotColdSplitting()
37 function_ref<TargetTransformInfo &(Function &)> GTTI, in HotColdSplitting()
38 std::function<OptimizationRemarkEmitter &(Function &)> *GORE, in HotColdSplitting()
39 function_ref<AssumptionCache *(Function &)> LAC) in HotColdSplitting()
44 bool isFunctionCold(const Function &F) const;
45 bool shouldOutlineFrom(const Function &F) const;
46 bool outlineColdRegions(Function &F, bool HasProfileSummary);
47 Function *extractColdRegion(const BlockSequence &Region,
54 function_ref<BlockFrequencyInfo *(Function &)> GetBFI;
55 function_ref<TargetTransformInfo &(Function &)> GetTTI;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h49 std::function<const TargetLibraryInfo &(Function &)> GetTLI,
54 void addAnalysis(Function &F, AnalysisResultsForFn A);
63 DomTreeUpdater getDTU(Function &F);
74 void addTrackedFunction(Function *F);
77 void addToMustPreserveReturnsInFunctions(Function *F);
80 bool mustPreserveReturn(Function *F);
82 void addArgumentTrackedFunction(Function *F);
86 bool isArgumentTrackedFunction(Function *F);
96 bool resolvedUndefsIn(Function &F);
111 const MapVector<Function *, ValueLatticeElement> &getTrackedRetVals();
[all …]
H A DCallGraphUpdater.h35 SmallPtrSet<Function *, 16> ReplacedFunctions;
36 SmallVector<Function *, 16> DeadFunctions;
37 SmallVector<Function *, 16> DeadFunctionsInComdats;
81 void removeFunction(Function &Fn);
85 void reanalyzeFunction(Function &Fn);
90 void registerOutlinedFunction(Function &OriginalFn, Function &NewFn);
96 void replaceFunctionWith(Function &OldFn, Function &NewFn);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h47 bool getMaxNTIDx(const Function &, unsigned &);
48 bool getMaxNTIDy(const Function &, unsigned &);
49 bool getMaxNTIDz(const Function &, unsigned &);
51 bool getReqNTIDx(const Function &, unsigned &);
52 bool getReqNTIDy(const Function &, unsigned &);
53 bool getReqNTIDz(const Function &, unsigned &);
55 bool getMinCTASm(const Function &, unsigned &);
56 bool getMaxNReg(const Function &, unsigned &);
57 bool isKernelFunction(const Function &);
59 bool getAlign(const Function &, unsigned index, unsigned &);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFLAndersAliasAnalysis.h28 class Function; variable
45 std::function<const TargetLibraryInfo &(Function &F)> GetTLI);
51 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
57 void evict(const Function *Fn);
61 const cflaa::AliasSummary *getAliasSummary(const Function &);
70 const Optional<FunctionInfo> &ensureCached(const Function &);
73 void scan(const Function &);
76 FunctionInfo buildInfoFrom(const Function &);
78 std::function<const TargetLibraryInfo &(Function &F)> GetTLI;
85 DenseMap<const Function *, Optional<FunctionInfo>> Cache;
[all …]
H A DCFLSteensAliasAnalysis.h30 class Function; variable
46 std::function<const TargetLibraryInfo &(Function &)> GetTLI);
53 bool invalidate(Function &, const PreservedAnalyses &, in invalidate() argument
59 void scan(Function *Fn);
61 void evict(Function *Fn);
65 const Optional<FunctionInfo> &ensureCached(Function *Fn);
69 const cflaa::AliasSummary *getAliasSummary(Function &Fn);
94 std::function<const TargetLibraryInfo &(Function &)> GetTLI;
101 DenseMap<Function *, Optional<FunctionInfo>> Cache;
104 FunctionInfo buildSetsFrom(Function *F);
[all …]
H A DInlineCost.h27 class Function; variable
228 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
229 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
230 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr,
240 getInlineCost(CallBase &Call, Function *Callee, const InlineParams &Params,
242 function_ref<AssumptionCache &(Function &)> GetAssumptionCache,
243 function_ref<const TargetLibraryInfo &(Function &)> GetTLI,
244 function_ref<BlockFrequencyInfo &(Function &)> GetBFI = nullptr,
255 CallBase &Call, Function *Callee, TargetTransformInfo &CalleeTTI,
256 function_ref<const TargetLibraryInfo &(Function &)> GetTLI);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.cc50 Function::Function (uint64_t _id) in Function() function in Function
91 Function::~Function () in ~Function()
116 Function::get_name (NameFormat nfmt) in get_name()
158 Function::get_addr () in get_addr()
166 Function::convertto (Histable_type type, Histable *obj) in convertto()
194 Function::set_name (char *string) in set_name()
227 Function::set_mangled_name (const char *string) in set_mangled_name()
237 Function::set_match_name (const char *string) in set_match_name()
247 Function::set_comparable_name (const char *string) in set_comparable_name()
277 Function::findDerivedFunctions () in findDerivedFunctions()
[all …]
H A DStabs.h36 class Function; variable
56 void new_src_file(SourceFile *source, int lineno, Function *func = NULL);
57 void new_include_file(SourceFile *source, Function *func);
58 void end_include_file(Function *func);
59 void push_src_files(Function *func);
92 bool read_symbols(Vector<Function*> *functions);
101 …static Function *find_func(char *fname, Vector<Function*> *functions, bool fortran, bool inner_nam…
103 Function *append_Function(Module *module, char *fname);
104 Function *append_Function(Module *module, char *linkerName, uint64_t pc);
105 Function *map_PC_to_func(uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions);
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.cc50 Function::Function (uint64_t _id) in Function() function in Function
91 Function::~Function () in ~Function()
116 Function::get_name (NameFormat nfmt) in get_name()
158 Function::get_addr () in get_addr()
166 Function::convertto (Histable_type type, Histable *obj) in convertto()
194 Function::set_name (char *string) in set_name()
227 Function::set_mangled_name (const char *string) in set_mangled_name()
237 Function::set_match_name (const char *string) in set_match_name()
247 Function::set_comparable_name (const char *string) in set_comparable_name()
277 Function::findDerivedFunctions () in findDerivedFunctions()
[all …]
H A DStabs.h36 class Function; variable
56 void new_src_file(SourceFile *source, int lineno, Function *func = NULL);
57 void new_include_file(SourceFile *source, Function *func);
58 void end_include_file(Function *func);
59 void push_src_files(Function *func);
92 bool read_symbols(Vector<Function*> *functions);
101 …static Function *find_func(char *fname, Vector<Function*> *functions, bool fortran, bool inner_nam…
103 Function *append_Function(Module *module, char *fname);
104 Function *append_Function(Module *module, char *linkerName, uint64_t pc);
105 Function *map_PC_to_func(uint64_t pc, uint64_t &low_pc, Vector<Function*> *functions);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstIterator.h122 InstIterator<SymbolTableList<BasicBlock>, Function::iterator,
126 Function::const_iterator, BasicBlock::const_iterator,
131 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp66 static void findUses(Value *V, Function &F, in findUses()
67 SmallVectorImpl<std::pair<Use *, Function *>> &Uses, in findUses()
117 static Function *createWrapper(Function *F, FunctionType *Ty) { in createWrapper()
120 Function *Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
127 Function::arg_iterator AI = Wrapper->arg_begin(); in createWrapper()
128 Function::arg_iterator AE = Wrapper->arg_end(); in createWrapper()
210 Wrapper = Function::Create(Ty, Function::PrivateLinkage, in createWrapper()
239 Function *Main = nullptr; in runOnModule()
241 SmallVector<std::pair<Use *, Function *>, 0> Uses; in runOnModule()
245 for (Function &F : M) { in runOnModule()
[all …]

12345678910>>...91