HomeSort by relevance Sort by last modified time
    Searched defs:isShift (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 87 bool isShift() { return isShift(getOpcode()); }
101 static inline bool isShift(unsigned Opcode) {
  /external/llvm/include/llvm/IR/
Instruction.h 107 bool isShift() { return isShift(getOpcode()); }
122 static inline bool isShift(unsigned Opcode) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 132 bool isShift() { return isShift(getOpcode()); }
151 static inline bool isShift(unsigned Opcode) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 116 bool isShift() { return isShift(getOpcode()); }
131 static inline bool isShift(unsigned Opcode) {
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 458 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) {
483 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
487 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 569 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) {
594 if (!RLL || !isShift(RLL, SystemZ::RLL, 31))
598 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 371 milliseconds