Home | History | Annotate | Download | only in CodeGen

Lines Matching full:matchoperationaddr

2593   bool matchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth,
2661 /// the set of instructions that MatchOperationAddr can.
3086 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode,
3348 if (matchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) {
3369 if (matchOperationAddr(CE, CE->getOpcode(), Depth))