Home
last modified time | relevance | path

Searched refs:All (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp34 All.emplace_back(Level, Notes.size()); in HandleDiagnostic()
38 All.emplace_back(Level, Warnings.size()); in HandleDiagnostic()
42 All.emplace_back(Level, Remarks.size()); in HandleDiagnostic()
47 All.emplace_back(Level, Errors.size()); in HandleDiagnostic()
54 for (const auto &I : All) { in FlushDiagnostics()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp93 SmallVector<Metadata *, 4> All; in unifyExtensionMD() local
96 if (!llvm::is_contained(All, Op.get())) in unifyExtensionMD()
97 All.push_back(Op.get()); in unifyExtensionMD()
101 for (const auto &MD : All) in unifyExtensionMD()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DXRayInstr.h43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed; variable
59 void clear(XRayInstrMask K = XRayInstrKind::All) { Mask &= ~K; }
63 bool full() const { return Mask == XRayInstrKind::All; } in full()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVCLOps.td126 All of the operands, including the Result Type operand, must be of the
156 All of the operands, including the Result Type operand, must be of the
188 All of the operands, including the Result Type operand, must be of the
220 All of the operands, including the Result Type operand,
250 All of the operands, including the Result Type operand,
281 All of the operands, including the Result Type operand, must be of the
316 All of the operands, including the Result Type operand, must be of the
342 All of the operands, including the Result Type operand, must be of the
372 All of the operands, including the Result Type operand, must be of the
406 All of the operands, including the Result Type operand, must be of the
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DTweak.cpp50 std::vector<std::unique_ptr<Tweak>> All; in getAllTweaks() local
52 All.emplace_back(E.instantiate()); in getAllTweaks()
55 M.contributeTweaks(All); in getAllTweaks()
57 return All; in getAllTweaks()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSemanticSelectionTests.cpp52 TEST(SemanticSelection, All) { in TEST() argument
199 TEST(FoldingRanges, All) { in TEST() argument
268 TEST(FoldingRangesPseudoParser, All) { in TEST() argument
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCodeGen.h70 enum class FramePointerKind { None, NonLeaf, All }; enumerator
96 All = 0, enumerator
/llvm-project-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp22 .Case("all", XRayInstrKind::All) in parseXRayInstrValue()
36 if (Set.Mask == XRayInstrKind::All) { in serializeXRayInstrValue()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h51 All enumerator
58 enum class ClassDefinitionFormat { None, Layout, All }; enumerator
71 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
92 extern llvm::cl::opt<bool> All;
190 extern llvm::cl::opt<bool> All;
H A DPrettyTypeDumper.cpp218 uint32_t All = Classes->getChildCount(); in start() local
233 uint32_t Shown = All; in start()
235 Filtered = filterAndSortClassDefs(Printer, *Classes, All); in start()
241 if (Shown < All) in start()
242 Printer << ", " << (All - Shown) << " filtered"; in start()
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-names-linkage-name.ll4 ; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=All -filetype=obj -o %t.All < %s
6 ; RUN: llvm-dwarfdump -debug-info -debug-names %t.All | FileCheck %s --check-prefix=ALL
9 ; RUN: llvm-dwarfdump -debug-names -verify %t.All | FileCheck --check-prefix=VERIFY %s
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dtest_g_lround.mir17 ; CHECK: Bad machine code: All register operands must have scalar types
21 ; CHECK: Bad machine code: All register operands must have scalar types
H A Dtest_g_llround.mir17 ; CHECK: Bad machine code: All register operands must have scalar types
21 ; CHECK: Bad machine code: All register operands must have scalar types
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsX86.td15 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
191 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
219 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
268 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
288 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
294 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
309 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
318 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
334 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
382 let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
[all …]
/llvm-project-15.0.7/flang/runtime/
H A Dreduction.cpp198 enum class LogicalReduction { All, Any, Parity }; enumerator
204 void Reinitialize() { result_ = REDUCTION == LogicalReduction::All; } in Reinitialize()
209 } else if (x != (REDUCTION == LogicalReduction::All)) { in Accumulate()
222 bool result_{REDUCTION == LogicalReduction::All};
328 bool RTNAME(All)(const Descriptor &x, const char *source, int line, int dim) { in RTNAME() argument
330 LogicalAccumulator<LogicalReduction::All>{x}, "ALL"); in RTNAME()
335 DoReduceLogicalDimension<LogicalReduction::All>( in RTNAME()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp44 if (const auto *All = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local
46 return {true, All->getZExtValue()}; in GetSignReturnAddress()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp82 static std::string getStatString(const char *Msg, int32_t Fraction, int32_t All, in getStatString() argument
86 if (All != 0) in getStatString()
87 Result = 100 * static_cast<double>(Fraction) / All; in getStatString()
/llvm-project-15.0.7/llvm/utils/release/
H A Dmerge-request.sh195 -o All --priority=P --arch All -v $bugzilla_version \
/llvm-project-15.0.7/llvm/test/tools/llvm-split/
H A Dscc-callchain.ll1 ; All of the functions in this module must end up
13 ; All functions are in the same file.
H A Dscc-alias.ll1 ; All of the functions in this module must end up
12 ; All functions are in the same file.
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h50 enum class BsymbolicKind { None, NonWeakFunctions, Functions, All }; enumerator
56 enum class DiscardPolicy { Default, All, Locals, None }; enumerator
59 enum class ICFLevel { None, Safe, All }; enumerator
62 enum class StripPolicy { None, All, Debug }; enumerator
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DUtils.cpp143 return impl::shuffleDown(lanes::All, Val, Delta, SrcLane); in __kmpc_shuffle_int32()
150 hi = impl::shuffleDown(lanes::All, hi, Delta, Width); in __kmpc_shuffle_int64()
151 lo = impl::shuffleDown(lanes::All, lo, Delta, Width); in __kmpc_shuffle_int64()
/llvm-project-15.0.7/llvm/test/Transforms/ThinLTOBitcodeWriter/
H A Dcomdat.ll8 ; Internal comdat leader with type metadata. All comdat members need to live
13 ; External comdat leader, type metadata on non-leader. All comdat
19 ; Comdat with two members without type metadata. All comdat members live in
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_32.h128 All = Full | FloatingPoint | DebugRegisters | ExtendedRegisters, enumerator
130 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dregex.test11 # All symbols match
15 # All symbols match

12345678910>>...33