Home
last modified time | relevance | path

Searched refs:Moves (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DAnyTest.cpp133 : 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 DSTLExtrasTest.cpp170 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 Dmemset2.ll5 %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 DOptionsBase.td113 // 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 DLoopLikeInterface.td44 Moves the given loop-invariant operation out of the loop.
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td349 // Moves two GPRs to an FPR.
355 // Moves an FPR to two GPRs.
396 // Moves (no conversion)
H A DRISCVInstrInfoF.td580 // Moves (no conversion)
604 // Moves (no conversion)
H A DRISCVInstrInfoZfh.td357 // Moves (no conversion)
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsCondMov.td1 //===-- 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 DSystemZInstrFP.td44 // 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 DSystemZScheduleZ196.td161 // Moves
H A DSystemZScheduleZEC12.td166 // Moves
H A DSystemZScheduleZ13.td182 // Moves
H A DSystemZScheduleZ16.td183 // Moves
H A DSystemZScheduleZ15.td183 // Moves
H A DSystemZScheduleZ14.td183 // Moves
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/TransformOps/
H A DSCFTransformOps.td46 Moves the loop into a separate function with the specified name and
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp525 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 DX86InstrSystem.td123 // Moves to and from debug registers
142 // Moves to and from control registers
184 // Moves to and from segment registers.
H A DX86ScheduleZnver3.td226 // 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 Dpr30821.mir130 ; Moves with different encodings but same size should be eliminated
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedCyclone.td105 // 7.8.1. Moves
321 // 7.9.1 Vector Moves
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv26 "`2958 <https://wg21.link/LWG2958>`__","Moves improperly defined as deleted","Albuquerque","|Comple…
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicsARM.td584 // Narrowing Saturating Vector Moves.
/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td1464 // V9 Conditional Moves.

12