Home
last modified time | relevance | path

Searched refs:getScalarIntBitWidth (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTypes.h119 SizeT getScalarIntBitWidth(Type Ty);
DIceTypes.cpp266 SizeT getScalarIntBitWidth(Type Ty) { in getScalarIntBitWidth() function
DPNaClTranslator.cpp1848 getScalarIntBitWidth(SourceType) > getScalarIntBitWidth(TargetType); in isIntTruncCastValid()
2480 Ice::SizeT BitWidth = Ice::getScalarIntBitWidth(CondTy); in ProcessRecord()
2853 BitcodeInt Value(Ice::getScalarIntBitWidth(NextConstantType), in ProcessRecord()
DIceTargetLoweringARM32.cpp2299 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check()
4610 const int32_t ShAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerInt8AndInt16IcmpCond()
6218 const size_t ShiftAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerSwitch()
DIceAssemblerARM32.cpp614 const SizeT MaxShift = getScalarIntBitWidth(ElmtTy); in encodeSIMDShiftImm6()
DIceTargetLoweringMIPS32.cpp4329 const uint32_t ShAmt = INT32_BITS - getScalarIntBitWidth(Src0->getType()); in lowerIcmp()