Home
last modified time | relevance | path

Searched refs:isShift (Results 1 – 25 of 25) 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/llvm/include/llvm/IR/
DInstruction.h107 bool isShift() { return isShift(getOpcode()); }
122 static inline bool isShift(unsigned Opcode) {
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h132 bool isShift() { return isShift(getOpcode()); }
151 static inline bool isShift(unsigned Opcode) {
DPatternMatch.h866 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } in isOpType()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineShifts.cpp366 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
527 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp200 if (!Op->isShift()) in OptAndOp()
1260 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitAnd()
1945 if (SI0->isShift() && SI0->getOpcode() == SI1->getOpcode() && in visitOr()
2244 if (Op0I && Op1I && Op0I->isShift() && in visitXor()
DInstCombineCompares.cpp1120 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp378 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
544 if (ShiftOp && !ShiftOp->isShift()) in FoldShiftByConstant()
DInstCombineAndOrXor.cpp156 if (!Op->isShift()) in OptAndOp()
DInstCombineCompares.cpp1683 if (Shift && !Shift->isShift()) in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp458 static bool isShift(MachineInstr *MI, unsigned Opcode, int64_t Imm) { in isShift() function
483 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare()
487 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC)) in removeIPMBasedCompare()
/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
594 if (!RLL || !isShift(RLL, SystemZ::RLL, 31)) in removeIPMBasedCompare()
598 if (!SRL || !isShift(SRL, SystemZ::SRL, SystemZ::IPM_CC)) in removeIPMBasedCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1219 (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode)); in foldSelectShuffleWith1Binop()
1300 (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc)); in foldSelectShuffle()
DInstCombineShifts.cpp386 if (TrOp && I.isLogicalShift() && TrOp->isShift() && in FoldShiftByConstant()
DInstructionCombining.cpp469 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
1425 if (Inst.isIntDivRem() || (Inst.isShift() && ConstOp1)) in foldShuffledBinop()
DInstCombineCompares.cpp1518 if (!Shift || !Shift->isShift()) in foldICmpAndShift()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1264 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1216 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
/external/clang/include/clang/Basic/
Darm_neon.td265 bit isShift = 0;
605 let isShift = 1 in {
1035 let isShift = 1 in {
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4745 if (!UI->isShift()) continue; in optimizeShuffleVectorInst()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td2767 bit isSat = 0, bit isShift = 0>
2771 #!if(isShift, ":<<1", "")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5785 if (!UI->isShift()) continue; in optimizeShuffleVectorInst()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp6631 bool isShift = getSubtarget()->hasXMMInt() && in LowerVECTOR_SHUFFLE() local
6633 if (isShift && ShVal.hasOneUse()) { in LowerVECTOR_SHUFFLE()
6675 if (isShift) { in LowerVECTOR_SHUFFLE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6169 bool isShift = BinOpLHSVal->getOpcode() == ISD::SHL || in visitShiftByConstant() local
6175 if ((!isShift || !isa<ConstantSDNode>(BinOpLHSVal->getOperand(1))) && in visitShiftByConstant()