Home
last modified time | relevance | path

Searched defs:BitSize (Results 1 - 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains() argument
H A DValueTypes.h220 unsigned BitSize = getSizeInBits(); in isRound() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h41 uint64_t BitSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp104 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp146 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains() argument
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.cc49 static int BitSize(const S value) { in BitSize() function
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.cpp63 static int BitSize(const S value) { in BitSize() function
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.cpp63 static int BitSize(const S value) { in BitSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h135 unsigned BitSize; member
H A DDwarfExpression.cpp450 unsigned BitSize = Op->getArg(0); in addExpression() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp57 unsigned BitSize = V->getType()->getScalarSizeInBits(); in LowerBSWAP() local
160 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTPOP() local
192 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTLZ() local
[all...]
H A DTargetInstrInfo.cpp389 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
H A DTargetLoweringBase.cpp829 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.cpp63 static int BitSize(const S value) { in BitSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp246 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple() argument
305 void expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm() argument
[all...]
H A DAArch64ExpandPseudoInsts.cpp108 expandMOVImm(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned BitSize) expandMOVImm() argument
H A DAArch64TargetTransformInfo.cpp63 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
88 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
154 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp220 const unsigned BitSize = ByteSize * 8; in initialize() local
637 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
652 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
669 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
683 const unsigned BitSize = ByteSize * 8; instrumentAtomic() local
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc20 static int BitSize(S value) { in BitSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp64 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
94 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
128 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp36 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
69 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
187 unsigned BitSize in getIntImmCostIntrin() local
[all...]
H A DSystemZISelDAGToDAG.cpp126 unsigned BitSize; member
865 unsigned BitSize in expandRxSBG() local
886 unsigned BitSize = N.getValueSizeInBits(); expandRxSBG() local
913 unsigned BitSize = N.getValueSizeInBits(); expandRxSBG() local
[all...]
H A DSystemZInstrInfo.cpp1577 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h544 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord() argument
553 uint8_t BitSize = 0; member in llvm::codeview::BitFieldRecord
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstARM32.cpp1645 const uint32_t BitSize = typeWidthInBytes(DestTy) * CHAR_BIT; local
1647 Str << ".s" << BitSize; local
1649 Str << "." << BitSize; local
1719 const size_t BitSize = typeWidthInBytes(typeElementType(DestTy)) * CHAR_BIT; in emit() local
1720 Str << "." << BitSize << "\t"; in emit() local

Completed in 33 milliseconds

12