Home
last modified time | relevance | path

Searched defs:LowBits (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp545 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsImpl() local
606 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsImpl() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp92 uint32_t LowBits = FullImm & 0xffffffff; in addNumImm() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp177 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
H A DAArch64ISelLowering.cpp13854 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp1063 APInt LowBits = RHS.getConstant() - 1; in srem() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp872 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1655 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator() local
1666 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBitsFromOperator() local
1675 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsFromOperator() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2455 SDValue LowBits = DAG.getConstant((1ull << (Amt - 1)) - 1, dl, IntTy); emitHvxShiftRightRnd() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16663 __anon765c18b71e02(unsigned OpNo, unsigned LowBits) PerformDAGCombine() argument
17874 unsigned LowBits = llvm::bit_width(PossibleTZ); computeKnownBitsForTargetNode() local
17881 unsigned LowBits = llvm::bit_width(PossibleLZ); computeKnownBitsForTargetNode() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3689 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBits() local
3698 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits() local
H A DTargetLowering.cpp2050 unsigned LowBits = BitWidth - ShAmt; in SimplifyDemandedBits() local