Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h22 struct KnownBits { struct
27 // Internal constructor for creating a KnownBits from two APInts. argument
28 KnownBits(APInt Zero, APInt One) in KnownBits() function
33 KnownBits() {} in KnownBits() function
36 KnownBits(unsigned BitWidth) : Zero(BitWidth, 0), One(BitWidth, 0) {} in KnownBits() function
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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h33 inline unsigned UnknownPadding(Align Alignment, unsigned KnownBits) { in UnknownPadding()
62 uint8_t KnownBits = 0; member
DARMBasicBlockInfo.cpp133 const unsigned KnownBits = BBInfo[i - 1].postKnownBits(Align); in adjustBBOffsetsAfter() local
DARMConstantIslandPass.cpp976 unsigned KnownBits = BBI.internalKnownBits(); in getUserOffset() local
1328 unsigned KnownBits = UserBBI.internalKnownBits(); in createNewWater() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp128 unsigned KnownBits; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h398 GISelKnownBits *KnownBits = nullptr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp937 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp() local