• Home
  • Raw
  • Download

Lines Matching refs:getConstantInt32

285         auto *Index = Ctx->getConstantInt32(I);  in genTargetHelperCallFor()
314 auto *Index = Ctx->getConstantInt32(I); in genTargetHelperCallFor()
342 auto *Index = Ctx->getConstantInt32(I); in genTargetHelperCallFor()
433 auto *Index = Ctx->getConstantInt32(I); in genTargetHelperCallFor()
597 auto *Index = Ctx->getConstantInt32(i); in genTargetHelperCallFor()
1132 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(Offset))); in formMemoryOperand()
1653 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackOffset))); in addProlog()
1776 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackOffset))); in addEpilog()
1811 Target->_lui(ScratchReg, Target->Ctx->getConstantInt32(UpperBits)); in newBaseRegister()
1834 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset))); in legalizeMovFp()
1968 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset))); in legalizeMov()
1972 Target->Ctx->getConstantInt32(Offset + 4))); in legalizeMov()
2045 Target->Ctx->getConstantInt32(Offset))); in legalizeMov()
2049 Target->Ctx->getConstantInt32(Offset + 4))); in legalizeMov()
2058 Target->Ctx->getConstantInt32(Offset))); in legalizeMov()
2063 Target->Ctx->getConstantInt32(Offset + 4))); in legalizeMov()
2131 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset))); in legalizeMemOperand()
2143 Target->_lui(TReg, Target->Ctx->getConstantInt32(UpperBits)); in legalizeImmediate()
2146 Target->_lui(Reg, Target->Ctx->getConstantInt32(UpperBits)); in legalizeImmediate()
2235 return Ctx->getConstantInt32(static_cast<uint32_t>(Const->getValue())); in loOperand()
2264 Constant *_4 = Ctx->getConstantInt32(4); in getOperandAtIndex()
2271 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(NextOffsetVal)); in getOperandAtIndex()
2291 return Ctx->getConstantInt32( in hiOperand()
2310 Constant *Four = Ctx->getConstantInt32(4); in hiOperand()
2317 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(NextOffsetVal)); in hiOperand()
2436 legalizeToReg(Ctx->getConstantInt32(-AlignmentParam), Legal_Reg); in lowerAlloca()
3448 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackArg.second)); in lowerCall()
3599 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(i * 4))); in lowerCall()
3874 RegLo = legalizeToReg(Ctx->getConstantInt32(Lower32Bits)); in lowerCast()
3875 RegHi = legalizeToReg(Ctx->getConstantInt32(Upper32Bits)); in lowerCast()
4488 _lui(TReg2, Ctx->getConstantInt32(0xffff)); in lowerInsertElement()
4497 _lui(TReg2, Ctx->getConstantInt32(0xff00)); in lowerInsertElement()
4922 _lui(T2, Ctx->getConstantInt32(255)); in lowerIntrinsic()
4942 _lui(T3, Ctx->getConstantInt32(255)); in lowerIntrinsic()
4978 _lui(T4, Ctx->getConstantInt32(255)); in lowerIntrinsic()
5392 Context.insert<InstAssign>(BaseVar, Ctx->getConstantInt32(OffsetImm)); in formAddressingMode()
5405 Ctx->getConstantInt32(PositiveOffset)); in formAddressingMode()
5417 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(OffsetImm))); in formAddressingMode()
5499 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(i * 4))); in lowerRet()
5626 Operand *ValueLo = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch()
5627 Operand *ValueHi = Ctx->getConstantInt32(Instr->getValue(I) >> 32); in lowerSwitch()
5644 Operand *Value = Ctx->getConstantInt32(Instr->getValue(I)); in lowerSwitch()
5937 _lui(TReg, Ctx->getConstantInt32(UpperBits)); in legalize()
5940 _lui(Reg, Ctx->getConstantInt32(UpperBits)); in legalize()