Searched refs:MatchAddr (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2104 PromotedInsts, TPT).MatchAddr(V, 0); in Match() 2110 bool MatchAddr(Value *V, unsigned Depth); 2129 return MatchAddr(ScaleReg, Depth); in MatchScaledValue() 2622 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 2627 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 2639 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 2652 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr() 2653 MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr() 2662 if (MatchAddr(AddrInst->getOperand(0), Depth+1) && in MatchOperationAddr() 2663 MatchAddr(AddrInst->getOperand(1), Depth+1)) in MatchOperationAddr() [all …]
|