HomeSort by relevance Sort by last modified time
    Searched refs:isTruncatedShiftCountForLEA (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp 721 inline static bool isTruncatedShiftCountForLEA(unsigned ShAmt) {
932 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr;
952 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr;
981 if (!isTruncatedShiftCountForLEA(ShAmt)) return nullptr;
    [all...]

Completed in 232 milliseconds