Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dview_interface.h109 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() in decltype() argument
118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() const in decltype() argument
127 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() in decltype() argument
136 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() const in decltype() argument
145 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) { in decltype() argument
150 …_LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator[](range_difference_t<_RARange> __index) co… in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h133 template <typename Func> decltype(auto) withModuleDo(Func &&F) { in decltype() argument
141 template <typename Func> decltype(auto) withModuleDo(Func &&F) const { in decltype() argument
150 template <typename Func> decltype(auto) consumingModuleDo(Func &&F) { in decltype() argument
H A DCore.h1450 template <typename Func> decltype(auto) runSessionLocked(Func &&F) { in decltype() argument
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h112 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() { in decltype() argument
118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h73 static decltype(auto) castValue( in decltype() argument
83 static decltype(auto) castValue( in decltype() argument
H A Dfallible_iterator.h99 decltype(auto) operator*() { return *I; } in decltype() argument
102 decltype(auto) operator*() const { return *I; } in decltype() argument
H A DStringMapEntry.h153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrno.h32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRewritePartialRegUses.cpp167 const auto [I, Inserted] = SubRegs.try_emplace({Offset, Size}, 0); in getSubReg() local
189 const auto [I, Inserted] = in getSuperRegClassMask() local
204 const auto [I, Inserted] = in getAllocatableAndAlignedRegClassMask() local
430 const auto [I, Inserted] = SubRegs.try_emplace(SubReg); in rewriteReg() local
H A DAMDGPUAsmPrinter.cpp944 const auto [MinWEU, MaxWEU] = in getSIProgramInfo() local
H A DSIFoldOperands.cpp2102 const auto [Reg, SubReg] = Entry; in tryOptimizeAGPRPhis() local
H A DAMDGPUCodeGenPrepare.cpp1789 const auto [It, Inserted] = SeenPHIs.insert(&I); in collectPHINodes() local
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_frontend_dispatch.h31 _LIBCPP_HIDE_FROM_ABI decltype(auto) in decltype() argument
H A Dmake_projected.h84 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) __make_projected_comp(_Comp& __comp, _Proj1& __proj1… in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp201 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
H A DLoads.cpp165 [&](RetainedKnowledge RK, Instruction *Assume, auto) { in isDereferenceableAndAlignedPointer() argument
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h102 _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context… in decltype() argument
273 _LIBCPP_HIDE_FROM_ABI decltype(auto) visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context> … in decltype() argument
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp299 return check(P, /*CheckTypeOf*/ [](const auto &) { in processMatchPattern()
381 if (!OTC.check(*Pat, [&](const auto &) { return true; })) in propagateAndInferTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp72 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3988 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in isScalarWithPredication() local
6961 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); in getInstructionCost() local
7040 const auto [Op1VK, Op1VP] = TTI::getOperandInfo(Op0); in getInstructionCost() local
7041 const auto [Op2VK, Op2VP] = TTI::getOperandInfo(Op1); in getInstructionCost() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3161 [](auto) {}); in emitRangeList() argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2601 const auto [MinVLMAX, MaxVLMAX] = in getVLOp() local
8315 const auto [MinVLMAX, MaxVLMAX] = in lowerVectorIntrinsicScalars() local
10008 const auto [MinVLMAX, MaxVLMAX] = in lowerFixedLengthVectorLoadToRVV() local
10069 const auto [MinVLMAX, MaxVLMAX] = in lowerFixedLengthVectorStoreToRVV() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp5232 const auto [K, V] = RemainingSelectsToRewrite.pop_back_val(); in runOnAlloca() local