Lines Matching defs:int64_t

117 isBigEndian(const SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx,
118 int64_t LowestIdx) {
128 const int64_t Idx = MemOffsetAndIdx->second - LowestIdx;
2064 int64_t ShiftAmt = MaybeShiftAmtVal->getSExtValue();
2076 int64_t ShiftAmtVal = MatchData.Imm;
2876 bool CombinerHelper::matchConstantOp(const MachineOperand &MOP, int64_t C) {
2990 void CombinerHelper::replaceInstWithConstant(MachineInstr &MI, int64_t C) {
3050 int64_t IntImm;
3227 MachineInstr &MI, std::tuple<Register, int64_t> &MatchInfo) {
3229 int64_t ShlCst, AshrCst;
3245 MachineInstr &MI, std::tuple<Register, int64_t> &MatchInfo) {
3248 int64_t ShiftAmt;
3264 int64_t C1;
3265 int64_t C2;
3388 int64_t Cst, bool IsVector, bool IsFP) {
3453 int64_t Cst;
3747 static std::optional<std::pair<GZExtLoad *, int64_t>>
3753 int64_t Shift;
3774 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
3776 SmallDenseMap<int64_t, int64_t, 8> &MemOffset2Idx,
3783 int64_t LowestIdx = INT64_MAX;
3789 SmallSet<int64_t, 8> SeenIdx;
3816 int64_t DstPos;
3836 int64_t Idx;
3952 SmallDenseMap<int64_t, int64_t, 8> MemOffset2Idx;
3954 int64_t LowestIdx;
4256 int64_t CstShlAmt, CstLShrAmt;
4344 int64_t &MatchInfo) {
4442 int64_t OneOrZero = Pred == CmpInst::ICMP_EQ;
4475 int64_t AndMaskBits;
4476 int64_t OrMaskBits;
4507 int64_t Width = MI.getOperand(2).getImm();
4509 int64_t ShiftImm;
4538 int64_t AndImm, LSBImm;
4582 int64_t ShrAmt;
4583 int64_t ShlAmt;
4602 const int64_t Pos = ShrAmt - ShlAmt;
4603 const int64_t Width = Size - ShrAmt;
4626 int64_t ShrAmt;
4627 int64_t SMask;
4654 const int64_t Pos = ShrAmt;
4655 const int64_t Width = llvm::countr_one(UMask) - ShrAmt;
4693 const int64_t CombinedValue = (C1APIntVal + C2APIntVal).getSExtValue();
5135 int64_t CstX, CstY;
5152 int64_t CstX;
6609 bool CombinerHelper::isConstantSplatVector(Register Src, int64_t SplatValue,
7413 bool CombinerHelper::matchFPowIExpansion(MachineInstr &MI, int64_t Exponent) {
7418 void CombinerHelper::applyExpandFPowI(MachineInstr &MI, int64_t Exponent) {
7421 int64_t ExpVal = Exponent;