Home
last modified time | relevance | path

Searched refs:isScalarIntegerType (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp199 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType() function
263 assert(isScalarIntegerType(Ty)); in getScalarIntBitWidth()
DIceTypes.h94 bool isScalarIntegerType(Type Ty);
DIceAssemblerARM32.cpp2391 assert(isScalarIntegerType(ElmtTy) && in vaddqi()
3330 assert(isScalarIntegerType(ElmtTy) && in vmulqi()
3348 assert(isScalarIntegerType(ElmtTy) && in vmulh()
3391 assert(isScalarIntegerType(ElmtTy) && in vmlap()
3837 assert(isScalarIntegerType(ElmtTy) && in vqaddqi()
3851 assert(isScalarIntegerType(ElmtTy) && in vqaddqu()
3865 assert(isScalarIntegerType(ElmtTy) && in vqsubqi()
3879 assert(isScalarIntegerType(ElmtTy) && in vqsubqu()
3893 assert(isScalarIntegerType(ElmtTy) && in vsubqi()
4018 assert(isScalarIntegerType(ElmtTy) && in vshlqi()
[all …]
DIceInstARM32.cpp1402 if (isScalarIntegerType(Reg->getType())) { in emitUsingForm()
1961 (isScalarIntegerType(DestTy) == isScalarFloatingType(SrcTy)); in isMoveBetweenCoreAndVFPRegisters()
2071 if (isScalarIntegerType(SrcTy)) { in emitIAS()
2459 assert(isScalarIntegerType(DestTy)); in emit()
2471 assert(isScalarIntegerType(Dest->getType())); in emitIAS()
2821 assert(isScalarIntegerType(Ty)); in emit()
2835 assert(isScalarIntegerType(Src0->getType())); in emitIAS()
DIceAssemblerMIPS32.cpp126 assert(Var->hasReg() && isScalarIntegerType(Var->getType())); in getEncodedGPRegNum()
801 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in move()
802 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in move()
DIceInstX86BaseImpl.h1067 assert(isScalarIntegerType(DestTy)); in emitIAS()
1709 assert(isScalarIntegerType(SrcTy)); in emitIAS()
1725 assert(isScalarIntegerType(DestTy)); in emitIAS()
1740 assert(isScalarIntegerType(DestTy)); in emitIAS()
2066 assert(isScalarIntegerType(DestTy)); in emitIAS()
2306 assert(isScalarIntegerType(DestTy)); in emitIAS()
2316 if (isScalarIntegerType(SrcTy)) { in emitIAS()
2342 assert(isScalarIntegerType(SrcTy)); in emitIAS()
DIceInstMIPS32.cpp648 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in emit()
649 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in emit()
DIceTargetLoweringMIPS32.cpp1169 if (isScalarIntegerType(Ty) || isVectorType(Ty)) in argInReg()
3431 } else if (isScalarIntegerType(Ty)) { in lowerCall()
3763 if (Src0Ty == IceType_f32 && isScalarIntegerType(DestTy)) { in lowerCast()
3770 if (Src0Ty == IceType_f64 && isScalarIntegerType(DestTy)) { in lowerCast()
3797 if (isScalarIntegerType(Src0Ty) && DestTy == IceType_f32) { in lowerCast()
3805 if (isScalarIntegerType(Src0Ty) && DestTy == IceType_f64) { in lowerCast()
4556 assert(isScalarIntegerType(DestTy)); in lowerIntrinsic()
4697 assert(isScalarIntegerType(DestTy)); in lowerIntrinsic()
4793 assert(isScalarIntegerType(DestTy)); in lowerIntrinsic()
DIceTargetLoweringARM32.cpp429 if (isScalarIntegerType(Ty)) { in getCallStackArgumentsSizeBytes()
1262 assert(isScalarIntegerType(Ty)); in argInGPR()
1350 if (isScalarIntegerType(Ty)) { in lowerArguments()
1643 if (isScalarIntegerType(Ty)) { in addProlog()
3717 if (isScalarIntegerType(Ty)) { in lowerCall()
3738 } else if (isScalarIntegerType(Ty)) { in lowerCall()
5039 assert(isScalarIntegerType(DestTy)); in lowerIntrinsic()
5096 assert(isScalarIntegerType(ValueTy)); in lowerIntrinsic()
5115 assert(isScalarIntegerType(DestTy)); in lowerIntrinsic()
DIceTargetLoweringX8632Traits.h391 if (!isScalarIntegerType(Ty)) { in getGprForType()
DIceTargetLoweringX8664Traits.h417 if (!isScalarIntegerType(Ty)) { in getGprForType()
DIceTargetLoweringX86BaseImpl.h1254 assert(isScalarIntegerType(Arg->getType()));
1624 } else if (isScalarIntegerType(Ty)) {
2708 } else if (isScalarIntegerType(Ty) &&
2864 assert(isScalarIntegerType(DestTy));
7662 } else if (isScalarIntegerType(Ty) &&
7859 assert(isScalarIntegerType(Ty));
DPNaClTranslator.cpp2473 if (!Ice::isScalarIntegerType(CondTy)) { in ProcessRecord()
2852 if (Ice::isScalarIntegerType(NextConstantType)) { in ProcessRecord()
DWasmTranslator.cpp1220 if (isScalarIntegerType(DestType)) { in LoadMem()
DIceInstX86Base.h1131 assert(!isScalarIntegerType(Dest->getType()) || in InstX86BaseMovlike()
1302 assert(!isScalarIntegerType(Dest->getType()) || in create()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1364 if(Ice::isScalarIntegerType(v->getType())) in createNot()
1730 …auto result = ::function->makeVariable(Ice::isScalarIntegerType(lhs->getType()) ? Ice::IceType_i1 … in createIntCompare()