Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTypes.h119 SizeT getScalarIntBitWidth(Type Ty);
H A DIceTypes.cpp262 SizeT getScalarIntBitWidth(Type Ty) { in getScalarIntBitWidth() function
H A 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()
H A DIceTargetLoweringARM32.cpp2303 Operand *ShAmtImm = shAmtImm(32 - getScalarIntBitWidth(Ty)); in div0Check()
4616 const int32_t ShAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerInt8AndInt16IcmpCond()
6225 const size_t ShiftAmt = 32 - getScalarIntBitWidth(Src0->getType()); in lowerSwitch()
H A DIceAssemblerARM32.cpp614 const SizeT MaxShift = getScalarIntBitWidth(ElmtTy); in encodeSIMDShiftImm6()
H A DIceTargetLoweringMIPS32.cpp4331 const uint32_t ShAmt = INT32_BITS - getScalarIntBitWidth(Src0->getType()); in lowerIcmp()