Home
last modified time | relevance | path

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

/external/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/utils/TableGen/
DNeonEmitter.cpp1461 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/
Darm_neon.td77 bit isShift = 0;
209 let isShift = 1 in {
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp357 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
518 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp200 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()
DInstCombineCompares.cpp1119 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.cpp4041 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/
Dguest_x86_toIR.c2371 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()
Dguest_amd64_toIR.c3253 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/
DX86ISelLowering.cpp5811 bool isShift = getSubtarget()->hasSSE2() && in LowerVECTOR_SHUFFLE() local
5813 if (isShift && ShVal.hasOneUse()) { in LowerVECTOR_SHUFFLE()
5855 if (isShift) { in LowerVECTOR_SHUFFLE()