/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 87 bool isShift() { return isShift(getOpcode()); } in isShift() function 101 static inline bool isShift(unsigned Opcode) { in isShift() function
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 107 bool isShift() { return isShift(getOpcode()); } 122 static inline bool isShift(unsigned Opcode) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 116 bool isShift() { return isShift(getOpcode()); } in isShift() function 131 static inline bool isShift(unsigned Opcode) { in isShift() function
|
/external/libvncserver/webclients/novnc/include/ |
D | keyboard.js | 319 var isShift = evt.keyCode === 0x10 || evt.key === 'Shift'; 324 …var suppress = !isShift && (type !== 'keydown' || modifierState.hasShortcutModifier() || !!kbdUtil…
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 366 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant() 527 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
|
D | InstCombineAndOrXor.cpp | 200 if (!Op->isShift()) in OptAndOp() 1260 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitAnd() 1945 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitOr() 2244 if (Op0I && Op1I && Op0I->isShift() && in visitXor()
|
D | InstCombineCompares.cpp | 1120 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 378 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant() 544 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
|
D | InstCombineAndOrXor.cpp | 156 if (!Op->isShift()) in OptAndOp()
|
D | InstCombineCompares.cpp | 1683 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 458 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function 483 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare() 487 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC)) in removeIPMBasedCompare()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1216 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 265 bit isShift = 0; 605 let isShift = 1 in { 1035 let isShift = 1 in {
|
/external/valgrind/VEX/priv/ |
D | guest_x86_toIR.c | 2399 Bool isShift, isRotate, isRotateC; in dis_Grp2() local 2419 isShift = False; in dis_Grp2() 2420 switch (gregOfRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; } in dis_Grp2() 2428 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2() 2461 if (isShift) { in dis_Grp2()
|
D | guest_amd64_toIR.c | 3631 Bool isShift, isRotate, isRotateC; in dis_Grp2() local 3651 isShift = False; in dis_Grp2() 3652 switch (gregLO3ofRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; } in dis_Grp2() 3660 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2() 3722 if (isShift) { in dis_Grp2()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4745 if (!UI->isShift()) continue; in optimizeShuffleVectorInst()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.td | 2767 bit isSat = 0, bit isShift = 0> 2771 #!if(isShift, ":<<1", "")
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6631 bool isShift = getSubtarget()->hasXMMInt() && in LowerVECTOR_SHUFFLE() local 6633 if (isShift && ShVal.hasOneUse()) { in LowerVECTOR_SHUFFLE() 6675 if (isShift) { in LowerVECTOR_SHUFFLE()
|