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

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  703         return getBoolVecToIntConversionCost(Opcode, Dst, I);
  717           return getBoolVecToIntConversionCost(Opcode, Dst, I) + NumDstVectors;
  768           (I != nullptr && isa<LoadInst>(I->getOperand(0))))
  768           (I != nullptr && isa<LoadInst>(I->getOperand(0))))
  785       Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr);
  785       Type *CmpOpTy = ((I != nullptr) ? getCmpOpsType(I) : nullptr);
  793   return BaseT::getCastInstrCost(Opcode, Dst, Src, I);