HomeSort by relevance Sort by last modified time
    Searched defs:Shift (Results 26 - 39 of 39) sorted by null

12

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 417 // Can fold binop, compare or shift here if the RHS is a constant,
558 unsigned Shift; // The amount shifted.
562 : PHIId(pn), Shift(Sh), Inst(User) {}
567 if (Shift < RHS.Shift) return true;
568 if (Shift > RHS.Shift) return false;
576 unsigned Shift; // The amount shifted.
580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {}
584 : PN(pn), Shift(Sh), Width(0) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 771 // Take care of the additional shift, if present:
772 SDValue shift = CurDAG->getTargetConstant(shift_amt, MVT::i32); local
779 shift);
    [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 291 /// shift amount - before type legalization these can be huge.
812 /// PromoteIntShiftOp - Promote the specified integer shift operation if the
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp 182 // X86 is weird, it always uses i8 for shift amounts and setcc results.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 735 // full alloca type, we need to do a shift to get the right bits.
794 // Convert the stored type to the actual type, shift it left to insert
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 66 Shift = 11, // <<, >>
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 553 // Op's first operand must be a shift right.
557 // The second operand of the shift must be an immediate.
612 // The shift masks must have the same position and size.
625 // Return if the shift amount and the first bit position of mask are not the
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.h 139 UInt shift; /* 0, 1 2 or 3 */ member in struct:__anon11931::__anon11932::__anon11934
146 extern ARMAMode1* ARMAMode1_RRS ( HReg base, HReg index, UInt shift );
632 } Shift;

Completed in 2347 milliseconds

12