Home
last modified time | relevance | path

Searched refs:isShift (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h87 bool isShift() { return isShift(getOpcode()); } in isShift() function
101 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/llvm/include/llvm/IR/
DInstruction.h107 bool isShift() { return isShift(getOpcode()); }
122 static inline bool isShift(unsigned Opcode) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h116 bool isShift() { return isShift(getOpcode()); } in isShift() function
131 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/libvncserver/webclients/novnc/include/
Dkeyboard.js319 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/
DInstCombineShifts.cpp366 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
527 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp200 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()
DInstCombineCompares.cpp1120 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp378 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
544 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp156 if (!Op->isShift()) in OptAndOp()
DInstCombineCompares.cpp1683 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp458 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/
DSeparateConstOffsetFromGEP.cpp1216 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
/external/clang/include/clang/Basic/
Darm_neon.td265 bit isShift = 0;
605 let isShift = 1 in {
1035 let isShift = 1 in {
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c2399 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()
Dguest_amd64_toIR.c3631 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/
DCodeGenPrepare.cpp4745 if (!UI->isShift()) continue; in optimizeShuffleVectorInst()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2767 bit isSat = 0, bit isShift = 0>
2771 #!if(isShift, ":<<1", "")
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp6631 bool isShift = getSubtarget()->hasXMMInt() && in LowerVECTOR_SHUFFLE() local
6633 if (isShift && ShVal.hasOneUse()) { in LowerVECTOR_SHUFFLE()
6675 if (isShift) { in LowerVECTOR_SHUFFLE()