Lines Matching refs:ConstantInteger32
222 if (auto *Const = llvm::dyn_cast_or_null<ConstantInteger32>(Op)) { in isGuaranteedNonzeroInt()
553 if (auto *C = llvm::dyn_cast<ConstantInteger32>(Src1)) { in genTargetHelperCallFor()
1802 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(Offset)), in createMemOperand()
1821 llvm::cast<ConstantInteger32>(Target->Ctx->getConstantInt32(OffsetDiff)), in createMemOperand()
2149 ConstantInteger32 *Offset = Mem->getOffset(); in hiOperand()
2166 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(NextOffsetVal)); in hiOperand()
2240 llvm::dyn_cast<ConstantInteger32>(TotalSize)) { in lowerAlloca()
2497 class Int32Operands : public NumericOperands<ConstantInteger32> {
2569 if (auto *C = llvm::dyn_cast<ConstantInteger32>(Src1)) { in preambleDivRem()
2971 Func, llvm::cast<ConstantInteger32>( in createShiftedOperand()
3439 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic()
3463 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic()
3488 ConstantInteger32 *ShAmt = llvm::cast<ConstantInteger32>(Srcs.src1()); in lowerArithmetic()
3757 ConstantInteger32 *Loc = in lowerCall()
3758 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(StackArg.second)); in lowerCall()
3904 ConstantInteger32 *ShAmt = nullptr; in lowerCast()
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()
4240 if (const auto *Imm = llvm::dyn_cast<ConstantInteger32>(Src1)) { in lowerExtractElement()
4338 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(0))); in lowerFcmp()
4346 _mov(T, llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(1))); in lowerFcmp()
4735 auto *Imm = llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(ShAmt)); in lowerIcmp()
4801 if (const auto *Imm = llvm::dyn_cast<ConstantInteger32>(Src2)) { in lowerInsertElement()
4820 if (auto *Integer = llvm::dyn_cast<ConstantInteger32>(Opnd)) in getConstantMemoryOrder()
4907 if (llvm::isa<ConstantInteger32>(Val)) { in lowerAtomicRMW()
5018 auto *CI = llvm::dyn_cast<ConstantInteger32>(ByteSize); in lowerIntrinsic()
5192 llvm::cast<ConstantInteger32>(Instr->getArg(0))->getValue()), in lowerIntrinsic()
5291 llvm::cast<ConstantInteger32>(Ctx->getConstantZero(IceType_i32)))); in lowerIntrinsic()
5331 assert(llvm::isa<ConstantInteger32>(Instr->getArg(1)) && in lowerIntrinsic()
5335 auto *SubVectorSize = llvm::cast<ConstantInteger32>(Instr->getArg(1)); in lowerIntrinsic()
5361 assert(llvm::isa<ConstantInteger32>(Instr->getArg(2)) && in lowerIntrinsic()
5363 auto *SubVectorSize = llvm::cast<ConstantInteger32>(Instr->getArg(2)); in lowerIntrinsic()
5530 } else if (auto *Const = llvm::dyn_cast<ConstantInteger32>(SrcOp)) { in matchAssign()
5625 auto *Const = llvm::dyn_cast<ConstantInteger32>(ArithInst->getSrc(1)); in matchShiftedOffsetReg()
5627 assert(!llvm::isa<ConstantInteger32>(ArithInst->getSrc(0))); in matchShiftedOffsetReg()
5712 auto *Const0 = llvm::dyn_cast<ConstantInteger32>(Src0); in matchOffsetBase()
5713 auto *Const1 = llvm::dyn_cast<ConstantInteger32>(Src1); in matchOffsetBase()
5903 llvm::cast<ConstantInteger32>(Ctx->getConstantInt32(OffsetImm))); in formAddressingMode()
6355 ConstantInteger32 *Offset = Mem->getOffset(); in legalize()
6426 if (auto *C32 = llvm::dyn_cast<ConstantInteger32>(From)) { in legalize()
6583 llvm::cast<ConstantInteger32>(Ctx->getConstantZero(IceType_i32))); in formMemoryOperand()
6635 void TargetARM32::emit(const ConstantInteger32 *C) const { in emit()