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

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 169 (isShiftedMask_64(Imm.getZExtValue()) ||
170 isShiftedMask_64(~Imm.getZExtValue())))
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 237 if (isShiftedMask_64(Imm)) {
243 if (!isShiftedMask_64(~Imm))
  /external/llvm/include/llvm/Support/
MathExtras.h 346 /// isShiftedMask_64 - This function returns true if the argument contains a
348 inline bool isShiftedMask_64(uint64_t Value) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 66 if (!isShiftedMask_64(I))
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]

Completed in 169 milliseconds