/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCCodeEmitter.cpp | 289 unsigned ShiftVal = AArch64_AM::getShiftValue(MO1.getImm()); in getAddSubImmOpValue() local 629 unsigned ShiftVal = AArch64_AM::getShiftValue(ShiftOpnd); in getImm8OptLsl() local 656 unsigned ShiftVal = AArch64_AM::getShiftValue(MO.getImm()); in getMoveVecShifterOpValue() local
|
H A D | AArch64InstPrinter.cpp | 1277 unsigned ShiftVal = AArch64_AM::getArithShiftValue(Val); in printArithExtend() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 482 for (unsigned ShiftVal = 0; ShiftVal < Size; ShiftVal += PlatRegSize) { getIntMatCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 1252 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); emitAddSub() local 1274 uint64_t ShiftVal = C->getZExtValue(); emitAddSub() local 1621 uint64_t ShiftVal = cast<ConstantInt>(MulRHS)->getValue().logBase2(); emitLogicalOp() local 1636 uint64_t ShiftVal = C->getZExtValue(); emitLogicalOp() local 4657 uint64_t ShiftVal = C->getValue().logBase2(); selectMul() local 4720 uint64_t ShiftVal = C->getZExtValue(); selectShift() local [all...] |
H A D | AArch64ISelDAGToDAG.cpp | 659 unsigned ShiftVal = CSD->getZExtValue(); isWorthFoldingSHL() local 916 unsigned ShiftVal = 0; SelectArithExtendedRegister() local 969 unsigned ShiftVal = 0; SelectArithUXTXRegister() local 1201 unsigned ShiftVal = CSD->getZExtValue(); SelectExtendedSHL() local [all...] |
H A D | AArch64InstrInfo.cpp | 936 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local 963 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local 971 unsigned ShiftVal = AArch64_AM::getShiftValue(Imm); isFalkorShiftExtFast() local
|
H A D | AArch64TargetTransformInfo.cpp | 365 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) { getIntImmCost() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 781 Value *ShiftVal = ConstantInt::get(LoadTy, OffsetTy->getBitWidth()); CreateWideLoad() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 1738 __anond31e27e20602(const MachineInstr *MI, uint64_t &ShiftVal) matchShiftOfShiftedLogic() argument 1856 matchCombineMulToShl(MachineInstr & MI,unsigned & ShiftVal) matchCombineMulToShl() argument 1868 applyCombineMulToShl(MachineInstr & MI,unsigned & ShiftVal) applyCombineMulToShl() argument 2166 matchCombineShiftToUnmerge(MachineInstr & MI,unsigned TargetShiftSize,unsigned & ShiftVal) matchCombineShiftToUnmerge() argument 2190 applyCombineShiftToUnmerge(MachineInstr & MI,const unsigned & ShiftVal) applyCombineShiftToUnmerge() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstCombineIntrinsic.cpp | 389 APInt ShiftVal = COp->getValue(); simplifyX86varShift() local
|
H A D | X86TargetTransformInfo.cpp | 5511 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) { getIntImmCost() local
|
H A D | X86ISelLowering.cpp | 6023 uint64_t ShiftVal = N.getConstantOperandVal(1); getFauxShuffleMask() local 6624 SDValue ShiftVal = DAG.getTargetConstant(NumBits / 8, dl, MVT::i8); getVShift() local 17977 int ShiftVal = (IdxVal % 4) * 8; LowerEXTRACT_VECTOR_ELT() local 17989 int ShiftVal = (IdxVal % 2) * 8; LowerEXTRACT_VECTOR_ELT() local 30226 auto *ShiftVal = dyn_cast<ConstantInt>(I->getOperand(0)); FindSingleBitChange() local 36947 const APInt &ShiftVal = Op.getConstantOperandAPInt(1); ComputeNumSignBitsForTargetNode() local 36958 APInt ShiftVal = Op.getConstantOperandAPInt(1); ComputeNumSignBitsForTargetNode() local 47541 unsigned ShiftVal = N->getConstantOperandVal(1); combineVectorShiftImm() local 48271 unsigned ShiftVal = SplatVal.countr_one(); combineAndMaskToShift() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1984 uint64_t ShiftVal = C->getZExtValue(); in selectShift() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 2257 uint32_t ShiftVal = Shift->getZExtValue(); SelectS_BFE() local 2278 uint32_t ShiftVal = Shift->getZExtValue(); SelectS_BFE() local
|
H A D | AMDGPUISelLowering.cpp | 3089 auto ShiftVal = DAG.getConstant(LeadingZeroes, SL, MVT::i32); lowerCTLZResults() local 5165 SDValue ShiftVal = DAG.getConstant(OffsetVal, DL, MVT::i32); PerformDAGCombine() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 401 ConstantInt *ShiftVal = nullptr; foldVecTruncToExtElt() local
|
H A D | InstCombineCompares.cpp | 2217 const APInt *ShiftVal; foldICmpShlConstant() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 15025 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[2])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local 15066 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[2])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local 15149 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local 15178 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local 15208 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local 15229 unsigned ShiftVal = cast<llvm::ConstantInt>(Ops[1])->getZExtValue() & 0xff; EmitX86BuiltinExpr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 2383 auto ShiftVal = Op.getOperand(1); LowerShift() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 7449 unsigned ShiftVal = AArch64_AM::getShifterImm(ShType, Val); selectShiftedRegister() local 7540 uint64_t ShiftVal = 0; selectArithExtendedRegister() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AutoUpgrade.cpp | 1565 unsigned ShiftVal = cast<llvm::ConstantInt>(Shift)->getZExtValue(); upgradeX86ALIGNIntrinsics() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 2715 isSimpleShift(SDValue N,unsigned & ShiftVal) isSimpleShift() argument 2893 unsigned NewCCMask, ShiftVal; adjustForTestUnderMask() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5359 unsigned ShiftVal = 0; Select() local
|