/llvm-project/offload/DeviceRTL/src/ |
H A D | Utils.cpp |
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 545 unsigned LowBits = llvm::bit_width(BitsPossiblySet); computeKnownBitsImpl() local 606 unsigned LowBits = llvm::bit_width(PossibleLZ); computeKnownBitsImpl() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 92 uint32_t LowBits = FullImm & 0xffffffff; addNumImm() local
|
/llvm-project/bolt/lib/Core/ |
H A D | Relocation.cpp | 455 uint64_t LowBits = (Contents >> 29) & 0x3; extractValueAArch64() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 57 Value *LowBits = ConstantInt::get( in Convert() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 177 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; applyMemSet() local
|
H A D | AArch64ISelLowering.cpp | 13650 APInt LowBits(EltTy.getSizeInBits(), NormalizeBuildVector() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 1063 APInt LowBits = RHS.getConstant() - 1; srem() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 876 APInt LowBits = RA - 1; SimplifyDemandedUseBits() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1620 unsigned LowBits = llvm::bit_width(PossibleLZ); computeKnownBitsFromOperator() local 1631 unsigned LowBits = llvm::bit_width(PossibleTZ); computeKnownBitsFromOperator() local 1640 unsigned LowBits = llvm::bit_width(BitsPossiblySet); computeKnownBitsFromOperator() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2454 SDValue LowBits = DAG.getConstant((1ull << (Amt - 1)) - 1, dl, IntTy); emitHvxShiftRightRnd() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16604 __anon17a3f42a1f02(unsigned OpNo, unsigned LowBits) PerformDAGCombine() argument 17816 unsigned LowBits = llvm::bit_width(PossibleTZ); computeKnownBitsForTargetNode() local 17823 unsigned LowBits = llvm::bit_width(PossibleLZ); computeKnownBitsForTargetNode() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 3688 unsigned LowBits = llvm::bit_width(PossibleTZ); computeKnownBits() local 3697 unsigned LowBits = llvm::bit_width(PossibleLZ); computeKnownBits() local
|
H A D | TargetLowering.cpp | 2050 unsigned LowBits = BitWidth - ShAmt; SimplifyDemandedBits() local
|