Home
last modified time | relevance | path

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

12345

/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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
/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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp56 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
/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
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
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; 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp218 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp244 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple()
303 void AArch64_IMM::expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp246 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple()
305 void expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanaiTargetTransformInfo.h55 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h76 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dbitfield.inl246 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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp452 unsigned DwarfExpression::getOrCreateBaseType(unsigned BitSize, in getOrCreateBaseType()
590 unsigned BitSize = Op->getArg(0); in addExpression() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h41 uint64_t BitSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h46 uint64_t BitSize; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h41 uint64_t BitSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp104 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp36 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
69 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
187 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h53 uint32_t BitSize = 0; variable

12345