Searched refs:isShift (Results 1 – 10 of 10) sorted by relevance
/external/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/utils/TableGen/ |
D | NeonEmitter.cpp | 1461 bool isShift) { in GenTest() argument 1501 if (isShift) in GenTest() 1532 bool isShift = R->getValueAsBit("isShift"); in runTests() local 1549 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[srcti], isShift); in runTests() 1552 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[ti], isShift); in runTests()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 77 bit isShift = 0; 209 let isShift = 1 in {
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 357 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant() 518 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
|
D | InstCombineAndOrXor.cpp | 200 if (!Op->isShift()) in OptAndOp() 1259 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitAnd() 1944 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitOr() 2243 if (Op0I && Op1I && Op0I->isShift() && in visitXor()
|
D | InstCombineCompares.cpp | 1119 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 4041 jint repeatCount, jboolean isShift, jboolean isAlt, jboolean isSym, in Key() argument 4048 unichar, repeatCount, isDown, isShift, isAlt, isSym)); in Key()
|
/external/valgrind/main/VEX/priv/ |
D | guest_x86_toIR.c | 2371 Bool isShift, isRotate, isRotateC; in dis_Grp2() local 2391 isShift = False; in dis_Grp2() 2392 switch (gregOfRM(modrm)) { case 4: case 5: case 7: isShift = True; } in dis_Grp2() 2405 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2() 2438 if (isShift) { in dis_Grp2()
|
D | guest_amd64_toIR.c | 3253 Bool isShift, isRotate, isRotateC; in dis_Grp2() local 3273 isShift = False; in dis_Grp2() 3274 switch (gregLO3ofRM(modrm)) { case 4: case 5: case 7: isShift = True; } in dis_Grp2() 3287 if (!isShift && !isRotate && !isRotateC) { in dis_Grp2() 3349 if (isShift) { in dis_Grp2()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5811 bool isShift = getSubtarget()->hasSSE2() && in LowerVECTOR_SHUFFLE() local 5813 if (isShift && ShVal.hasOneUse()) { in LowerVECTOR_SHUFFLE() 5855 if (isShift) { in LowerVECTOR_SHUFFLE()
|