| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | AnyTest.cpp | 133 : Copies(Other.Copies + 1), Moves(Other.Moves) {} in TEST() 134 TestType(TestType &&Other) : Copies(Other.Copies), Moves(Other.Moves + 1) {} in TEST() 136 int Moves = 0; in TEST() member 142 EXPECT_EQ(2, T1.Moves); in TEST() 148 EXPECT_EQ(1, T2.Moves); in TEST() 153 EXPECT_EQ(2, T3.Moves); in TEST()
|
| H A D | STLExtrasTest.cpp | 170 int Moves = 0; in TEST() local 178 EXPECT_EQ(1, Moves); in TEST() 182 EXPECT_EQ(1, Moves); in TEST() 189 int Moves = 0; in TEST() local 203 EXPECT_EQ(1, Moves); in TEST() 207 EXPECT_EQ(1, Moves); in TEST() 215 int Moves = 0; in TEST() local 231 EXPECT_EQ(0, Moves); in TEST() 853 int Moves = 0; in TEST() local 869 int Moves = 0; in TEST() local [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | memset2.ll | 5 %struct.Moves = type { [9 x i8], i8, i8, i8, [5 x i8] } 7 define i32 @test(%struct.Moves addrspace(1)* nocapture %moves) { 10 …%gep = getelementptr inbounds %struct.Moves, %struct.Moves addrspace(1)* %moves, i32 1, i32 0, i32…
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | OptionsBase.td | 113 // Moves the option into a list of option groups. 118 // Moves the option in all option groups in a range. 124 // Moves the option in a single option group.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | LoopLikeInterface.td | 44 Moves the given loop-invariant operation out of the loop.
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoD.td | 349 // Moves two GPRs to an FPR. 355 // Moves an FPR to two GPRs. 396 // Moves (no conversion)
|
| H A D | RISCVInstrInfoF.td | 580 // Moves (no conversion) 604 // Moves (no conversion)
|
| H A D | RISCVInstrInfoZfh.td | 357 // Moves (no conversion)
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsCondMov.td | 1 //===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===// 9 // This is the Conditional Moves implementation.
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 44 // Moves between two floating-point registers. 53 // Moves between two floating-point registers that also set the condition 85 // Moves between 64-bit integer and floating-point registers.
|
| H A D | SystemZScheduleZ196.td | 161 // Moves
|
| H A D | SystemZScheduleZEC12.td | 166 // Moves
|
| H A D | SystemZScheduleZ13.td | 182 // Moves
|
| H A D | SystemZScheduleZ16.td | 183 // Moves
|
| H A D | SystemZScheduleZ15.td | 183 // Moves
|
| H A D | SystemZScheduleZ14.td | 183 // Moves
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/TransformOps/ |
| H A D | SCFTransformOps.td | 46 Moves the loop into a separate function with the specified name and
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 525 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise() local 531 auto Move = Moves.find(PD); in buildCoroutinePromise() 532 assert(Move != Moves.end() && in buildCoroutinePromise()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrSystem.td | 123 // Moves to and from debug registers 142 // Moves to and from control registers 184 // Moves to and from segment registers.
|
| H A D | X86ScheduleZnver3.td | 226 // Moves and Logical operations on Floating Point Data Types 252 // Moves and Logical operations on Packed Integer Data Types 287 // Moves and Logical operations on Floating Point Data Types 321 // Moves and Logical operations on Packed Integer Data Types
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr30821.mir | 130 ; Moves with different encodings but same size should be eliminated
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedCyclone.td | 105 // 7.8.1. Moves 321 // 7.9.1 Vector Moves
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx20Issues.csv | 26 "`2958 <https://wg21.link/LWG2958>`__","Moves improperly defined as deleted","Albuquerque","|Comple…
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 584 // Narrowing Saturating Vector Moves.
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 1464 // V9 Conditional Moves.
|