/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | KnownBits.h | 23 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/ |
D | KnownBits.h | 23 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/ |
D | KnownBits.h | 23 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/ |
D | KnownBits.h | 23 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 D | KnownBits.h | 23 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 D | KnownBits.h | 22 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 D | ARMBasicBlockInfo.h | 33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { in UnknownPadding() 62 uint8_t KnownBits = 0; member
|
H A D | ARMBasicBlockInfo.cpp | 133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); in adjustBBOffsetsAfter() local
|
H A D | ARMConstantIslandPass.cpp | 1065 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 D | ARMBasicBlockInfo.h | 33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { in UnknownPadding() 62 uint8_t KnownBits = 0; member
|
H A D | ARMBasicBlockInfo.cpp | 133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); in adjustBBOffsetsAfter() local
|
H A D | ARMConstantIslandPass.cpp | 976 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 D | ARMConstantIslandPass.cpp | 67 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 D | AMDGPUGlobalISelUtils.cpp | 21 GISelKnownBits *KnownBits) { in getBaseWithConstantOffset()
|
H A D | AMDGPUInstructionSelector.cpp | 2899 unsigned EltSize, GISelKnownBits &KnownBits) { in computeIndirectRegIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 128 unsigned KnownBits; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 128 unsigned KnownBits; member
|
/aosp_15_r20/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 124 unsigned KnownBits; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 398 GISelKnownBits *KnownBits = nullptr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | InstructionSelector.h | 445 GISelKnownBits *KnownBits = nullptr; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 678 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 937 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 1307 unsigned KnownBits = Log2_64(MaxGPUAlloc / MinGranularity); in LowerFrameIndex() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 979 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 D | TargetLowering.cpp | 993 unsigned KnownBits; in combineShiftToAVG() local
|