/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 220 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; in instrumentAtomic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 218 const unsigned BitSize = ByteSize * 8; in initialize() local 728 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 743 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 761 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local 776 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 56 unsigned BitSize = V->getType()->getScalarSizeInBits(); in LowerBSWAP() local 159 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTPOP() local 191 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); in LowerCTLZ() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 57 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
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A 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
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | bitfield.inl | 246 int const BitSize = static_cast<genIType>(sizeof(genIType) * 8); local 255 int const BitSize = static_cast<int>(sizeof(T) * 8); local 264 int const BitSize = static_cast<genIType>(sizeof(genIType) * 8); local 273 int const BitSize = static_cast<int>(sizeof(T) * 8); local
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | bitfield.inl | 246 int const BitSize = static_cast<genIType>(sizeof(genIType) * 8); local 255 int const BitSize = static_cast<int>(sizeof(T) * 8); local 264 int const BitSize = static_cast<genIType>(sizeof(genIType) * 8); local 273 int const BitSize = static_cast<int>(sizeof(T) * 8); local
|
/aosp_15_r20/external/llvm/unittests/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 21 uint64_t BitSize; in TEST() member 113 uint64_t BitSize; in TEST() member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 63 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 88 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local 154 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
|
H A D | AArch64ExpandImm.cpp | 246 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple() 305 void expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 64 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 94 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local 128 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 244 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple() 303 void AArch64_IMM::expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 126 unsigned BitSize; member 779 uint64_t BitSize = N.getValueSizeInBits(); in expandRxSBG() local 865 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local 886 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local 913 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
|
H A D | SystemZTargetTransformInfo.cpp | 36 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 69 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local 187 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 126 unsigned BitSize; member 786 uint64_t BitSize = N.getValueSizeInBits(); in expandRxSBG() local 872 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local 893 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local 920 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
|
H A D | SystemZTargetTransformInfo.cpp | 73 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 108 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local 228 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 174 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 205 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local 241 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 452 unsigned DwarfExpression::getOrCreateBaseType(unsigned BitSize, in getOrCreateBaseType() 590 unsigned BitSize = Op->getArg(0); in addExpression() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/ |
D | type.go | 41 BitSize int64 member 236 BitSize int64 // zero if not a bit field member
|