• Home
  • Raw
  • Download

Lines Matching refs:getConstantInt32

562           Src1 = Ctx->getConstantInt32(NewC);  in genTargetHelperCallFor()
1624 Operand *SubAmount = legalize(Ctx->getConstantInt32(SpillAreaSizeBytes), in addProlog()
1728 legalize(Ctx->getConstantInt32(SpillAreaSizeBytes), in addEpilog()
1774 Target->legalize(Target->Ctx->getConstantInt32(-Offset), in newBaseRegister()
1779 Target->legalize(Target->Ctx->getConstantInt32(Offset), in newBaseRegister()
1811 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset)), in createMemOperand()
1830 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(OffsetDiff)), in createMemOperand()
2103 return Ctx->getConstantInt32(static_cast<uint32_t>(Const->getValue())); in loOperand()
2130 return Ctx->getConstantInt32( in hiOperand()
2144 Constant *Four = Ctx->getConstantInt32(4); in hiOperand()
2165 Constant *_4 = Ctx->getConstantInt32(4); in hiOperand()
2172 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(NextOffsetVal)); in hiOperand()
2263 legalize(Ctx->getConstantInt32(Value), Legal_Reg | Legal_Flex); in lowerAlloca()
2271 Operand *AddAmount = legalize(Ctx->getConstantInt32(Alignment - 1)); in lowerAlloca()
2282 Ctx->getConstantInt32(MaxOutArgsSizeBytes), Legal_Reg | Legal_Flex); in lowerAlloca()
2536 Target->getCtx()->getConstantInt32( in negatedSrc1F()
2548 Target->getCtx()->getConstantInt32( in invertedSrc1F()
2771 Operand *_32 = legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2877 Operand *_32 = legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2974 Func->getContext()->getConstantInt32(ShAmt)))); in createShiftedOperand()
3744 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackArg.second)); in lowerCall()
3895 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(7)); in lowerCast()
3898 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(15)); in lowerCast()
3901 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(31)); in lowerCast()
3910 Constant *ShiftAmt = Ctx->getConstantInt32(31); in lowerCast()
3922 Operand *_m1 = Ctx->getConstantInt32(-1); in lowerCast()
3953 auto *_1 = Ctx->getConstantInt32(1); in lowerCast()
4325 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(0))); in lowerFcmp()
4333 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(1))); in lowerFcmp()
4397 Operand *_1 = legalize(Ctx->getConstantInt32(1), Legal_Reg | Legal_Flex); in lowerFcmp()
4619 legalize(Ctx->getConstantInt32(Value << ShAmt), Legal_Reg | Legal_Flex)); in lowerInt8AndInt16IcmpCond()
4622 Ctx->getConstantInt32(ShAmt)); in lowerInt8AndInt16IcmpCond()
4722 auto *Imm = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(ShAmt)); in lowerIcmp()
4767 Operand *_1 = legalize(Ctx->getConstantInt32(1), Legal_Reg | Legal_Flex); in lowerIcmp()
5022 _mov(Dest, legalizeToReg(Ctx->getConstantInt32(Result))); in lowerIntrinsicCall()
5333 legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerCLZ()
5730 Context.insert<InstAssign>(BaseVar, Ctx->getConstantInt32(OffsetImm)); in formAddressingMode()
5762 Ctx->getConstantInt32(PositiveOffset)); in formAddressingMode()
5783 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(OffsetImm))); in formAddressingMode()
5878 Ctx->getConstantInt32(Index->getValue() - NumElements))); in lowerShuffleVector()
5882 Ctx->getConstantInt32(I))); in lowerShuffleVector()
5970 Operand *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch()
5971 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch()
5996 Operand *Value = Ctx->getConstantInt32(Instr->getValue(I) << ShiftAmt); in lowerSwitch()
6232 UpperBits != 0 ? Ctx->getConstantInt32(Value & 0xFFFF) : C32); in legalize()
6234 _movt(Reg, Ctx->getConstantInt32(UpperBits)); in legalize()
6397 Mask = legalize(Ctx->getConstantInt32(Align - 1), Legal_Reg | Legal_Flex, in alignRegisterPow2()
6401 Mask = legalize(Ctx->getConstantInt32(-Align), Legal_Reg | Legal_Flex, in alignRegisterPow2()