Searched refs:isScalarIntegerType (Results 1 – 16 of 16) sorted by relevance
203 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType() function267 assert(isScalarIntegerType(Ty)); in getScalarIntBitWidth()
94 bool isScalarIntegerType(Type Ty);
2388 assert(isScalarIntegerType(ElmtTy) && in vaddqi()3327 assert(isScalarIntegerType(ElmtTy) && in vmulqi()3345 assert(isScalarIntegerType(ElmtTy) && in vmulh()3388 assert(isScalarIntegerType(ElmtTy) && in vmlap()3834 assert(isScalarIntegerType(ElmtTy) && in vqaddqi()3848 assert(isScalarIntegerType(ElmtTy) && in vqaddqu()3862 assert(isScalarIntegerType(ElmtTy) && in vqsubqi()3876 assert(isScalarIntegerType(ElmtTy) && in vqsubqu()3890 assert(isScalarIntegerType(ElmtTy) && in vsubqi()4015 assert(isScalarIntegerType(ElmtTy) && in vshlqi()[all …]
1407 if (isScalarIntegerType(Reg->getType())) { in emitUsingForm()1964 (isScalarIntegerType(DestTy) == isScalarFloatingType(SrcTy)); in isMoveBetweenCoreAndVFPRegisters()2074 if (isScalarIntegerType(SrcTy)) { in emitIAS()2461 assert(isScalarIntegerType(DestTy)); in emit()2473 assert(isScalarIntegerType(Dest->getType())); in emitIAS()2823 assert(isScalarIntegerType(Ty)); in emit()2837 assert(isScalarIntegerType(Src0->getType())); in emitIAS()
126 assert(Var->hasReg() && isScalarIntegerType(Var->getType())); in getEncodedGPRegNum()799 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in move()800 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in move()
1065 assert(isScalarIntegerType(DestTy)); in emitIAS()1698 assert(isScalarIntegerType(SrcTy)); in emitIAS()1714 assert(isScalarIntegerType(DestTy)); in emitIAS()1729 assert(isScalarIntegerType(DestTy)); in emitIAS()2052 assert(isScalarIntegerType(DestTy)); in emitIAS()2289 assert(isScalarIntegerType(DestTy)); in emitIAS()2299 if (isScalarIntegerType(SrcTy)) { in emitIAS()2319 assert(isScalarIntegerType(SrcTy)); in emitIAS()
648 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in emit()649 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in emit()
1186 if (isScalarIntegerType(Ty) || isVectorType(Ty)) in argInReg()3446 } else if (isScalarIntegerType(Ty)) { in lowerCall()3778 if (Src0Ty == IceType_f32 && isScalarIntegerType(DestTy)) { in lowerCast()3785 if (Src0Ty == IceType_f64 && isScalarIntegerType(DestTy)) { in lowerCast()3812 if (isScalarIntegerType(Src0Ty) && DestTy == IceType_f32) { in lowerCast()3820 if (isScalarIntegerType(Src0Ty) && DestTy == IceType_f64) { in lowerCast()4571 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()4712 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()4808 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()
430 if (isScalarIntegerType(Ty)) { in getCallStackArgumentsSizeBytes()1273 assert(isScalarIntegerType(Ty)); in argInGPR()1361 if (isScalarIntegerType(Ty)) { in lowerArguments()1652 if (isScalarIntegerType(Ty)) { in addProlog()3720 if (isScalarIntegerType(Ty)) { in lowerCall()3741 } else if (isScalarIntegerType(Ty)) { in lowerCall()5043 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()5100 assert(isScalarIntegerType(ValueTy)); in lowerIntrinsicCall()5119 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()
380 if (!isScalarIntegerType(Ty)) { in getGprForType()
406 if (!isScalarIntegerType(Ty)) { in getGprForType()
1210 assert(isScalarIntegerType(Arg->getType()));1572 } else if (isScalarIntegerType(Ty)) {2641 } else if (isScalarIntegerType(Ty) &&2791 assert(isScalarIntegerType(DestTy));7609 } else if (isScalarIntegerType(Ty) &&7803 assert(isScalarIntegerType(Ty));
2473 if (!Ice::isScalarIntegerType(CondTy)) { in ProcessRecord()2852 if (Ice::isScalarIntegerType(NextConstantType)) { in ProcessRecord()
1220 if (isScalarIntegerType(DestType)) { in LoadMem()
1131 assert(!isScalarIntegerType(Dest->getType()) || in InstX86BaseMovlike()1302 assert(!isScalarIntegerType(Dest->getType()) || in create()
838 if(Ice::isScalarIntegerType(v->getType())) in createNot()1090 …auto result = ::function->makeVariable(Ice::isScalarIntegerType(lhs->getType()) ? Ice::IceType_i1 … in createIntCompare()