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

References

include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
  528           MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) {
include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
  352       if (DestTy != MergeSrcTy)
lib/CodeGen/GlobalISel/CombinerHelper.cpp
  417   assert(Preferred.Ty != LoadValueTy && "Extending to same type?");
lib/CodeGen/GlobalISel/IRTranslator.cpp
 1089       if (MRI->getType(IdxReg) != OffsetTy)
 1811   if (MRI->getType(NumElts) != IntPtrTy) {
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
 1378   if (DstTy != SrcTy.getElementType())
 2815   if (WidenedDstTy != DstTy)
 3852   if (SrcTy != LLT::scalar(64))
 3877   if (SrcTy != S64)
 3913   if (SrcTy != S64 && SrcTy != S32)
 3913   if (SrcTy != S64 && SrcTy != S32)
 3915   if (DstTy != S32 && DstTy != S64)
 3915   if (DstTy != S32 && DstTy != S64)
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  111     return Q.Types[Mutation.first] != Mutation.second;
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  553     if (getMRI()->getType(Ops[i]) != OpTy || Indices[i] != i * OpSize) {
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  472     if (OrigTy != NewTy) {
lib/CodeGen/GlobalISel/Utils.cpp
  312     if (!SrcTy.isValid() || SrcTy != DstTy)
lib/CodeGen/MIRParser/MIParser.cpp
 1437         if (MRI.getType(Reg).isValid() && MRI.getType(Reg) != Ty)
 1456     if (MRI.getType(Reg).isValid() && MRI.getType(Reg) != Ty)
lib/CodeGen/MachineRegisterInfo.cpp
   98       RegTy != ConstrainingRegTy)
lib/CodeGen/MachineVerifier.cpp
  949       else if (Types[TypeIdx] != OpTy)
 1046                        if (!Ty.isValid() || (Ty != DstTy))
 1185       if (MRI->getType(MI->getOperand(I).getReg()) != SrcTy)
 1196       if (MRI->getType(MI->getOperand(i).getReg()) != DstTy)
 1216     if (DstTy.getElementType() != SrcEltTy)
 1223       if (MRI->getType(MI->getOperand(1).getReg()) !=
 1239       if (MRI->getType(MI->getOperand(1).getReg()) !=
 1259       if (MRI->getType(MI->getOperand(1).getReg()) !=
 1427     if (Src0Ty != Src1Ty)
 1430     if (Src0Ty.getScalarType() != DstTy.getScalarType())
 1548       if (SrcTy != DstTy) {
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1298     if (Ty != LLT::scalar(64) && Ty != LLT::scalar(32))
 1298     if (Ty != LLT::scalar(64) && Ty != LLT::scalar(32))
 1501       if (Ty != s32 && Ty != s64) {
 1501       if (Ty != s32 && Ty != s64) {
 1521       if (Ty != p0 && Ty != s8 && Ty != s16) {
 1521       if (Ty != p0 && Ty != s8 && Ty != s16) {
 1521       if (Ty != p0 && Ty != s8 && Ty != s16) {
 1675     if (Ty != LLT::pointer(0, 64)) {
 1724     if (PtrTy != LLT::pointer(0, 64)) {
 1835     if (Ty != LLT::scalar(64)) {
 2158     if (MRI.getType(I.getOperand(1).getReg()) != LLT::scalar(1)) {
 2194     if (Ty != LLT::scalar(32)) {
 2211     if (Ty != LLT::scalar(32)) {
 3283   if (Op1Ty != Op2Ty) {
lib/Target/AArch64/AArch64LegalizerInfo.cpp
   68           (Query.Types[0].getElementType() != s64 ||
  189         if (Ty0 != s32 && Ty0 != s64 && Ty0 != p0)
  189         if (Ty0 != s32 && Ty0 != s64 && Ty0 != p0)
  189         if (Ty0 != s32 && Ty0 != s64 && Ty0 != p0)
  207         if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128)
  207         if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128)
  207         if (Ty1 != s32 && Ty1 != s64 && Ty1 != s128)
  327                    Ty.getElementType() != SrcTy.getElementType();
  544         return Query.Types[0] != EltTy;
  587         if (DstTy != SrcTy)
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1235     if (SrcTy != S1 || DstSize > 64) // Invalid
 1260     if (SrcTy != S1) // Invalid
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  936         return Query.Types[0] != EltTy;
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
 1157   if (!StoreVT.isVector() || StoreVT.getElementType() != S16)
 1439     if (DstTy != LLT::scalar(16))
 1534     if (SrcTy != LLT::scalar(1))
 1595     if (DstTy != LLT::vector(2, 16))
lib/Target/Mips/MipsLegalizerInfo.cpp
   30     if (Val.ValTy != Query.Types[0])
   32     if (Val.PtrTy != Query.Types[1])
  261     if (SrcTy != s32)
  263     if (DstTy != s32 && DstTy != s64)
  263     if (DstTy != s32 && DstTy != s64)
lib/Target/X86/X86InstructionSelector.cpp
  845   if (SrcTy != LLT::scalar(1))
  861   if (DstTy != LLT::scalar(8)) {
 1091   if (DstTy != LLT::scalar(32))
lib/Target/X86/X86RegisterBankInfo.cpp
  152   if (NumOperands != 3 || (Ty != MRI.getType(MI.getOperand(1).getReg())) ||
  153       (Ty != MRI.getType(MI.getOperand(2).getReg())))
unittests/CodeGen/LowLevelTypeTest.cpp
   40     EXPECT_FALSE(Ty != Ty);
   80       EXPECT_FALSE(VTy != VTy);
  195       EXPECT_FALSE(Ty != Ty);
  197       EXPECT_FALSE(VTy != VTy);
utils/unittest/googletest/include/gtest/gtest.h
 1522 GTEST_IMPL_CMP_HELPER_(NE, !=);