/llvm-project/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 [all...] |
H A D | TargetLoweringBase.cpp | 1137 unsigned BitSize = VT.getSizeInBits(); getTypeConversion() local
|
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 20 uint64_t BitSize; in TEST() member 112 uint64_t BitSize; in TEST() member
|
/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetTransformInfo.h | 55 unsigned BitSize = Ty->getPrimitiveSizeInBits(); in getIntImmCost() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 77 bool contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
|
H A D | ValueTypes.h | 241 unsigned BitSize = getSizeInBits(); isRound() local
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 217 const unsigned BitSize = ByteSize * 8; initialize() local 735 const unsigned BitSize = ByteSize * 8; instrumentAtomic() local 752 const unsigned BitSize = ByteSize * 8; instrumentAtomic() local 767 const unsigned BitSize = ByteSize * 8; instrumentAtomic() local [all...] |
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 41 uint64_t BitSize; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.cpp | 454 getOrCreateBaseType(unsigned BitSize,dwarf::TypeKind Encoding) getOrCreateBaseType() argument 629 unsigned BitSize = Op->getArg(0); addExpression() local
|
H A D | DwarfCompileUnit.h | 172 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) : member
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVSymbol.h | 53 uint32_t BitSize = 0; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 466 static inline void expandMOVImmSimple(uint64_t Imm, unsigned BitSize, in expandMOVImmSimple() 533 void AArch64_IMM::expandMOVImm(uint64_t Imm, unsigned BitSize, in expandMOVImm()
|
H A D | AArch64ExpandPseudoInsts.cpp | 127 expandMOVImm(MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,unsigned BitSize) expandMOVImm() argument
|
H A D | AArch64TargetTransformInfo.cpp | 361 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCost() local 388 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostInst() local 456 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostIntrin() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 177 bool BaseIndexOffset::contains(const SelectionDAG &DAG, int64_t BitSize, in contains()
|
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 179 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 172 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCost() local 203 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostIntrin() local 239 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostInst() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 77 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCost() local 113 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostInst() local 233 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostIntrin() local [all...] |
H A D | SystemZISelDAGToDAG.cpp | 126 unsigned BitSize; member 807 uint64_t BitSize = N.getValueSizeInBits(); in expandRxSBG() local 893 unsigned BitSize in expandRxSBG() local 914 unsigned BitSize = N.getValueSizeInBits(); expandRxSBG() local 941 unsigned BitSize = N.getValueSizeInBits(); expandRxSBG() local [all...] |
H A D | SystemZISelLowering.cpp | 2762 getTestUnderMaskCond(unsigned BitSize,unsigned CCMask,uint64_t Mask,uint64_t CmpVal,unsigned ICmpType) getTestUnderMaskCond() argument 2920 unsigned BitSize = NewC.Op0.getValueSizeInBits(); adjustForTestUnderMask() local 4502 int64_t BitSize = llvm::bit_ceil(NumSignificantBits); lowerCTPOP() local 4599 int64_t BitSize = NarrowVT.getSizeInBits(); lowerATOMIC_LOAD_OP() local 4707 int64_t BitSize = NarrowVT.getSizeInBits(); lowerATOMIC_CMP_SWAP() local 8571 unsigned BitSize = MI.getOperand(6).getImm(); emitAtomicLoadBinary() local 8666 unsigned BitSize = MI.getOperand(6).getImm(); emitAtomicLoadMinMax() local 8768 int64_t BitSize = MI.getOperand(7).getImm(); emitAtomicCmpSwapW() local [all...] |
/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h |
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 218 allocate(const std::set<uint64_t> & Bits,uint64_t BitSize,uint64_t & AllocByteOffset,uint8_t & AllocMask) allocate() argument 254 uint64_t BitSize; global() member 937 uint64_t BitSize = cast<ConstantInt>(TIL.SizeM1)->getZExtValue() + 1; exportTypeId() local [all...] |
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 468 uint64_t BitSize = IntTy->getBitWidth(); in mutate() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 539 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset) in BitFieldRecord() argument 548 uint8_t BitSize = 0; variable
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5620 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCost() local 5657 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostInst() local 5755 unsigned BitSize = Ty->getPrimitiveSizeInBits(); getIntImmCostIntrin() local [all...] |