/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | PruneEH.cpp | 65 static bool runImpl(CallGraphUpdater &CGU, SetVector<Function *> &Functions) { in runImpl() argument 67 for (auto *F : Functions) in runImpl() 74 for (Function *F : Functions) in runImpl() 85 for (Function *F : Functions) { in runImpl() 124 if (Functions.contains(Callee)) in runImpl() 144 for (Function *F : Functions) { in runImpl() 156 for (Function *F : Functions) { in runImpl() 169 SetVector<Function *> Functions; in runOnSCC() local 172 Functions.insert(F); in runOnSCC() 177 return runImpl(CGU, Functions); in runOnSCC()
|
H A D | CalledValuePropagation.cpp | 72 CVPLatticeVal(std::vector<Function *> &&Functions) in CVPLatticeVal() argument 73 : LatticeState(FunctionSet), Functions(std::move(Functions)) { in CVPLatticeVal() 74 assert(llvm::is_sorted(this->Functions, Compare())); in CVPLatticeVal() 80 return Functions; in getFunctions() 87 return LatticeState == RHS.LatticeState && Functions == RHS.Functions; in operator ==() 91 return LatticeState != RHS.LatticeState || Functions != RHS.Functions; in operator !=() 105 std::vector<Function *> Functions; member in __anon5039a2760111::CVPLatticeVal
|
H A D | Attributor.cpp | 586 if (!Functions.count(IRP.getAnchorScope())) in isAssumedDead() 1213 for (Function *F : Functions) in identifyDeadInternalFunctions() 1231 (Functions.count(Callee) && Callee->hasLocalLinkage() && in identifyDeadInternalFunctions() 1278 if (!Functions.count(CB->getCaller())) in cleanupIR() 1382 if (!Functions.count(Fn)) in cleanupIR() 1414 for (Function *F : Functions) { in cleanupIR() 1702 if (!Functions.count(OldFn) || ToBeDeletedFunctions.count(OldFn)) in rewriteFunctionSignatures() 2326 SetVector<Function *> &Functions, in runAttributorOnFunctions() argument 2330 if (Functions.empty()) in runAttributorOnFunctions() 2333 LLVM_DEBUG(dbgs() << "[Attributor] Run on module with " << Functions.size() in runAttributorOnFunctions() [all …]
|
H A D | LowerTypeTests.cpp | 474 ArrayRef<GlobalTypeMember *> Functions); 476 ArrayRef<GlobalTypeMember *> Functions); 478 ArrayRef<GlobalTypeMember *> Functions); 490 void createJumpTable(Function *F, ArrayRef<GlobalTypeMember *> Functions); 1265 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) { in buildBitSetsFromFunctions() argument 1268 buildBitSetsFromFunctionsNative(TypeIds, Functions); in buildBitSetsFromFunctions() 1270 buildBitSetsFromFunctionsWASM(TypeIds, Functions); in buildBitSetsFromFunctions() 1358 selectJumpTableArmEncoding(ArrayRef<GlobalTypeMember *> Functions, in selectJumpTableArmEncoding() argument 1364 for (const auto GTM : Functions) { in selectJumpTableArmEncoding() 1380 Function *F, ArrayRef<GlobalTypeMember *> Functions) { in createJumpTable() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | SVEIntrinsicOpts.cpp | 61 bool optimizePTrueIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 66 bool optimizeIntrinsicCalls(SmallSetVector<Function *, 4> &Functions); 70 bool optimizeFunctions(SmallSetVector<Function *, 4> &Functions); 254 SmallSetVector<Function *, 4> &Functions) { in optimizePTrueIntrinsicCalls() argument 257 for (auto *F : Functions) { in optimizePTrueIntrinsicCalls() 445 SmallSetVector<Function *, 4> &Functions) { in optimizeIntrinsicCalls() argument 447 for (auto *F : Functions) { in optimizeIntrinsicCalls() 462 SmallSetVector<Function *, 4> &Functions) { in optimizeFunctions() argument 465 Changed |= optimizePTrueIntrinsicCalls(Functions); in optimizeFunctions() 466 Changed |= optimizeIntrinsicCalls(Functions); in optimizeFunctions() [all …]
|
/netbsd-src/external/lgpl3/mpfr/dist/doc/ |
H A D | mpfr.info | 484 described in *note Exception Related Functions::. Special values do not 645 Functions can have one or several input arguments. An input point is 689 Transcendental Functions::), since for any finite or infinite input X, 710 described in *note Exception Related Functions::. 908 * Initialization Functions:: 909 * Assignment Functions:: 910 * Combined Initialization and Assignment Functions:: 911 * Conversion Functions:: 912 * Arithmetic Functions:: 913 * Comparison Functions:: [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 336 SimpleBindingMemoryManager(const SimpleBindingMMFunctions& Functions, 351 SimpleBindingMMFunctions Functions; member in __anon2a5c6c0c0111::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 …]
|
/netbsd-src/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info | 54 Node: Integer Functions89557 63 Node: Number Theoretic Functions110616 69 Node: Miscellaneous Integer Functions131819 70 Node: Integer Special Functions133733 71 Node: Rational Number Functions137906 76 Node: Applying Integer Functions146477 78 Node: Floating-point Functions150355 86 Node: Miscellaneous Float Functions171308 87 Node: Low-level Functions173310 88 Node: Random Number Functions207558 [all …]
|
H A D | gmp.info-2 | 690 Functions::) first does some trial division by small factors and then 978 Low-level Functions::) are designed to facilitate a variety of 1404 See *note Integer Special Functions:: for details. 2574 * Binomial coefficient functions: Number Theoretic Functions. 2641 * Cryptography functions, low-level: Low-level Functions. (line 507) 2652 * Digits in an integer: Miscellaneous Integer Functions. 2693 * Extended GCD: Number Theoretic Functions. 2695 * Factor removal functions: Number Theoretic Functions. 2698 * Factorial functions: Number Theoretic Functions. 2708 * Fibonacci sequence functions: Number Theoretic Functions. [all …]
|
/netbsd-src/external/bsd/flex/dist/doc/ |
H A D | flex.info-2 | 44 File: flex.info, Node: Index of Functions and Macros, Next: Index of Variables, Prev: Concept In… 46 Index of Functions and Macros 65 * yyget_debug: Reentrant Functions. (line 8) 67 * yyget_extra <1>: Reentrant Functions. (line 8) 68 * yyget_in: Reentrant Functions. (line 8) 69 * yyget_leng: Reentrant Functions. (line 8) 70 * yyget_lineno: Reentrant Functions. (line 8) 71 * yyget_out: Reentrant Functions. (line 8) 72 * yyget_text: Reentrant Functions. (line 8) 77 * yylex_destroy: Init and Destroy Functions. [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackSafetyAnalysis.cpp | 476 FunctionMap Functions; member in __anon6fe50f740211::StackSafetyDataFlowAnalysis 486 updateOneNode(Callee, Functions.find(Callee)->second); in updateOneNode() 489 for (auto &F : Functions) in updateAllNodes() 498 StackSafetyDataFlowAnalysis(uint32_t PointerBitWidth, FunctionMap Functions) in StackSafetyDataFlowAnalysis() argument 499 : Functions(std::move(Functions)), in StackSafetyDataFlowAnalysis() 512 auto FnIt = Functions.find(Callee); in getArgumentAccessRange() 514 if (FnIt == Functions.end()) in getArgumentAccessRange() 572 for (auto &F : Functions) { in runDataFlow() 609 return Functions; in run() 726 std::map<const GlobalValue *, FunctionInfo<GlobalValue>> Functions, in createGlobalStackSafetyInfo() argument [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | f7wraps.sh | 55 ;; Functions that usually live in libgcc: __<name> for <name> in: 77 ;; Functions that usually live in libgcc: __<name> for <name> in: 99 ;; Functions that usually live in libgcc: __<name>df3 for <name> in: 122 ;; Functions that usually live in libgcc: __<name>df2 for <name> in: 144 ;; Functions that usually live in libm: Depending on [long] double layout, 169 ;; Functions that usually live in libm: Depending on [long] double layout, 194 ;; Functions that usually live in libm: Depending on [long] double layout, 219 ;; Functions that usually live in libm: Depending on [long] double layout,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | f7wraps.sh | 55 ;; Functions that usually live in libgcc: __<name> for <name> in: 77 ;; Functions that usually live in libgcc: __<name> for <name> in: 99 ;; Functions that usually live in libgcc: __<name>df3 for <name> in: 122 ;; Functions that usually live in libgcc: __<name>df2 for <name> in: 144 ;; Functions that usually live in libm: Depending on [long] double layout, 169 ;; Functions that usually live in libm: Depending on [long] double layout, 194 ;; Functions that usually live in libm: Depending on [long] double layout, 219 ;; Functions that usually live in libm: Depending on [long] double layout,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | VecFuncs.def | 28 // Accelerate framework's Vector Functions 30 // Floating-Point Arithmetic and Auxiliary Functions 38 // Exponential and Logarithmic Functions 49 // Trigonometric Functions 59 // Hyperbolic Functions 70 // Exponential and Logarithmic Functions 76 // Trigonometric Functions 97 // Floating-Point Arithmetic and Auxiliary Functions 107 // Hyperbolic Functions 122 // GLIBC Vector math Functions [all …]
|
/netbsd-src/external/lgpl3/mpc/dist/doc/ |
H A D | mpc.info | 35 * Complex Functions:: Functions for arithmetic on complex numbers. 263 File: mpc.info, Node: GNU MPC Basics, Next: Complex Functions, Prev: Reporting Bugs, Up: Top 382 File: mpc.info, Node: Complex Functions, Next: Ball Arithmetic, Prev: GNU MPC Basics, Up: Top 384 5 Complex Functions 412 * Power Functions and Logarithm:: 413 * Trigonometric Functions:: 414 * Modular Functions:: 415 * Miscellaneous Complex Functions:: 416 * Advanced Functions:: 420 …info, Node: Initializing Complex Numbers, Next: Assigning Complex Numbers, Up: Complex Functions [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCCodeView.cpp | 79 if (FuncId >= Functions.size()) in getCVFunctionInfo() 81 if (Functions[FuncId].isUnallocatedFunctionInfo()) in getCVFunctionInfo() 83 return &Functions[FuncId]; in getCVFunctionInfo() 87 if (FuncId >= Functions.size()) in recordFunctionId() 88 Functions.resize(FuncId + 1); in recordFunctionId() 91 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordFunctionId() 95 Functions[FuncId].ParentFuncIdPlusOne = MCCVFunctionInfo::FunctionSentinel; in recordFunctionId() 102 if (FuncId >= Functions.size()) in recordInlinedCallSiteId() 103 Functions.resize(FuncId + 1); in recordInlinedCallSiteId() 106 if (!Functions[FuncId].isUnallocatedFunctionInfo()) in recordInlinedCallSiteId() [all …]
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat.txt | 48 Types and Functions 53 Conversion Functions 54 Standard Arithmetic Functions 55 Remainder Functions 56 Round-to-Integer Functions 57 Comparison Functions 58 Signaling NaN Test Functions 83 Types and Functions 196 Conversion Functions 245 Standard Arithmetic Functions [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 238 MethodAddressVector Functions; in notifyObjectLoaded() local 285 Functions.push_back((void *)Addr); in notifyObjectLoaded() 330 LoadedObjectMap[ObjData] = Functions; in notifyObjectLoaded() 361 MethodAddressVector &Functions = OI->second; in notifyFreeingObject() local 364 for (MethodAddressVector::iterator FI = Functions.begin(), in notifyFreeingObject() 365 FE = Functions.end(); in notifyFreeingObject()
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | libiberty.texi | 81 * Functions:: Available functions, macros, and global variables. 128 Functions contained in @libib{} can be divided into three general categories. 132 * Supplemental Functions:: Providing functions which don't exist 135 * Replacement Functions:: These functions are sometimes buggy or 138 * Extensions:: Functions which provide useful extensions 142 @node Supplemental Functions 143 @section Supplemental Functions 170 @node Replacement Functions 171 @section Replacement Functions 245 @node Functions
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | libiberty.texi | 81 * Functions:: Available functions, macros, and global variables. 128 Functions contained in @libib{} can be divided into three general categories. 132 * Supplemental Functions:: Providing functions which don't exist 135 * Replacement Functions:: These functions are sometimes buggy or 138 * Extensions:: Functions which provide useful extensions 142 @node Supplemental Functions 143 @section Supplemental Functions 170 @node Replacement Functions 171 @section Replacement Functions 245 @node Functions
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | libiberty.texi | 81 * Functions:: Available functions, macros, and global variables. 128 Functions contained in @libib{} can be divided into three general categories. 132 * Supplemental Functions:: Providing functions which don't exist 135 * Replacement Functions:: These functions are sometimes buggy or 138 * Extensions:: Functions which provide useful extensions 142 @node Supplemental Functions 143 @section Supplemental Functions 170 @node Replacement Functions 171 @section Replacement Functions 245 @node Functions
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | libiberty.texi | 81 * Functions:: Available functions, macros, and global variables. 128 Functions contained in @libib{} can be divided into three general categories. 132 * Supplemental Functions:: Providing functions which don't exist 135 * Replacement Functions:: These functions are sometimes buggy or 138 * Extensions:: Functions which provide useful extensions 142 @node Supplemental Functions 143 @section Supplemental Functions 170 @node Replacement Functions 171 @section Replacement Functions 245 @node Functions
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 168 FuncInfoVec::iterator funcinfo_begin() { return Functions.begin(); } in funcinfo_begin() 169 FuncInfoVec::iterator funcinfo_end() { return Functions.end(); } in funcinfo_end() 173 FuncInfoVec Functions;
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_interface.cc | 198 if (InstrMap.Functions == 0) in patchFunction() 203 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in patchFunction() 323 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in mprotectAndPatchFunction() 466 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions) in __xray_function_address() 480 return XRayInstrMap.Functions; in __xray_max_function_id()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceAliases.cpp | 50 int Functions = countAliases(Test.getProgram()); in reduceAliasesDeltaPass() local 51 runDeltaPass(Test, Functions, extractAliasesFromModule); in reduceAliasesDeltaPass()
|