Searched refs:function (Results 126 - 150 of 1263) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h65 /// This function is the main interface to the MIR serialization format parser.
69 /// function's state.
74 /// \param ProcessIRFunction - function to run on every IR function or stub
78 std::function<void(Function &)> ProcessIRFunction = nullptr);
80 /// This function is another interface to the MIR serialization format parser.
84 /// parsing the machine function's state.
90 std::function<void(Function &)> ProcessIRFunction = nullptr);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h54 std::function<void(Error)> WarnCallback);
58 uint8_t CUAddrSize, std::function<void(Error)> WarnCallback);
/freebsd-current/sys/dev/qcom_tlmm/
H A Dqcom_tlmm_ipq4018_hw.h34 struct qcom_tlmm_softc *sc, int pin, int function);
36 struct qcom_tlmm_softc *sc, int pin, int *function);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface_internal.h32 uint64_t function() const { function in struct:XRaySledEntry
47 uint32_t function() const {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h30 /// Direct function to compute a \c ModuleSummaryIndex from a given module.
33 /// BlockFrequencyInfo for a given function, that can be provided via
34 /// a std::function callback. Otherwise, this routine will manually construct
38 std::function<BlockFrequencyInfo *(const Function &F)> GetBFICallback,
40 std::function<const StackSafetyInfo *(const Function &F)> GetSSICallback =
/freebsd-current/lib/libsys/arm/
H A Dcerror.S36 .type _C_LABEL(__error),%function
/freebsd-current/lib/libsys/i386/
H A Dcerror.S40 * The __error() function is thread aware. For non-threaded
45 .type CNAME(__error),@function
/freebsd-current/contrib/arm-optimized-routines/string/aarch64/
H A Dasmdefs.h64 .type name,%function; \
74 .type name,%function; \
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h31 std::function<StringRef(StringRef Input)> Translator = nullptr,
62 std::function<StringRef(StringRef Input)> Translator;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h12 // parameters of a function call from the caller to the callee. It is part of
21 // function pointers, literal constants and addresses of global variables.
22 // By propagating function pointers, indirect calls become direct calls. This
24 // why function specialization is run before the inliner in the optimization
46 // expressed as percentages of the original function size:
60 // - With a function specialization attribute for arguments, we could have
61 // a direct way to steer function specialization, avoiding the cost-model,
64 // - Perhaps a post-inlining function specialization pass could be more
69 // 2021 LLVM Dev Mtg ���Introducing function specialisation, and can we enable
88 // Map of potential specializations for each function
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLocalizer.h14 /// a function. However, the fast allocator cannot rematerialize constants and
48 /// An input function to decide if the pass should run or not
50 std::function<bool(const MachineFunction &)> DoNotRunPass;
83 Localizer(std::function<bool(const MachineFunction &)>);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeFormatExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeFilterExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBFileSpecExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBCompileUnitExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBDeclarationExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBMemoryRegionInfoExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBScriptObjectExtensions.i4 # operator== is a free function, which swig does not handle, so we inject
H A DSBWatchpointExtensions.i6 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeSummaryExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeSyntheticExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
H A DSBTypeNameSpecifierExtensions.i5 # operator== is a free function, which swig does not handle, so we inject
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h52 std::function<bool(const lldb::TypeSP &type_sp)> const &callback) const;
54 void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);
/freebsd-current/tools/test/xregs_sig/
H A Dc2x2c_amd64.S21 .type xregs_banks_max, @function
46 .type cpu_to_xmm, @function
70 .type xmm_to_cpu, @function
94 .type cpu_to_avx, @function
118 .type avx_to_cpu, @function
/freebsd-current/sys/arm/mv/
H A Dmvebu_pinctrl.c111 uint32_t function)
119 reg |= function << shift;
128 char *function; local
135 if (OF_getprop_alloc(node, "marvell,function",
136 (void **)&function) == -1)
153 strcmp(function, sc->padconf->pins[pin_num].functions[pin_func]) == 0)
110 mv_pinctrl_configure_pin(struct mv_pinctrl_softc *sc, uint32_t pin, uint32_t function) argument

Completed in 154 milliseconds

1234567891011>>