reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1395 if (Ty.getSizeInBits() > 32) { 1399 LLVM_DEBUG(dbgs() << "G_BRCOND has type: " << Ty 1501 if (Ty != s32 && Ty != s64) { 1501 if (Ty != s32 && Ty != s64) { 1502 LLVM_DEBUG(dbgs() << "Unable to materialize FP " << Ty 1509 LLVM_DEBUG(dbgs() << "Unable to materialize FP " << Ty 1521 if (Ty != p0 && Ty != s8 && Ty != s16) { 1521 if (Ty != p0 && Ty != s8 && Ty != s16) { 1521 if (Ty != p0 && Ty != s8 && Ty != s16) { 1522 LLVM_DEBUG(dbgs() << "Unable to materialize integer " << Ty 1529 LLVM_DEBUG(dbgs() << "Unable to materialize integer " << Ty 1620 Ty.getSizeInBits() - 1); 1645 if (Ty.getSizeInBits() > 64 || SrcTy.getSizeInBits() > 32) 1675 if (Ty != LLT::pointer(0, 64)) { 1676 LLVM_DEBUG(dbgs() << "G_FRAME_INDEX pointer has type: " << Ty 1835 if (Ty != LLT::scalar(64)) { 1836 LLVM_DEBUG(dbgs() << "G_[SU]MULH has type: " << Ty 1869 const unsigned OpSize = Ty.getSizeInBits(); 1895 unsigned OpSize = Ty.getSizeInBits(); 1904 if (Ty.isVector()) { 2159 LLVM_DEBUG(dbgs() << "G_SELECT cond has type: " << Ty 2191 if (Ty.isVector()) 2194 if (Ty != LLT::scalar(32)) { 2195 LLVM_DEBUG(dbgs() << "G_ICMP result has type: " << Ty 2211 if (Ty != LLT::scalar(32)) { 2212 LLVM_DEBUG(dbgs() << "G_FCMP result has type: " << Ty