Lines Matching refs:getSimpleType

115   MVT::SimpleValueType getSimpleType(Type *Ty) {  in getSimpleType()  function in __anon9577f9ce0111::WebAssemblyFastISel
546 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue()
555 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue()
649 switch (getSimpleType(ArgTy)) { in fastLowerArguments()
704 MVT::SimpleValueType ArgTy = getLegalType(getSimpleType(Arg.getType())); in fastLowerArguments()
713 MVT::SimpleValueType RetTy = getLegalType(getSimpleType(F->getReturnType())); in fastLowerArguments()
749 MVT::SimpleValueType RetTy = getSimpleType(Call->getType()); in selectCall()
803 MVT::SimpleValueType ArgTy = getSimpleType(V->getType()); in selectCall()
873 switch (getSimpleType(Select->getType())) { in selectSelect()
934 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt()
935 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt()
951 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt()
952 MVT::SimpleValueType To = getLegalType(getSimpleType(SExt->getType())); in selectSExt()
967 bool I32 = getSimpleType(ICmp->getOperand(0)->getType()) != MVT::i64; in selectICmp()
1035 bool F32 = getSimpleType(FCmp->getOperand(0)->getType()) != MVT::f64; in selectFCmp()
1135 switch (getSimpleType(Load->getType())) { in selectLoad()
1191 switch (getSimpleType(Store->getValueOperand()->getType())) { in selectStore()
1277 switch (getSimpleType(RV->getType())) { in selectRet()