Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp397 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
H A DTargetLoweringBase.cpp973 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
/llvm-project-15.0.7/llvm/unittests/Transforms/IPO/
H A DLowerTypeTests.cpp20 uint64_t BitSize; in TEST() member
112 uint64_t BitSize; in TEST() member
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h55 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h73 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
H A DValueTypes.h223 unsigned BitSize = getSizeInBits(); in isRound() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A 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()
H A DAArch64ExpandPseudoInsts.cpp120 unsigned BitSize) { in expandMOVImm()
H A DAArch64TargetTransformInfo.cpp151 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
178 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
246 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
H A DAArch64InstrInfo.cpp787 static bool canBeExpandedToORR(const MachineInstr &MI, unsigned BitSize) { in canBeExpandedToORR()
5799 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
5891 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp218 const unsigned BitSize = ByteSize * 8; in initialize() local
736 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
751 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
769 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
784 const unsigned BitSize = ByteSize * 8; in instrumentAtomic() local
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h41 uint64_t BitSize; member
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp452 unsigned DwarfExpression::getOrCreateBaseType(unsigned BitSize, in getOrCreateBaseType()
590 unsigned BitSize = Op->getArg(0); in addExpression() local
H A DDwarfCompileUnit.h142 unsigned BitSize; member
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp171 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp172 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp73 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
108 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
228 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
H A DSystemZISelDAGToDAG.cpp125 unsigned BitSize; member
782 uint64_t BitSize = N.getValueSizeInBits(); in expandRxSBG() local
868 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
889 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
916 unsigned BitSize = N.getValueSizeInBits(); in expandRxSBG() local
H A DSystemZISelLowering.cpp2527 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond()
2665 unsigned BitSize = NewC.Op0.getValueSizeInBits(); in adjustForTestUnderMask() local
4107 int64_t BitSize = (int64_t)1 << Log2_32_Ceil(NumSignificantBits); in lowerCTPOP() local
4191 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_LOAD_OP() local
4319 int64_t BitSize = NarrowVT.getSizeInBits(); in lowerATOMIC_CMP_SWAP() local
7779 unsigned BitSize, bool Invert) const { in emitAtomicLoadBinary()
8023 int64_t BitSize = MI.getOperand(7).getImm(); in emitAtomicCmpSwapW() local
H A DSystemZInstrInfo.cpp1728 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, in isRxSBGMask()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp172 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
203 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
239 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp218 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate()
254 uint64_t BitSize; member
915 uint64_t BitSize = cast<ConstantInt>(TIL.SizeM1)->getZExtValue() + 1; in exportTypeId() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4850 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
4887 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local
4985 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h539 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord()
548 uint8_t BitSize = 0; variable

12