| /llvm-project-15.0.7/llvm/include/llvm/FuzzMutate/ |
| H A D | OpDescriptor.h | 55 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 D | no-automatic-move.cpp | 22 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 D | dxil_ver.ll | 5 ; 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 D | arm64-ld1.ll | 19 ; 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 D | arm64-collect-loh.ll | 75 ; 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 D | alloca.ll | 11 ; 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 D | donotoptimize_test.cc | 19 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 D | rv64i-demanded-bits.ll | 27 ; 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 D | convert-messages-to-runtime-calls.m | 77 // 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 D | fold-not-thread.ll | 9 ; 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 D | Operations.cpp | 203 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 D | speculatable-callsite.ll | 3 ; 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 D | tu-composite.ll | 4 ; 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 D | DependencyOutputOptions.h | 21 enum class DependencyOutputFormat { Make, NMake }; enumerator 51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | prera-ldst-insertpt.mir | 42 ; 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 D | cstring-dedup.s | 11 ## 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 D | tblgen.rst | 398 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 D | hlsl_no_stdinc.hlsl | 6 // 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 D | 2002-08-17-FunctionDGE.ll | 1 ; 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 D | half.hlsl | 4 // 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 D | command-script-import.test | 9 # 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 D | future-check-features.ll | 13 ; 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 D | generic-vreg-undef-use.mir | 17 ; 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 D | diagnostic-options-out-of-date.m | 6 // 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 D | globals_init.ll | 4 ; Make sure the globals constant initializers are not prone to host endianess 28 ; Make sure we fill in alignment gaps correctly.
|