Home
last modified time | relevance | path

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

123

/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
/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/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-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-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h72 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-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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h41 uint64_t BitSize; member
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h46 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
DSystemZISelDAGToDAG.cpp126 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp146 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h135 unsigned BitSize; member
DDwarfExpression.cpp450 unsigned BitSize = Op->getArg(0); in addExpression() 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

123