Searched refs:APImm (Results 1 – 3 of 3) sorted by relevance
41 bool shouldBeInConstantPool(const APInt &APImm, bool ShouldOptForSize) const;
806 bool RISCVLegalizerInfo::shouldBeInConstantPool(const APInt &APImm, in shouldBeInConstantPool() argument808 assert(APImm.getBitWidth() == 32 || APImm.getBitWidth() == 64); in shouldBeInConstantPool()809 int64_t Imm = APImm.getSExtValue(); in shouldBeInConstantPool()
589 APInt APImm = FPimm.bitcastToAPInt(); in select() local595 if (!materialize32BitImm(GPRReg, APImm, B)) in select()607 if (!materialize32BitImm(GPRRegHigh, APImm.getHiBits(32).trunc(32), B)) in select()609 if (!materialize32BitImm(GPRRegLow, APImm.getLoBits(32).trunc(32), B)) in select()