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

References

lib/Target/PowerPC/PPCISelLowering.cpp
14261   if (StringRef(constraint) == "wc" && type->isIntegerTy(1))
14263   else if ((StringRef(constraint) == "wa" ||
14264             StringRef(constraint) == "wd" ||
14265             StringRef(constraint) == "wf") &&
14268   else if (StringRef(constraint) == "wi" && type->isIntegerTy(64))
14270   else if (StringRef(constraint) == "ws" && type->isDoubleTy())
14272   else if (StringRef(constraint) == "ww" && type->isFloatTy())
14275   switch (*constraint) {
14277     weight = TargetLowering::getSingleConstraintMatchWeight(info, constraint);