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

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  817       if (I != nullptr) {
  819         switch (cast<CmpInst>(I)->getPredicate()) {
  852       Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr);
  852       Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I, VF) : nullptr);
  866       if (I != nullptr && ScalarBits >= 32)
  867         if (LoadInst *Ld = dyn_cast<LoadInst>(I->getOperand(0)))
  868           if (const ConstantInt *C = dyn_cast<ConstantInt>(I->getOperand(1)))
  869             if (!Ld->hasOneUse() && Ld->getParent() == I->getParent() &&
  875         Cost += (I != nullptr ? getOperandsExtensionCost(I) : 2);
  875         Cost += (I != nullptr ? getOperandsExtensionCost(I) : 2);