HomeSort by: relevance | last modified time | path
    Searched refs:getAddrModeForFlags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.h 1379 /// getAddrModeForFlags - Based on the set of address flags, select the most
1381 PPC::AddrMode getAddrModeForFlags(unsigned Flags) const;
PPCISelLowering.cpp 1444 // flags are passed into getAddrModeForFlags() in order to retrieve the optimal
1459 // Finally, when adding new addressing modes, the getAddrModeForFlags() will
17012 /// getAddrModeForFlags - Based on the set of address flags, select the most
17014 PPC::AddrMode PPCTargetLowering::getAddrModeForFlags(unsigned Flags) const {
17261 PPC::AddrMode Mode = getAddrModeForFlags(Flags);

Completed in 54 milliseconds