Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTypes.cpp203 bool isScalarIntegerType(Type Ty) { in isScalarIntegerType() function
267 assert(isScalarIntegerType(Ty)); in getScalarIntBitWidth()
DIceTypes.h94 bool isScalarIntegerType(Type Ty);
DIceInstARM32.cpp1193 if (isScalarIntegerType(Reg->getType())) { in emitUsingForm()
1719 (isScalarIntegerType(DestTy) == isScalarFloatingType(SrcTy)); in isMoveBetweenCoreAndVFPRegisters()
1829 if (isScalarIntegerType(SrcTy)) { in emitIAS()
2146 assert(isScalarIntegerType(DestTy)); in emit()
2158 assert(isScalarIntegerType(Dest->getType())); in emitIAS()
2508 assert(isScalarIntegerType(Ty)); in emit()
2522 assert(isScalarIntegerType(Src0->getType())); in emitIAS()
DIceAssemblerARM32.cpp2369 assert(isScalarIntegerType(ElmtTy) && in vaddqi()
3221 assert(isScalarIntegerType(ElmtTy) && in vmulqi()
3391 assert(isScalarIntegerType(ElmtTy) && in vsubqi()
3463 assert(isScalarIntegerType(ElmtTy) && in vshlqi()
3494 assert(isScalarIntegerType(ElmtTy) && in vshlqc()
3510 assert(isScalarIntegerType(ElmtTy) && in vshrqic()
3526 assert(isScalarIntegerType(ElmtTy) && in vshrquc()
3541 assert(isScalarIntegerType(ElmtTy) && in vshlqu()
DIceAssemblerMIPS32.cpp126 assert(Var->hasReg() && isScalarIntegerType(Var->getType())); in getEncodedGPRegNum()
799 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in move()
800 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in move()
DIceInstX86BaseImpl.h1065 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()
DIceInstMIPS32.cpp648 if ((isScalarIntegerType(DstType) && isScalarFloatingType(SrcType)) || in emit()
649 (isScalarFloatingType(DstType) && isScalarIntegerType(SrcType))) { in emit()
DIceTargetLoweringMIPS32.cpp1186 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()
DIceTargetLoweringARM32.cpp430 if (isScalarIntegerType(Ty)) { in getCallStackArgumentsSizeBytes()
1273 assert(isScalarIntegerType(Ty)); in argInGPR()
1361 if (isScalarIntegerType(Ty)) { in lowerArguments()
1652 if (isScalarIntegerType(Ty)) { in addProlog()
3703 if (isScalarIntegerType(Ty)) { in lowerCall()
3724 } else if (isScalarIntegerType(Ty)) { in lowerCall()
5026 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()
5083 assert(isScalarIntegerType(ValueTy)); in lowerIntrinsicCall()
5102 assert(isScalarIntegerType(DestTy)); in lowerIntrinsicCall()
DIceTargetLoweringX8632Traits.h380 if (!isScalarIntegerType(Ty)) { in getGprForType()
DIceTargetLoweringX8664Traits.h406 if (!isScalarIntegerType(Ty)) { in getGprForType()
DIceTargetLoweringX86BaseImpl.h1210 assert(isScalarIntegerType(Arg->getType()));
1572 } else if (isScalarIntegerType(Ty)) {
2641 } else if (isScalarIntegerType(Ty) &&
2791 assert(isScalarIntegerType(DestTy));
7610 } else if (isScalarIntegerType(Ty) &&
7804 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.cpp830 if(Ice::isScalarIntegerType(v->getType())) in createNot()
1071 …auto result = ::function->makeVariable(Ice::isScalarIntegerType(lhs->getType()) ? Ice::IceType_i1 … in createIntCompare()