/openbsd-src/gnu/llvm/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
|
H A D | TargetInstrInfo.cpp | 396 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx); in getStackSlotRange() local
|
H A D | TargetLoweringBase.cpp | 984 unsigned BitSize = VT.getSizeInBits(); in getTypeConversion() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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()
|
H A D | AArch64ExpandPseudoInsts.cpp | 124 unsigned BitSize) { in expandMOVImm()
|
H A D | AArch64TargetTransformInfo.cpp | 174 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 201 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local 269 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
|
H A D | AArch64InstrInfo.cpp | 791 static bool canBeExpandedToORR(const MachineInstr &MI, unsigned BitSize) { in canBeExpandedToORR() 5935 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local 6045 unsigned BitSize, OrrOpc, ZeroReg; in genAlternativeCodeSequence() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 55 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 76 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
|
H A D | ValueTypes.h | 223 unsigned BitSize = getSizeInBits(); in isRound() local
|
/openbsd-src/gnu/llvm/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
|
H A D | DwarfCompileUnit.h | 142 unsigned BitSize; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 41 uint64_t BitSize; member
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 53 uint32_t BitSize = 0; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
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
|
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 | SystemZISelLowering.cpp | 2527 static unsigned getTestUnderMaskCond(unsigned BitSize, unsigned CCMask, in getTestUnderMaskCond() 2665 unsigned BitSize = NewC.Op0.getValueSizeInBits(); in adjustForTestUnderMask() local 4107 int64_t BitSize = llvm::bit_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 7775 unsigned BitSize, bool Invert) const { in emitAtomicLoadBinary() 8019 int64_t BitSize = MI.getOperand(7).getImm(); in emitAtomicCmpSwapW() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 172 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 172 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 218 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
|
/openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 397 uint64_t BitSize = IntTy->getBitWidth(); in mutate() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 539 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord() 548 uint8_t BitSize = 0; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5499 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local 5536 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostInst() local 5634 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCostIntrin() local
|