Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/compiler/utils/x86_64/
H A Dconstants_x86_64.h41 constexpr uint8_t LowBits() const { in LowBits() function
59 constexpr uint8_t LowBits() const { in LowBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DKnownBits.cpp556 APInt LowBits = RHS.getConstant() - 1; in urem() local
577 APInt LowBits = RHS.getConstant() - 1; in srem() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DValueTracking.cpp1305 APInt LowBits = RA - 1; in computeKnownBitsFromOperator() local
1339 APInt LowBits = (RA - 1); in computeKnownBitsFromOperator() local
1577 unsigned LowBits = Log2_32(PossibleLZ)+1; in computeKnownBitsFromOperator() local
1588 unsigned LowBits = Log2_32(PossibleTZ)+1; in computeKnownBitsFromOperator() local
1597 unsigned LowBits = Log2_32(BitsPossiblySet)+1; in computeKnownBitsFromOperator() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.cpp90 uint32_t LowBits = FullImm & 0xffffffff; in addNumImm() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp533 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsImpl() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DFixedPointBuilder.h57 Value *LowBits = ConstantInt::get( in Convert() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp684 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp158 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DValueTracking.cpp1087 APInt LowBits = RA - 1; in computeKnownBitsFromOperator() local
1125 APInt LowBits = (RA - 1); in computeKnownBitsFromOperator() local
1302 unsigned LowBits = Log2_32(BitWidth)+1; in computeKnownBitsFromOperator() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp136 int LowBits = Offset < Start ? (Start - Offset) * 8 : 0; in applyMemSet() local
H A DAArch64ISelLowering.cpp7812 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp641 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp830 APInt LowBits = RA - 1; in SimplifyDemandedUseBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp1636 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsFromOperator() local
1647 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBitsFromOperator() local
1656 unsigned LowBits = llvm::bit_width(BitsPossiblySet); in computeKnownBitsFromOperator() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2248 unsigned LowBits = Log2_32(BitWidth)+1; in computeKnownBits() local
2395 APInt LowBits = RA - 1; in computeKnownBits() local
2419 APInt LowBits = (RA - 1); in computeKnownBits() local
H A DDAGCombiner.cpp4648 unsigned LowBits = OpSizeInBits - (unsigned)N1C->getZExtValue(); in visitSRA() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2993 unsigned LowBits = Log2_32(PossibleTZ) + 1; in computeKnownBits() local
3002 unsigned LowBits = Log2_32(PossibleLZ) + 1; in computeKnownBits() local
3187 APInt LowBits = RA - 1; in computeKnownBits() local
3211 APInt LowBits = (RA - 1); in computeKnownBits() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10083 auto SimplifyDemandedLowBitsHelper = [&](unsigned OpNo, unsigned LowBits) { in PerformDAGCombine()
10843 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBitsForTargetNode() local
10850 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBitsForTargetNode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2454 SDValue LowBits = DAG.getConstant((1ull << (Amt - 1)) - 1, dl, IntTy); in emitHvxShiftRightRnd() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3412 unsigned LowBits = llvm::bit_width(PossibleTZ); in computeKnownBits() local
3421 unsigned LowBits = llvm::bit_width(PossibleLZ); in computeKnownBits() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6060 APInt LowBits(EltTy.getSizeInBits(), in NormalizeBuildVector() local

12