Home
last modified time | relevance | path

Searched refs:matchOperationAddr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcodegen-prepare-oob-shl.ll7 ; in codegenprepare when AddressingModeMatcher::matchOperationAddr tried to
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3212 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth,
4495 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() function in AddressingModeMatcher
4795 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr()
4815 if (matchOperationAddr(CE, CE->getOpcode(), Depth)) in matchAddr()