Home
last modified time | relevance | path

Searched refs:LAT (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/Analysis/CostModel/ARM/
H A Dtarget-intrinsics.ll4 …st-kind=latency -mtriple=thumbv8.1m.main -mattr=+mve | FileCheck %s --check-prefix=CHECK-THUMB2-LAT
17 ; CHECK-THUMB2-LAT-LABEL: 'intrinsics'
18 ; CHECK-THUMB2-LAT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %t1 = call i32 …
19 ; CHECK-THUMB2-LAT-NEXT: Cost Model: Found an estimated cost of 3 for instruction: %t2 = tail call…
20 ; CHECK-THUMB2-LAT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %t3 = call { i3…
21 ; CHECK-THUMB2-LAT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %t4 = tail call…
22 ; CHECK-THUMB2-LAT-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret void
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dtrap-03.ll1 ; Test load-and-trap instructions (LAT/LGAT)
7 ; Check LAT with no displacement.
25 ; Check the high end of the LAT range.
63 ; Check that LAT allows an index.
H A Dtrap-05.ll9 ; Check LAT with no displacement.
29 ; Check the high end of the LAT range.
71 ; Check that LAT allows an index.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp658 X86LowerAMXIntrinsics LAT(F, DTU, LI); in runOnFunction() local
659 return LAT.visit(); in runOnFunction()
H A DX86LowerAMXType.cpp1207 X86LowerAMXType LAT(F); in runOnFunction() local
1208 C |= LAT.visit(); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRDevices.td101 // XCH, LAS, LAC, and LAT.
104 "instructions: XCH, LAS, LAC, LAT">;
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1952 return SystemZ::LAT; in getLoadAndTrap()
H A DSystemZInstrInfo.td491 def LAT : UnaryRXY<"lat", 0xE39F, null_frag, GR32, 4>;