Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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
H A DTargetInstrInfo.cpp399 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
H A DTargetLoweringBase.cpp954 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp245 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple()
304 void AArch64_IMM::expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
H A DAArch64TargetTransformInfo.cpp67 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
94 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
162 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
H A DAArch64ExpandPseudoInsts.cpp120 unsigned BitSize) { in expandMOVImm()
H A DAArch64InstrInfo.cpp797 static bool canBeExpandedToORR(const MachineInstr &MI, unsigned BitSize) { in canBeExpandedToORR()
5250 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
5342 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
H A DAArch64ISelDAGToDAG.cpp535 unsigned BitSize = N.getValueSizeInBits(); in SelectShiftedRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp265 const unsigned BitSize = ByteSize * 8; in initialize() local
749 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
764 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
781 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
795 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h72 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
H A DValueTypes.h216 unsigned BitSize = getSizeInBits(); in isRound() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp96 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp435 unsigned DwarfExpression::getOrCreateBaseType(unsigned BitSize, in getOrCreateBaseType()
574 unsigned BitSize = Op->getArg(0); in addExpression() local
H A DDwarfCompileUnit.h140 unsigned BitSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h41 uint64_t BitSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp157 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp37 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
72 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
192 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
H A DSystemZISelDAGToDAG.cpp126 unsigned BitSize; member
783 uint64_t BitSize = N.getValueSizeInBits(); in expandRxSBG() local
869 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
890 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
917 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
H A DSystemZISelLowering.cpp2342 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond()
2480 unsigned BitSize = NewC.Op0.getValueSizeInBits(); in adjustForTestUnderMask() local
3821 int64_t BitSize = (int64_t)1 << Log2_32_Ceil(NumSignificantBits); in lowerCTPOP() local
3905 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP() local
4033 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP() local
7351 unsigned BitSize, bool Invert) const { in emitAtomicLoadBinary()
7598 int64_t BitSize = MI.getOperand(7).getImm(); in emitAtomicCmpSwapW() local
H A DSystemZInstrInfo.cpp1685 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp177 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
208 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
244 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp212 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate()
248 uint64_t BitSize; member
939 uint64_t BitSize = cast<ConstantInt>(TIL.SizeM1)->getZExtValue() + 1; in exportTypeId() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4099 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
4136 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
4234 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h538 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord()
547 uint8_t BitSize = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp3432 unsigned BitSize = (T->getNumElements() * in mangleNeonVectorType() local
3491 unsigned BitSize = in mangleAArch64NeonVectorType() local

12