Home
last modified time | relevance | path

Searched refs:computeKnownAlignment (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h93 Align computeKnownAlignment(Register R, unsigned Depth = 0);
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DKnownBitsTest.cpp985 EXPECT_EQ(Align(4), Info.computeKnownAlignment(CopyDispatchPtr)); in TEST_F()
986 EXPECT_EQ(Align(4), Info.computeKnownAlignment(CopyQueuePtr)); in TEST_F()
987 EXPECT_EQ(Align(4), Info.computeKnownAlignment(CopyKernargSegmentPtr)); in TEST_F()
988 EXPECT_EQ(Align(4), Info.computeKnownAlignment(CopyImplicitArgPtr)); in TEST_F()
989 EXPECT_EQ(Align(4), Info.computeKnownAlignment(CopyImplicitBufferPtr)); in TEST_F()
1964 EXPECT_EQ(Align(1ull << NumBits), Info.computeKnownAlignment(Copies[Idx])); in TEST_F()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp35 Align GISelKnownBits::computeKnownAlignment(Register R, unsigned Depth) { in computeKnownAlignment() function in GISelKnownBits
39 return computeKnownAlignment(MI->getOperand(1).getReg(), Depth); in computeKnownAlignment()