Searched refs:matchOperationAddr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | codegen-prepare-oob-shl.ll | 7 ; in codegenprepare when AddressingModeMatcher::matchOperationAddr tried to
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3212 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()
|