reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86TargetTransformInfo.cpp
 2990     if (Idx == 1 && Imm.getBitWidth() == 64) {
 2991       uint64_t ImmVal = Imm.getZExtValue();
 3001     if (Idx == 1 && Imm.getBitWidth() == 64 && isUInt<32>(Imm.getZExtValue()))
 3001     if (Idx == 1 && Imm.getBitWidth() == 64 && isUInt<32>(Imm.getZExtValue()))
 3008     if (Idx == 1 && Imm.getBitWidth() == 64 && Imm.getZExtValue() == 0x80000000)
 3008     if (Idx == 1 && Imm.getBitWidth() == 64 && Imm.getZExtValue() == 0x80000000)
 3048     int Cost = X86TTIImpl::getIntImmCost(Imm, Ty);
 3054   return X86TTIImpl::getIntImmCost(Imm, Ty);