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

  /external/llvm/include/llvm/IR/
Instruction.h 91 bool isShift() { return isShift(getOpcode()); }
105 static inline bool isShift(unsigned Opcode) {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 426 static bool isShift(MachineInstr *MI, int Opcode, int64_t Imm) {
451 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
455 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 370 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
536 if (ShiftOp && !ShiftOp->isShift())
    [all...]
InstCombineAndOrXor.cpp 129 if (!Op->isShift())
    [all...]
InstCombineCompares.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 441 if (key.isShift()) {
485 if (key.isShift()) {
    [all...]
Key.java 555 public final boolean isShift() {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 735 if (!ShiftInst || !ShiftInst->isShift()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 735 if (!ShiftInst || !ShiftInst->isShift()) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 332 milliseconds