Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 25 of 1949) sorted by relevance

12345678910>>...78

/llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h55 MakeT Make; variable
59 SourcePred(PredT Pred, MakeT Make) : Pred(Pred), Make(Make) {} in SourcePred() argument
101 return {Pred, Make}; in onlyType()
108 auto Make = None; in anyType() local
109 return {Pred, Make}; in anyType()
116 auto Make = None; in anyIntType() local
117 return {Pred, Make}; in anyIntType()
124 auto Make = None; in anyFloatType() local
125 return {Pred, Make}; in anyFloatType()
139 return {Pred, Make}; in anyPtrType()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dno-automatic-move.cpp22 T Make();
25 const Obj obj = Make<Obj>(); in PositiveStatusOrConstValue()
31 const Obj obj = Make<Obj>(); in PositiveNonTemplateConstValue()
37 const Obj obj = Make<Obj>(); in PositiveSelfConstValue()
44 const Obj &obj = Make<Obj>(); in PositiveNonTemplateLifetimeExtension()
50 const Obj &obj = Make<Obj>(); in PositiveStatusOrLifetimeExtension()
57 return Make<const Obj>(); in Temporary()
61 return Make<const Obj>(); in ConstTemporary()
65 Obj obj = Make<Obj>(); in Nrvo()
70 Obj &obj = Make<Obj &>(); in Ref()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/DirectX/
H A Ddxil_ver.ll5 ; Make sure dx.valver metadata is generated.
7 ; Make sure module flags still exist and only have 1 operand left.
9 ; Make sure validator version is 1.1.
11 ; Make sure wchar_size still exist.
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-ld1.ll19 ; Make sure we are using the operands defined by the ABI
28 ; Make sure we are using the operands defined by the ABI
45 ; Make sure we are using the operands defined by the ABI
54 ; Make sure we are using the operands defined by the ABI
63 ; Make sure we are using the operands defined by the ABI
80 ; Make sure we are using the operands defined by the ABI
89 ; Make sure we are using the operands defined by the ABI
98 ; Make sure we are using the operands defined by the ABI
115 ; Make sure we are using the operands defined by the ABI
124 ; Make sure we are using the operands defined by the ABI
[all …]
H A Darm64-collect-loh.ll75 ; Make sure we emit AdrpLdrGotLdr for those.
93 ; Make sure we emit AdrpLdrGot for those.
112 ; Make sure we catch that:
152 ; Make sure we emit AdrpLdrGotLdr for those.
171 ; Make sure we emit AdrpAdd for those.
191 ; Make sure we catch that:
224 ; Make sure we emit AdrpLdrGotLdr for those.
256 ; Make sure we do not catch anything when:
304 ; Make sure we emit AdrpLdrGotLdr for those.
321 ; Make sure we emit AdrpLdrGotLdr for those.
[all …]
H A Dalloca.ll11 ; Make sure we align the stack change to 16 bytes:
17 ; Make sure we change SP. It would be surprising if anything but x0 were used
26 ; Make sure epilogue restores sp from fp
40 ; Make sure we align the stack change to 16 bytes:
45 ; Make sure we change SP. It would be surprising if anything but x0 were used
60 ; Make sure epilogue restores sp from fp
/llvm-project-15.0.7/third-party/benchmark/test/
H A Ddonotoptimize_test.cc19 static BitRef Make() { in Make() function
50 benchmark::DoNotOptimize(BitRef::Make()); in main()
51 BitRef lval = BitRef::Make(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Drv64i-demanded-bits.ll27 ; The sign bit of an nsw self multiply is 0. Make sure we can use this to
40 ; Make sure we sign extend the constant after type legalization to allow the
55 ; Make sure we sign extend the constant after type legalization to allow the
70 ; Make sure we sign extend the constant after type legalization to allow the
86 ; Make sure we sign extend the constant after type legalization to allow the
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dconvert-messages-to-runtime-calls.m77 // Make sure we get a bitcast on the return type as the
87 // Make sure we get a bitcast on the return type as the
110 // Make sure we get a bitcast on the return type as the
120 // Make sure we get a bitcast on the return type as the
136 // Make sure we only accept pointer types
144 // Make sure we use a message and not a call as the return type is
188 // Make sure we can convert a message to a dynamic receiver to a call
196 // Make sure we never convert a message to super to a call
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dfold-not-thread.ll9 ; Make sure we update the phi node properly.
13 ; Make sure we update the phi node properly here, i.e. we only have 2 predecessors, entry and L0
47 ; Make sure we can fold this branch ... We will not be able to thread it as
88 ; Make sure we can fold this branch ... We will not be able to thread it as
136 ; Make sure we can do the RAUW for %add...
164 ; Make sure we can NOT do the RAUW for %add...
192 ; Make sure we can fold this branch ... We will not be able to thread it as
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp203 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validExtractValueIndex() local
215 return {Pred, Make}; in validExtractValueIndex()
239 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *>) { in matchScalarInAggregate() local
249 return {Pred, Make}; in matchScalarInAggregate()
262 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validInsertValueIndex() local
274 return {Pred, Make}; in validInsertValueIndex()
311 auto Make = [](ArrayRef<Value *> Cur, ArrayRef<Type *> Ts) { in validShuffleVectorIndex() local
319 return {Pred, Make}; in validShuffleVectorIndex()
/llvm-project-15.0.7/llvm/test/Verifier/
H A Dspeculatable-callsite.ll3 ; Make sure speculatable is accepted on a call site if the declaration
8 ; Make sure this the attribute is accepted on the call site if the
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Dtu-composite.ll4 ; Make sure we correctly handle containing type of a struct being a type identifier.
8 ; Make sure we correctly handle context of a subprogram being a type identifier.
11 ; Make sure we correctly handle containing type of a subprogram being a type identifier.
23 ; Make sure we correctly handle context of a struct being a type identifier.
31 ; Make sure we correctly handle type of a template_type being a type identifier.
35 ; Make sure we correctly handle derived-from of a typedef being a type identifier.
39 ; Make sure we correctly handle derived-from of a pointer type being a type identifier.
45 ; Make sure we correctly handle derived-from of an array type being a type identifier.
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h21 enum class DependencyOutputFormat { Make, NMake }; enumerator
51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dprera-ldst-insertpt.mir42 ; Make sure we move the paired stores next to each other, and
55 ; Make sure we move the paired stores next to each other.
82 ; Make sure we move the paired stores next to each other, and
107 ; Make sure we move the paired stores next to each other.
/llvm-project-15.0.7/lld/test/MachO/
H A Dcstring-dedup.s11 ## Make sure we only have 3 deduplicated strings in __cstring.
17 ## Make sure both symbol and section relocations point to the right thing.
32 ## Make sure the symbol addresses are correct too.
43 ## Make sure we set the right alignment and flags.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dtblgen.rst398 Make -gen-asm-matcher match only instructions with the given *prefix*.
406 Make -gen-asm-parser emit assembly parser number *n*.
414 Make -gen-asm-writer emit assembly writer number *n*.
446 Make -gen-dag-isel omit comments. The default is false.
490 Make -gen-global-isel generate coverage instrumentation.
494 Make -gen-global-isel generate an optimized version of the match table.
498 Make -gen-global-isel explain why a pattern was skipped for inclusion.
506 Make -gen-global-isel-combiner emit the specified combiners.
519 Make -gen-global-isel-combiner stop processing after parsing rules
564 Make -gen-register-info dump register information for debugging.
[all …]
/llvm-project-15.0.7/clang/test/Driver/
H A Dhlsl_no_stdinc.hlsl6 // Make sure hlsl-no-stdinc is translated into finclude-default-header.
10 // Make sure uint not work when finclude-default-header is off.
/llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/
H A D2002-08-17-FunctionDGE.ll1 ; Make sure that functions are removed successfully if they are referred to by
2 ; a global that is dead. Make sure any globals they refer to die as well.
/llvm-project-15.0.7/clang/test/CodeGenHLSL/
H A Dhalf.hlsl4 // Make sure use float when not enable-16bit-types.
9 // Make sure use half when enable-16bit-types.
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-script-import.test9 # Make sure that we don't have access to lldb.frame from the Python script.
12 # Make sure that we do have access to lldb.frame from the script command.
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfuture-check-features.ll13 ; Make sure that all of the features listed are recognized.
16 ; Make sure that the test was actually compiled.
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dgeneric-vreg-undef-use.mir17 ; Make sure this fails on a post-isel generic instruction.
21 ; Make sure this fails with a target instruction
/llvm-project-15.0.7/clang/test/Modules/
H A Ddiagnostic-options-out-of-date.m6 // Make sure that we don't rebuild A.pcm and overwrite the original A.pcm that the pch imports
8 // Make sure we don't error out when using the pch
17 // Make sure we don't error out when using the pch
/llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/
H A Dglobals_init.ll4 ; Make sure the globals constant initializers are not prone to host endianess
28 ; Make sure we fill in alignment gaps correctly.

12345678910>>...78