/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 37 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 70 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 188 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
D | SystemZISelDAGToDAG.cpp | 125 unsigned BitSize; member 752 uint64_t BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local 854 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local 881 unsigned BitSize = N.getValueType().getSizeInBits(); in expandRxSBG() local
|
D | SystemZISelLowering.cpp | 1879 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond() 2017 unsigned BitSize = NewC.Op0.getValueType().getSizeInBits(); in adjustForTestUnderMask() local 3136 int64_t BitSize = (int64_t)1 << Log2_32_Ceil(NumSignificantBits); in lowerCTPOP() local 3217 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP() local 3327 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP() local 5313 unsigned BitSize, bool Invert) const { in emitAtomicLoadBinary() 5557 int64_t BitSize = MI.getOperand(7).getImm(); in emitAtomicCmpSwapW() local
|
D | SystemZInstrInfo.cpp | 1364 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 51 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 81 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 115 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
/external/llvm/unittests/Transforms/IPO/ |
D | LowerTypeTests.cpp | 21 uint64_t BitSize; in TEST() member 113 uint64_t BitSize; in TEST() member
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerBSWAP() local 273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTPOP() local 306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTLZ() local
|
D | TargetLoweringBase.cpp | 1007 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
|
D | TargetInstrInfo.cpp | 354 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerBSWAP() local 273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTPOP() local 306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTLZ() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 160 const unsigned BitSize = ByteSize * 8; in initializeCallbacks() local 574 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 595 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 612 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 626 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 43 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 68 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 134 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
D | AArch64InstrInfo.cpp | 542 static bool canBeExpandedToORR(const MachineInstr &MI, unsigned BitSize) { in canBeExpandedToORR() 3438 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local 3530 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
|
D | AArch64ExpandPseudoInsts.cpp | 414 unsigned BitSize) { in expandMOVImm()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | LowerTypeTests.h | 46 uint64_t BitSize; member
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 1281 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 1316 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 1403 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | bit.inl | 173 std::size_t BitSize = sizeof(genType) * 8; local 187 std::size_t BitSize = sizeof(genType) * 8; local 235 std::size_t BitSize = sizeof(genType) * 8; local
|
/external/llvm/include/llvm/CodeGen/ |
D | ValueTypes.h | 189 unsigned BitSize = getSizeInBits(); in isRound() local
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 176 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate() 202 uint64_t BitSize; member
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.h | 525 unsigned BitSize = getSizeInBits(); in isRound() local
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_integer.inl | 419 std::size_t BitSize = sizeof(genIUType) * 8; local
|
/external/v8/src/ |
D | bignum.cc | 20 static int BitSize(S value) { in BitSize() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 590 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord() 608 uint8_t BitSize; member 613 uint8_t BitSize; variable
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 2758 unsigned BitSize = (T->getNumElements() * in mangleNeonVectorType() local 2807 unsigned BitSize = in mangleAArch64NeonVectorType() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2870 unsigned BitSize = TD->getTypeSizeInBits(OpTy); in ParseConstraints() local
|