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

References

lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
  114     unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info,
  115     TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo,
  115     TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo,
  116     TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args) {
  143                                            TTI::UnrollingPreferences &UP) {
lib/Target/NVPTX/NVPTXTargetTransformInfo.h
   90       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   90       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   91       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   91       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   92       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   92       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   93       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
   93       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
   97                                TTI::UnrollingPreferences &UP);