Searched defs:MatchOperationAddr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1563 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth,
1631 /// the set of instructions that MatchOperationAddr can.
1958 /// MatchOperationAddr - Given an instruction or constant expr, see if we can
1969 bool AddressingModeMatcher::MatchOperationAddr(User *AddrInst, unsigned Opcode, function in class:__anon25735::AddressingModeMatcher
2210 if (MatchOperationAddr(I, I->getOpcode(), Depth, &MovedAway)) {
2231 if (MatchOperationAddr(CE, CE->getOpcode(), Depth))

Completed in 74 milliseconds