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

References

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  193                                                     Op.ConstraintVT);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7809   if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT)
 7809   if (OpInfo.ConstraintVT == MatchingOpInfo.ConstraintVT)
 7817                                        OpInfo.ConstraintVT);
 7820                                        MatchingOpInfo.ConstraintVT);
 7821   if ((OpInfo.ConstraintVT.isInteger() !=
 7822        MatchingOpInfo.ConstraintVT.isInteger()) ||
 7829   MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT;
 7829   MatchingOpInfo.ConstraintVT = OpInfo.ConstraintVT;
 7900       &TRI, RefOpInfo.ConstraintCode, RefOpInfo.ConstraintVT);
 7910   if (OpInfo.ConstraintVT != MVT::Other) {
 7919         !TRI.isTypeLegalForClass(*RC, OpInfo.ConstraintVT)) {
 7924       if (RegVT.getSizeInBits() == OpInfo.ConstraintVT.getSizeInBits()) {
 7931         OpInfo.ConstraintVT = RegVT;
 7935       } else if (RegVT.isInteger() && OpInfo.ConstraintVT.isFloatingPoint()) {
 7936         MVT VT = MVT::getIntegerVT(OpInfo.ConstraintVT.getSizeInBits());
 7940         OpInfo.ConstraintVT = VT;
 7950   EVT ValueVT = OpInfo.ConstraintVT;
 7951   if (OpInfo.ConstraintVT == MVT::Other)
 7956   if (OpInfo.ConstraintVT != MVT::Other)
 7957     NumRegs = TLI.getNumRegisters(Context, OpInfo.ConstraintVT);
 8082       OpInfo.ConstraintVT =
 8091         OpInfo.ConstraintVT = TLI.getSimpleValueType(
 8095         OpInfo.ConstraintVT =
 8100       OpInfo.ConstraintVT = MVT::Other;
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4200     OpInfo.ConstraintVT = MVT::Other;
 4216         OpInfo.ConstraintVT =
 4220         OpInfo.ConstraintVT = getSimpleValueType(DL, CS.getType());
 4258           OpInfo.ConstraintVT =
 4264         OpInfo.ConstraintVT = MVT::getIntegerVT(PtrSize);
 4266         OpInfo.ConstraintVT = MVT::getVT(OpTy, true);
 4295             if (OpInfo.ConstraintVT != Input.ConstraintVT) {
 4295             if (OpInfo.ConstraintVT != Input.ConstraintVT) {
 4296               if ((OpInfo.ConstraintVT.isInteger() !=
 4297                    Input.ConstraintVT.isInteger()) ||
 4298                   (OpInfo.ConstraintVT.getSizeInBits() !=
 4299                    Input.ConstraintVT.getSizeInBits())) {
 4342       if (OpInfo.ConstraintVT != Input.ConstraintVT) {
 4342       if (OpInfo.ConstraintVT != Input.ConstraintVT) {
 4345                                          OpInfo.ConstraintVT);
 4348                                          Input.ConstraintVT);
 4349         if ((OpInfo.ConstraintVT.isInteger() !=
 4350              Input.ConstraintVT.isInteger()) ||
 4553     if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) {
lib/Target/AMDGPU/SIISelLowering.cpp
11027               SIRI, TC.ConstraintCode, TC.ConstraintVT);
lib/Target/X86/X86ISelLowering.cpp
45593   if (OpInfo.ConstraintVT.isVector() || !OpInfo.ConstraintVT.isInteger() ||
45593   if (OpInfo.ConstraintVT.isVector() || !OpInfo.ConstraintVT.isInteger() ||
45594       OpInfo.ConstraintVT.getSizeInBits() < 8)
45606   SDValue Result = DAG.getNode(ISD::ZERO_EXTEND, DL, OpInfo.ConstraintVT, CC);