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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 63 if (isShiftedMask_32(Val)) {
71 if (isShiftedMask_32(Val)) {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 164 (isShiftedMask_32(Imm.getZExtValue()) ||
165 isShiftedMask_32(~Imm.getZExtValue())))
  /external/llvm/include/llvm/Support/
MathExtras.h 335 /// isShiftedMask_32 - This function returns true if the argument contains a
337 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
338 inline bool isShiftedMask_32(uint32_t Value) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 594 if (!isMask_32(lhsMaskVal) && !isShiftedMask_32(lhsMaskVal)) {
616 if (!isMask_32(rhsMaskVal) && !isShiftedMask_32(rhsMaskVal)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 227 milliseconds