| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 34 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 D | AMDGPUUnifyMetadata.cpp | 93 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 D | XRayInstr.h | 43 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 D | SPIRVCLOps.td | 126 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 D | Tweak.cpp | 50 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 D | SemanticSelectionTests.cpp | 52 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 D | CodeGen.h | 70 enum class FramePointerKind { None, NonLeaf, All }; enumerator 96 All = 0, enumerator
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 22 .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 D | llvm-pdbutil.h | 51 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 D | PrettyTypeDumper.cpp | 218 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 D | debug-names-linkage-name.ll | 4 ; 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 D | test_g_lround.mir | 17 ; 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 D | test_g_llround.mir | 17 ; 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 D | IntrinsicsX86.td | 15 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 D | reduction.cpp | 198 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 D | ARMMachineFunctionInfo.cpp | 44 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 D | ImportedFunctionsInliningStatistics.cpp | 82 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 D | merge-request.sh | 195 -o All --priority=P --arch All -v $bugzilla_version \
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | scc-callchain.ll | 1 ; All of the functions in this module must end up 13 ; All functions are in the same file.
|
| H A D | scc-alias.ll | 1 ; 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 D | Config.h | 50 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 D | Utils.cpp | 143 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 D | comdat.ll | 8 ; 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 D | RegisterContextMinidump_x86_32.h | 128 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 D | regex.test | 11 # All symbols match 15 # All symbols match
|