Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DInstruction.h110 bool isShift() { return isShift(getOpcode()); }
125 static inline bool isShift(unsigned Opcode) {
/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/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp432 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
457 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare()
461 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC)) in removeIPMBasedCompare()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp377 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
543 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp166 if (!Op->isShift()) in OptAndOp()
DInstCombineCompares.cpp1358 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1216 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp735 if (!ShiftInst || !ShiftInst->isShift()) { in optimizeBitExtract()
/external/clang/include/clang/Basic/
Darm_neon.td265 bit isShift = 0;
604 let isShift = 1 in {
1029 let isShift = 1 in {
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c2397 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
2417 isShift = False; in dis_Grp2()
2418 switch (gregOfRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; } in dis_Grp2()
2426 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2()
2459 if (isShift) { in dis_Grp2()
Dguest_amd64_toIR.c3521 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
3541 isShift = False; in dis_Grp2()
3542 switch (gregLO3ofRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; } in dis_Grp2()
3550 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2()
3612 if (isShift) { in dis_Grp2()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4660 if (!UI->isShift()) continue; in optimizeShuffleVectorInst()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2785 bit isSat = 0, bit isShift = 0>
2789 #!if(isShift, ":<<1", "")