| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 320 bool isShift() const { return isShift(getOpcode()); } 351 static inline bool isShift(unsigned Opcode) {
|
| H A D | PatternMatch.h | 1530 bool isOpType(unsigned Opcode) const { return Instruction::isShift(Opcode); } in isOpType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRShiftExpand.cpp | 52 if (!I.isShift()) in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLatencyMutations.cpp | 74 bool isShift(unsigned Op) { return Info[Op].IsShift; } in isShift() function in llvm::__anonf3433be90111::InstructionInformation 694 else if (II->isShift(DstOpcode)) in modifyBypasses() 919 else if (II->isShift(DstOpcode)) in modifyBypasses()
|
| H A D | ARMTargetTransformInfo.cpp | 1447 if (!CxtI || !CxtI->hasOneUse() || !CxtI->isShift()) in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanAnalysis.cpp | 147 if (Instruction::isBinaryOp(Opcode) || Instruction::isShift(Opcode) || in inferScalarTypeForRecipe() 204 if (Instruction::isBinaryOp(Opcode) || Instruction::isShift(Opcode) || in inferScalarTypeForRecipe()
|
| H A D | SLPVectorizer.cpp | 1200 return getMainOp()->isShift() && getAltOp()->isShift(); in isShiftOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 295 if (!I->getType()->isVectorTy() || !I->isShift()) in isProfitableToSinkOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 308 if (I->isShift()) { in getBestTruncatedType()
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 2585 isShift = type === SHIFT, 2590 tipAdjust = tip && tip.corner && tip.corner.precedance === side && !isShift ? tipLength : 0, 2596 if(isShift) {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 276 bit isShift = 0;
|
| H A D | arm_neon.td | 399 let isShift = 1 in { 955 let isShift = 1 in {
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineShifts.cpp | 350 assert(I.isShift() && "Expected a shift as input"); in foldShiftOfShiftedBinOp() 983 assert(I.isShift() && "Expected a shift as input"); in setShiftFlags()
|
| H A D | InstCombineVectorOps.cpp | 2272 (Instruction::isIntDivRem(BOpcode) || Instruction::isShift(BOpcode)); in foldSelectShuffleWith1Binop() 2405 (Instruction::isIntDivRem(BOpc) || Instruction::isShift(BOpc)); in foldSelectShuffle()
|
| H A D | InstCombineSimplifyDemanded.cpp | 1871 if (match(I, m_BinOp(BO)) && !BO->isIntDivRem() && !BO->isShift()) { in SimplifyDemandedVectorElts()
|
| H A D | InstructionCombining.cpp | 645 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
|
| H A D | InstCombineCompares.cpp | 1698 if (!Shift || !Shift->isShift()) in foldICmpAndShift()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 1399 if (FirstOffsetDef && FirstOffsetDef->isShift() && in isLegalToSwapOperand()
|
| H A D | LoopIdiomRecognize.cpp | 2154 if (!DefX || !DefX->isShift()) in detectShiftUntilZeroIdiom()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 151 bool isShift() const { return cast<llvm::Instruction>(Val)->isShift(); } in isShift() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 7439 assert(Shift->isShift() && "Expected a shift"); in optimizeShiftInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 7195 if (I->isShift()) in isProfitableToSinkOperands()
|