Home
last modified time | relevance | path

Searched defs:BitWidth (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/flatbuffers/rust/flexbuffers/src/
Dbitwidth.rs35 pub enum BitWidth { enum
41 impl BitWidth { impl
59 impl Default for BitWidth { implementation
90 impl From<f64> for BitWidth { implementation
91 fn from(x: f64) -> BitWidth { in from()
99 impl From<f32> for BitWidth { implementation
100 fn from(_: f32) -> BitWidth { in from()
106 pub fn align(buffer: &mut Vec<u8>, width: BitWidth) { in align()
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvalue.rs163 pub fn set_child_width_or_panic(&mut self, new_width: BitWidth) { in set_child_width_or_panic()
187 pub fn width_or_child_width(&self) -> BitWidth { in width_or_child_width()
208 pub fn width_in_vector(self, vector_start: usize, idx: usize) -> BitWidth { in width_in_vector()
275 pub fn store_value(buffer: &mut Vec<u8>, mut value: Value, width: BitWidth) { in store_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h73 static ConstantRange getEmpty(uint32_t BitWidth) { in getEmpty()
78 static ConstantRange getFull(uint32_t BitWidth) { in getFull()
/third_party/flatbuffers/ts/flexbuffers/
Dbit-width.ts1 export enum BitWidth { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDemandedBits.cpp90 unsigned BitWidth = AB.getBitWidth(); in determineLiveOperandBits() local
99 [&](unsigned BitWidth, const Value *V1, const Value *V2) { in determineLiveOperandBits()
386 unsigned BitWidth = T->getScalarSizeInBits(); in performAnalysis() local
DScalarEvolutionAliasAnalysis.cpp45 unsigned BitWidth = SE.getTypeSizeInBits(AS->getType()); in alias() local
DValueTracking.cpp90 if (unsigned BitWidth = Ty->getScalarSizeInBits()) in getBitWidth() local
313 unsigned BitWidth = KnownOut.getBitWidth(); in computeKnownBitsAddSub() local
327 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsMul() local
442 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromRangeMetadata() local
653 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromAssume() local
964 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromShiftOperator() local
1048 unsigned BitWidth = Known.getBitWidth(); in computeKnownBitsFromOperator() local
1725 unsigned BitWidth = Known.getBitWidth(); in computeKnownBits() local
1893 unsigned BitWidth = V->getType()->getScalarSizeInBits(); in isKnownToBeAPowerOfTwo() local
2212 unsigned BitWidth = getBitWidth(V->getType()->getScalarType(), Q.DL); in isKnownNonZero() local
[all …]
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmod.rs210 width: BitWidth, in new()
211 parent_width: BitWidth, in new()
256 pub fn bitwidth(&self) -> BitWidth { in bitwidth()
396 fn get_map_info(&self) -> Result<(usize, BitWidth), Error> { in get_map_info() argument
672 fn unpack_type(ty: u8) -> Result<(FlexBufferType, BitWidth), Error> { in unpack_type() argument
Dvector.rs57 fn get_elem_type(&self, i: usize) -> Result<(FlexBufferType, BitWidth), Error> { in get_elem_type() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMTAPI.h144 SMTSortRef getFloatSort(unsigned BitWidth) { in getFloatSort()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp90 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth(); in runFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp80 unsigned BitWidth = Ty.getScalarSizeInBits(); in signBitIsZero() local
106 unsigned BitWidth = DstTy.getSizeInBits(); in computeKnownBitsImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DLaneBitmask.h42 enum : unsigned { BitWidth = 8*sizeof(Type) }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp35 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedRemainderCode() local
107 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth(); in generateSignedDivisionCode() local
158 unsigned BitWidth = DivTy->getBitWidth(); in generateUnsignedDivisionCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp28 EVT EVT::getExtendedIntegerVT(LLVMContext &Context, unsigned BitWidth) { in getExtendedIntegerVT()
DSwitchLoweringUtils.cpp286 int BitWidth = PTy.getSizeInBits(); in findBitTestClusters() local
388 const int BitWidth = TLI->getPointerTy(*DL).getSizeInBits(); in buildBitTests() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h97 unsigned BitWidth; ///< The number of bits in this APInt. variable
278 : BitWidth(numBits) { in BitWidth() function
559 static APInt getSignMask(unsigned BitWidth) { in getSignMask()
1581 static unsigned getNumWords(unsigned BitWidth) { in getNumWords()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp400 FunctionLoweringInfo::GetLiveOutRegInfo(unsigned Reg, unsigned BitWidth) { in GetLiveOutRegInfo()
432 unsigned BitWidth = IntVT.getSizeInBits(); in ComputePHILiveOutRegInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h103 unsigned BitWidth = EltTy.getSizeInBits(); in changeVectorElementTypeToInteger() local
334 unsigned BitWidth = getSizeInBits(); in getRoundIntegerType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp67 unsigned BitWidth = Inst.getType()->getScalarSizeInBits(); in SimplifyDemandedInstructionBits() local
123 uint32_t BitWidth = DemandedMask.getBitWidth(); in SimplifyDemandedUseBits() local
797 unsigned BitWidth = DemandedMask.getBitWidth(); in SimplifyMultipleUseDemandedBits() local
943 unsigned BitWidth = Ty->getScalarSizeInBits(); in simplifyShrShlDemandedBits() local
DInstCombineShifts.cpp943 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitShl() local
1063 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitLShr() local
1258 unsigned BitWidth = Ty->getScalarSizeInBits(); in visitAShr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h78 unsigned BitWidth; ///< The number of bits in this APInt. variable
241 : BitWidth(numBits), VAL(0) { in BitWidth() function
451 static APInt getSignBit(unsigned BitWidth) { in getSignBit()
1270 static unsigned getNumWords(unsigned BitWidth) { in getNumWords()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp658 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local
664 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local
670 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local
719 uint32_t BitWidth = cast<IntegerType>(CE->getType())->getBitWidth(); in getConstantValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp42 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange()
185 unsigned BitWidth = V.getBitWidth(); in makeExactMulNUWRegion() local
200 unsigned BitWidth = V.getBitWidth(); in makeExactMulNSWRegion() local
237 unsigned BitWidth = Other.getBitWidth(); in makeGuaranteedNoWrapRegion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp228 static const llvm::fltSemantics &getFloatSemantics(unsigned BitWidth) { in getFloatSemantics()
307 SMTSortRef getBitvectorSort(unsigned BitWidth) override { in getBitvectorSort()
725 SMTExprRef mkBitvector(const llvm::APSInt Int, unsigned BitWidth) override { in mkBitvector()
750 llvm::APSInt getBitvector(const SMTExprRef &Exp, unsigned BitWidth, in getBitvector()

12345