Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h87 bool isShift() { return isShift(getOpcode()); } in isShift() function
101 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h116 bool isShift() { return isShift(getOpcode()); } in isShift() function
131 static inline bool isShift(unsigned Opcode) { in isShift() function
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp458 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp569 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp6631 bool isShift = getSubtarget()->hasXMMInt() && in LowerVECTOR_SHUFFLE() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6169 bool isShift = BinOpLHSVal->getOpcode() == ISD::SHL || in visitShiftByConstant() local