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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 2510 const SmallVectorImpl<ExtAddrMode> &AddrModes) {
2527 // If we have a mix of scaled and unscaled addrmodes then we want scale
2530 for (const ExtAddrMode &AM : AddrModes)
3441 SmallVector<ExtAddrMode, 16> AddrModes;
3443 /// The field in which the AddrModes differ, when we have more than one.
3446 /// Are the AddrModes that we have all just equal to their original values?
3464 return AddrModes[0];
3467 /// Add a new AddrMode if it's compatible with the AddrModes we already
3471 // Take note of if we have any non-trivial AddrModes, as we need to detect
3472 // when all AddrModes are trivial as then we would introduce a phi or selec
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 4087 std::map<std::tuple<bool, bool, bool>, unsigned> AddrModes = {
4106 return AddrModes.find(Key)->second;
4110 std::map<std::tuple<bool, bool, bool>, unsigned> AddrModes = {
4129 return AddrModes.find(Key)->second;

Completed in 109 milliseconds