/freebsd-src/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | view_interface.h | 118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() in decltype() argument 127 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) front() const in decltype() argument 136 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() in decltype() argument 145 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) back() const in decltype() argument 109 decltype(auto) decltype() argument 150 decltype(auto) decltype() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.h | 133 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 D | Core.h | 1450 decltype(auto) decltype() argument [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | common_iterator.h | 112 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() { in decltype() argument 118 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) operator*() const in decltype() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | fallible_iterator.h | 99 decltype(auto) operator*() { return *I; } in decltype() argument 102 decltype(auto) operator*() const { return *I; } in decltype() argument
|
H A D | TypeSwitch.h | 73 decltype(auto) decltype() argument 83 decltype(auto) decltype() argument
|
H A D | StringMapEntry.h | 153 decltype(auto) get(const StringMapEntry<ValueTy> &E) { in decltype() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errno.h | 32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRewritePartialRegUses.cpp | 167 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); rewriteReg() local [all...] |
H A D | AMDGPUAsmPrinter.cpp | 944 const auto [MinWEU, MaxWEU] = getSIProgramInfo() local [all...] |
H A D | SIFoldOperands.cpp | 2102 const auto [Reg, SubReg] = Entry; tryOptimizeAGPRPhis() local [all...] |
H A D | AMDGPUCodeGenPrepare.cpp | 1789 const auto [It, Inserted] = SeenPHIs.insert(&I); collectPHINodes() local [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl_frontend_dispatch.h |
|
H A D | make_projected.h | 84 _LIBCPP_HIDE_FROM_ABI constexpr decltype(auto) __make_projected_comp(_Comp& __comp, _Proj1& __proj1, _Proj2& __proj2) { in decltype() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 201 [&](auto, Instruction *I, auto) { in getKnowledgeValidInContext() argument
|
H A D | Loads.cpp | 165 __anon772d61e80102(RetainedKnowledge RK, Instruction *Assume, auto) isDereferenceableAndAlignedPointer() argument [all...] |
/freebsd-src/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 102 _LIBCPP_HIDE_FROM_ABI decltype(auto) __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context> __arg) { in decltype() argument 273 decltype(auto) decltype() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 132 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 185 static decltype(auto) call(HandlerT &&H, ArgTupleT &Args, in decltype() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 299 __anon0d4329740402(const auto &) processMatchPattern() argument 381 __anon0d4329740602(const auto &) propagateAndInferTypes() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 72 const auto [Value, IsOffset] = Elem; in isOnlyCopiedFromConstantMemory() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 3988 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); isScalarWithPredication() local 6961 const auto [ScalarCost, SafeDivisorCost] = getDivRemSpeculationCost(I, VF); getInstructionCost() local 7040 const auto [Op1VK, Op1VP] = TTI::getOperandInfo(Op0); getInstructionCost() local 7041 const auto [Op2VK, Op2VP] = TTI::getOperandInfo(Op1); getInstructionCost() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 3161 __anona90e33151402(auto) emitRangeList() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2601 const auto [MinVLMAX, MaxVLMAX] = getVLOp() local 8315 const auto [MinVLMAX, MaxVLMAX] = lowerVectorIntrinsicScalars() local 10008 const auto [MinVLMAX, MaxVLMAX] = lowerFixedLengthVectorLoadToRVV() local 10069 const auto [MinVLMAX, MaxVLMAX] = lowerFixedLengthVectorStoreToRVV() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 5232 const auto [K, V] = RemainingSelectsToRewrite.pop_back_val(); runOnAlloca() local [all...] |