Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DKnownBits.h23 struct KnownBits { struct
28 // Internal constructor for creating a KnownBits from two APInts. argument
29 KnownBits(APInt Zero, APInt One) in KnownBits() argument
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() argument
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
78 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
84 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
89 void setAllZero() { in setAllZero()
95 void setAllOnes() { in setAllOnes()
124 /// Return the minimal unsigned value possible given these KnownBits. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DKnownBits.h23 struct KnownBits { struct
28 // Internal constructor for creating a KnownBits from two APInts. argument
29 KnownBits(APInt Zero, APInt One) in KnownBits() function
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() function
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
78 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
84 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
89 void setAllZero() { in setAllZero()
95 void setAllOnes() { in setAllOnes()
124 /// Return the minimal unsigned value possible given these KnownBits. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DKnownBits.h23 struct KnownBits { struct
28 // Internal constructor for creating a KnownBits from two APInts. argument
29 KnownBits(APInt Zero, APInt One) in KnownBits() function
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() function
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
78 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
84 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
89 void setAllZero() { in setAllZero()
95 void setAllOnes() { in setAllOnes()
124 /// Return the minimal unsigned value possible given these KnownBits. argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DKnownBits.h23 struct KnownBits { struct
28 // Internal constructor for creating a KnownBits from two APInts. argument
29 KnownBits(APInt Zero, APInt One) in KnownBits() function
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() argument
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
73 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
79 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
84 void setAllZero() { in setAllZero()
90 void setAllOnes() { in setAllOnes()
119 /// Return the minimal unsigned value possible given these KnownBits. argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DKnownBits.h23 struct KnownBits { struct
28 // Internal constructor for creating a KnownBits from two APInts. argument
29 KnownBits(APInt Zero, APInt One) in KnownBits() function
37 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() function
51 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
73 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
79 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
84 void setAllZero() { in setAllZero()
90 void setAllOnes() { in setAllOnes()
119 /// Return the minimal unsigned value possible given these KnownBits. argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h22 struct KnownBits { struct
27 // Internal constructor for creating a KnownBits from two APInts. argument
28 KnownBits(APInt Zero, APInt One) in KnownBits() argument
33 KnownBits() {} in KnownBits() argument
36 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() argument
50 assert(!hasConflict() && "KnownBits conflict!"); in isConstant() argument
72 assert(!hasConflict() && "KnownBits conflict!"); in isZero() argument
78 assert(!hasConflict() && "KnownBits conflict!"); in isAllOnes() argument
83 void setAllZero() { in setAllZero()
89 void setAllOnes() { in setAllOnes()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { in UnknownPadding()
62 uint8_t KnownBits = 0; member
H A DARMBasicBlockInfo.cpp133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); in adjustBBOffsetsAfter() local
H A DARMConstantIslandPass.cpp1065 unsigned KnownBits = BBI.internalKnownBits(); in getUserOffset() local
1417 unsigned KnownBits = UserBBI.internalKnownBits(); in createNewWater() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { in UnknownPadding()
62 uint8_t KnownBits = 0; member
H A DARMBasicBlockInfo.cpp133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); in adjustBBOffsetsAfter() local
H A DARMConstantIslandPass.cpp976 unsigned KnownBits = BBI.internalKnownBits(); in getUserOffset() local
1328 unsigned KnownBits = UserBBI.internalKnownBits(); in createNewWater() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp67 static inline unsigned UnknownPadding(unsigned LogAlign, unsigned KnownBits) { in UnknownPadding()
109 uint8_t KnownBits; member
1055 unsigned KnownBits = BBI.internalKnownBits(); in getUserOffset() local
1185 unsigned KnownBits = BBInfo[i - 1].postKnownBits(LogAlign); in adjustBBOffsetsAfter() local
1426 unsigned KnownBits = UserBBI.internalKnownBits(); in createNewWater() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelUtils.cpp21 GISelKnownBits *KnownBits) { in getBaseWithConstantOffset()
H A DAMDGPUInstructionSelector.cpp2899 unsigned EltSize, GISelKnownBits &KnownBits) { in computeIndirectRegIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp128 unsigned KnownBits; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp128 unsigned KnownBits; member
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp124 unsigned KnownBits; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h398 GISelKnownBits *KnownBits = nullptr; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h445 GISelKnownBits *KnownBits = nullptr; variable
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp678 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp937 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1307 unsigned KnownBits = Log2_64(MaxGPUAlloc / MinGranularity); in LowerFrameIndex() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DValueTracking.cpp979 function_ref<KnownBits(const KnownBits &, const KnownBits &)> KF) { in computeKnownBitsFromShiftOperator()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp993 unsigned KnownBits; in combineShiftToAVG() local