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

References

lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  557   MVT::SimpleValueType From = getSimpleType(V->getType());
  566   MVT::SimpleValueType From = getSimpleType(V->getType());
  661     switch (getSimpleType(ArgTy)) {
  724     MVT::SimpleValueType ArgTy = getLegalType(getSimpleType(Arg.getType()));
  734         getLegalType(getSimpleType(F->getReturnType()));
  771     MVT::SimpleValueType RetTy = getSimpleType(Call->getType());
  835     MVT::SimpleValueType ArgTy = getSimpleType(V->getType());
  908   switch (getSimpleType(Select->getType())) {
  969   MVT::SimpleValueType From = getSimpleType(Op->getType());
  970   MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType()));
  986   MVT::SimpleValueType From = getSimpleType(Op->getType());
  987   MVT::SimpleValueType To = getLegalType(getSimpleType(SExt->getType()));
 1002   bool I32 = getSimpleType(ICmp->getOperand(0)->getType()) != MVT::i64;
 1071   bool F32 = getSimpleType(FCmp->getOperand(0)->getType()) != MVT::f64;
 1171   switch (getSimpleType(Load->getType())) {
 1227   switch (getSimpleType(Store->getValueOperand()->getType())) {
 1317   switch (getSimpleType(RV->getType())) {