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 88 bool isShift() { return isShift(getOpcode()); }
102 static inline bool isShift(unsigned Opcode) {
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 367 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
525 if (ShiftOp && !ShiftOp->isShift())
InstCombineAndOrXor.cpp 137 if (!Op->isShift())
    [all...]
InstCombineCompares.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 648 if (key.isShift()) {
692 if (key.isShift()) {
    [all...]
Key.java 548 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/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 447 bool isShift() const {
    [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 316 milliseconds