reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 if (Idx == 0 && Imm.getBitWidth() <= 64) { 94 if (isInt<16>(Imm.getSExtValue())) 99 if (Idx == 1 && Imm.getBitWidth() <= 64) { 101 if (isInt<32>(Imm.getSExtValue())) 104 if (isUInt<32>(Imm.getZExtValue())) 110 if (Idx == 1 && Imm.getBitWidth() <= 64) { 112 if (isUInt<32>(Imm.getZExtValue())) 115 if (isUInt<32>(-Imm.getSExtValue())) 120 if (Idx == 1 && Imm.getBitWidth() <= 64) { 122 if (isInt<32>(Imm.getSExtValue())) 128 if (Idx == 1 && Imm.getBitWidth() <= 64) { 130 if (isUInt<32>(Imm.getZExtValue())) 133 if ((Imm.getZExtValue() & 0xffffffff) == 0) 138 if (Idx == 1 && Imm.getBitWidth() <= 64) { 143 if (isUInt<32>(~Imm.getZExtValue())) 146 if ((Imm.getZExtValue() & 0xffffffff) == 0xffffffff) 151 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End)) 180 return SystemZTTIImpl::getIntImmCost(Imm, Ty);