Searched refs:matchOperationAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3193 bool matchOperationAddr(User *AddrInst, unsigned Opcode, unsigned Depth, 4475 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr() function in AddressingModeMatcher 4775 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) { in matchAddr() 4796 if (matchOperationAddr(CE, CE->getOpcode(), Depth)) in matchAddr()
|