Home
last modified time | relevance | path

Searched defs:BitSize (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp37 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
70 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
188 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
DSystemZISelDAGToDAG.cpp125 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
DSystemZISelLowering.cpp1879 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
DSystemZInstrInfo.cpp1364 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp51 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/
DLowerTypeTests.cpp21 uint64_t BitSize; in TEST() member
113 uint64_t BitSize; in TEST() member
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp169 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
DTargetLoweringBase.cpp1007 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
DTargetInstrInfo.cpp354 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIntrinsicLowering.cpp169 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/
DThreadSanitizer.cpp160 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/
DAArch64TargetTransformInfo.cpp43 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
68 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
134 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
DAArch64InstrInfo.cpp542 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
DAArch64ExpandPseudoInsts.cpp414 unsigned BitSize) { in expandMOVImm()
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h46 uint64_t BitSize; member
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp1281 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/
Dbit.inl173 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/
DValueTypes.h189 unsigned BitSize = getSizeInBits(); in isRound() local
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp176 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate()
202 uint64_t BitSize; member
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DValueTypes.h525 unsigned BitSize = getSizeInBits(); in isRound() local
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl419 std::size_t BitSize = sizeof(genIUType) * 8; local
/external/v8/src/
Dbignum.cc20 static int BitSize(S value) { in BitSize() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h590 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/
DItaniumMangle.cpp2758 unsigned BitSize = (T->getNumElements() * in mangleNeonVectorType() local
2807 unsigned BitSize = in mangleAArch64NeonVectorType() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2870 unsigned BitSize = TD->getTypeSizeInBits(OpTy); in ParseConstraints() local

12