Searched refs:isShift (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h87 bool isShift() { return isShift(getOpcode()); } function in class:llvm::Instruction
101 static inline bool isShift(unsigned Opcode) { function in class:llvm::Instruction
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1619 if (R->getValueAsBit("isShift")) {
1669 bool isShift) {
1709 if (isShift)
1740 bool isShift = R->getValueAsBit("isShift"); local
1759 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[srcti], isShift);
1762 OS << GenTest(name, Proto, TypeVec[ti], TypeVec[ti], isShift);
1666 GenTest(const std::string &name, const std::string &proto, StringRef outTypeStr, StringRef inTypeStr, bool isShift) argument
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp367 if (TrOp && I.isLogicalShift() && TrOp->isShift() &&
528 if (ShiftOp && !ShiftOp->isShift())
H A DInstCombineAndOrXor.cpp137 if (!Op->isShift())
1244 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
1911 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() &&
2221 if (Op0I && Op1I && Op0I->isShift() &&
H A DInstCombineCompares.cpp1147 if (Shift && !Shift->isShift())
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4521 jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt,
4526 unichar, repeatCount, isDown, isShift, isAlt, isSym));
4520 Key(JNIEnv* env, jobject obj, jint nativeClass, jint keyCode, jint unichar, jint repeatCount, jboolean isShift, jboolean isAlt, jboolean isSym, jboolean isDown) argument
/external/valgrind/main/VEX/priv/
H A Dguest_x86_toIR.c2374 Bool isShift, isRotate, isRotateC; local
2394 isShift = False;
2395 switch (gregOfRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; }
2403 if (!isShift && !isRotate && !isRotateC) {
2436 if (isShift) {
2488 } /* if (isShift) */
H A Dguest_amd64_toIR.c3260 Bool isShift, isRotate, isRotateC; local
3280 isShift = False;
3281 switch (gregLO3ofRM(modrm)) { case 4: case 5: case 6: case 7: isShift = True; }
3289 if (!isShift && !isRotate && !isRotateC) {
3351 if (isShift) {
3407 } /* if (isShift) */
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6693 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt); local
6694 if (isShift && ShVal.hasOneUse()) {
6734 if (isShift) {

Completed in 311 milliseconds