Home
last modified time | relevance | path

Searched defs:isShift (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DInstruction.h91 bool isShift() { return isShift(getOpcode()); } in isShift() function
105 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp426 static bool isShift(MachineInstr *MI, int Opcode, int64_t Imm) { in isShift() function
/external/valgrind/main/VEX/priv/
Dguest_x86_toIR.c2397 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
Dguest_amd64_toIR.c3514 Bool isShift, isRotate, isRotateC; in dis_Grp2() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp9354 bool isShift = HasSSE2 && isVectorShift(SVOp, DAG, isLeft, ShVal, ShAmt); in LowerVECTOR_SHUFFLE() local