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

References

lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
   47     unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info,
   48     TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo,
   48     TTI::OperandValueKind Opd2Info, TTI::OperandValueProperties Opd1PropInfo,
   49     TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args) {
   62       if (Opd2Info != TTI::OK_UniformValue &&
   63           Opd2Info != TTI::OK_UniformConstantValue)
lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
   49   TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
   60       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   60       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   61       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   61       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   62       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   62       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   63       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
   63       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,