Home
last modified time | relevance | path

Searched refs:artificial (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dcompiler-gen-bbs-livedebugvalues.mir12 br label %artificial-bb-1, !dbg !13
14 artificial-bb-1:
15 br label %artificial-bb-2
17 artificial-bb-2:
94 bb.1.artificial-bb-1:
95 ; CHECK-LABEL: bb.1.artificial-bb-1:
98 bb.2.artificial-bb-2:
99 ; CHECK-LABEL: bb.2.artificial-bb-2:
/llvm-project-15.0.7/clang/test/Sema/
H A Dartificial.c3 inline void __attribute__((artificial)) foo(void) {} in foo()
4 void __attribute__((artificial)) bar(void) {} // expected-warning {{'artificial' attribute only app… in bar()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dartificial.c6 inline void __attribute__((artificial)) foo(void) {} in foo()
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dvariables.test58 FUNC-CONSTRUCTOR-SAME: artificial
66 FUNC-MEMBER-SAME: artificial
H A Dpointers.test36 F-SAME: (ST *), scope = parameter, location = {{(DW_OP.*)|(<empty>)}}, artificial
/llvm-project-15.0.7/llvm/test/Transforms/FunctionImport/Inputs/
H A Dadjustable_threshold.ll6 ; Adds an artificial level in the call graph to reduce the importing threshold
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dintegration-shuffle-vector.ll6 ; simple copies. I.e., we don't artificial try to keep the big
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DVariable.h36 bool external, bool artificial, bool location_is_constant_data,
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dpre-schedule.ll23 ; won't trigger due to create copy of artificial CallResource register.
/llvm-project-15.0.7/llvm/test/Transforms/GCOVProfiling/
H A Dglobal-ctor.ll1 ;; For a global constructor, _GLOBAL__sub_I_ only has artificial lines.
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td53 …olumn}${ansi.normal}}}{${function.is-optimized} [opt]}{${frame.is-artificial} [artificial]}\\\\n">,
176 …olumn}${ansi.normal}}}{${function.is-optimized} [opt]}{${frame.is-artificial} [artificial]}\\\\n">,
/llvm-project-15.0.7/llvm/test/DebugInfo/ARM/
H A Ddwarfdump-rela.yaml46 # This is completely artificial and unlikely to be ever generated
/llvm-project-15.0.7/clang/test/Driver/
H A Dcl-denorms-are-zero.cl17 // Default target is artificial, but should assume a conservative default.
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dswp-art-deps-rec.ll12 ; Test that the artificial dependences are ignored while computing the
15 ; The recurrence should be 1 here. If we do not ignore artificial deps,
H A Dswp-copytophi-dag.ll6 ; Test that the artificial dependence is created as a result of
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Ddebug-info-blocks.m14 // parameters to these functions are marked as artificial (so the debugger
/llvm-project-15.0.7/lldb/source/Symbol/
H A DVariable.cpp43 bool artificial, bool location_is_constant_data, in Variable() argument
49 m_artificial(artificial), m_loc_is_const_data(location_is_constant_data), in Variable()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-neon-v1i1-setcc.ll4 ; some form of correct lowering occurs, the tests are a little artificial but I
H A Dconcat_vector-scalar-combine.ll81 ; This is a pretty artificial testcase: make sure we bitcast to floating-point
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp833 bool artificial = false; in CreateGlobalVariable() local
838 scope, comp_unit.get(), ranges, &decl, location, is_external, artificial, in CreateGlobalVariable()
866 bool artificial = false; in CreateConstantSymbol() local
872 external, artificial, location_is_constant_data, static_member); in CreateConstantSymbol()
1720 bool artificial = false; in CreateLocalVariable() local
1727 &block, *var_info.ranges, &decl, locaiton_list, external, artificial, in CreateLocalVariable()
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dinline-noprobe2.test1 ; RUN: llvm-profgen --format=text --perfscript=%S/Inputs/artificial-branch.perfscript --binary=%S/I…
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DGCOV.h260 uint8_t artificial = 0; variable
/llvm-project-15.0.7/llvm/test/DebugInfo/MIR/ARM/
H A Dsplit-superreg-complex.mir4 # This is an artificial example of a debug value residing in a composite
/llvm-project-15.0.7/llvm/cmake/modules/
H A DTableGen.cmake173 # Create an artificial dependency between tablegen projects, because they
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp906 bool artificial = false; in TEST_F() local
909 c, "-[A foo]", func_type, lldb::eAccessPublic, artificial, variadic, in TEST_F()

12