Lines Matching refs:getConstantInt32
561 Src1 = Ctx->getConstantInt32(NewC); in genTargetHelperCallFor()
1615 Operand *SubAmount = legalize(Ctx->getConstantInt32(SpillAreaSizeBytes), in addProlog()
1719 legalize(Ctx->getConstantInt32(SpillAreaSizeBytes), in addEpilog()
1765 Target->legalize(Target->Ctx->getConstantInt32(-Offset), in newBaseRegister()
1770 Target->legalize(Target->Ctx->getConstantInt32(Offset), in newBaseRegister()
1802 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset)), in createMemOperand()
1821 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(OffsetDiff)), in createMemOperand()
2097 return Ctx->getConstantInt32(static_cast<uint32_t>(Const->getValue())); in loOperand()
2124 return Ctx->getConstantInt32( in hiOperand()
2138 Constant *Four = Ctx->getConstantInt32(4); in hiOperand()
2159 Constant *_4 = Ctx->getConstantInt32(4); in hiOperand()
2166 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(NextOffsetVal)); in hiOperand()
2257 legalize(Ctx->getConstantInt32(Value), Legal_Reg | Legal_Flex); in lowerAlloca()
2265 Operand *AddAmount = legalize(Ctx->getConstantInt32(Alignment - 1)); in lowerAlloca()
2276 Ctx->getConstantInt32(MaxOutArgsSizeBytes), Legal_Reg | Legal_Flex); in lowerAlloca()
2532 Target->getCtx()->getConstantInt32( in negatedSrc1F()
2544 Target->getCtx()->getConstantInt32( in invertedSrc1F()
2767 Operand *_32 = legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2874 Operand *_32 = legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerInt64Arithmetic()
2972 Func->getContext()->getConstantInt32(ShAmt)))); in createShiftedOperand()
3758 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackArg.second)); in lowerCall()
3909 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(7)); in lowerCast()
3912 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(15)); in lowerCast()
3915 ShAmt = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(31)); in lowerCast()
3924 Constant *ShiftAmt = Ctx->getConstantInt32(31); in lowerCast()
3936 Operand *_m1 = Ctx->getConstantInt32(-1); in lowerCast()
3967 auto *_1 = Ctx->getConstantInt32(1); in lowerCast()
4338 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(0))); in lowerFcmp()
4346 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(1))); in lowerFcmp()
4410 Operand *_1 = legalize(Ctx->getConstantInt32(1), Legal_Reg | Legal_Flex); in lowerFcmp()
4632 legalize(Ctx->getConstantInt32(Value << ShAmt), Legal_Reg | Legal_Flex)); in lowerInt8AndInt16IcmpCond()
4635 Ctx->getConstantInt32(ShAmt)); in lowerInt8AndInt16IcmpCond()
4735 auto *Imm = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(ShAmt)); in lowerIcmp()
4780 Operand *_1 = legalize(Ctx->getConstantInt32(1), Legal_Reg | Legal_Flex); in lowerIcmp()
5035 _mov(Dest, legalizeToReg(Ctx->getConstantInt32(Result))); in lowerIntrinsic()
5453 legalize(Ctx->getConstantInt32(32), Legal_Reg | Legal_Flex); in lowerCLZ()
5850 Context.insert<InstAssign>(BaseVar, Ctx->getConstantInt32(OffsetImm)); in formAddressingMode()
5882 Ctx->getConstantInt32(PositiveOffset)); in formAddressingMode()
5903 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(OffsetImm))); in formAddressingMode()
6099 Ctx->getConstantInt32(Index->getValue() - NumElements))); in lowerShuffleVector()
6103 Ctx->getConstantInt32(I))); in lowerShuffleVector()
6191 Operand *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch()
6192 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch()
6217 Operand *Value = Ctx->getConstantInt32(Instr->getValue(I) << ShiftAmt); in lowerSwitch()
6453 UpperBits != 0 ? Ctx->getConstantInt32(Value & 0xFFFF) : C32); in legalize()
6455 _movt(Reg, Ctx->getConstantInt32(UpperBits)); in legalize()
6618 Mask = legalize(Ctx->getConstantInt32(Align - 1), Legal_Reg | Legal_Flex, in alignRegisterPow2()
6622 Mask = legalize(Ctx->getConstantInt32(-Align), Legal_Reg | Legal_Flex, in alignRegisterPow2()