Home
last modified time | relevance | path

Searched refs:setAllBits (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp351 Known.Zero.setAllBits(); in shl()
352 Known.One.setAllBits(); in shl()
409 Known.Zero.setAllBits(); in lshr()
410 Known.One.setAllBits(); in lshr()
469 Known.Zero.setAllBits(); in ashr()
470 Known.One.setAllBits(); in ashr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h83 Zero.setAllBits(); in setAllZero()
90 One.setAllBits(); in setAllOnes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp194 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBitsImpl()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp429 Known.Zero.setAllBits(); in computeKnownBitsFromRangeMetadata()
430 Known.One.setAllBits(); in computeKnownBitsFromRangeMetadata()
1182 Known.Zero.setAllBits(); in computeKnownBitsFromOperator()
1183 Known.One.setAllBits(); in computeKnownBitsFromOperator()
1538 Known.Zero.setAllBits(); in computeKnownBitsFromOperator()
1539 Known.One.setAllBits(); in computeKnownBitsFromOperator()
1884 Known.One.setAllBits(); in computeKnownBitsFromOperator()
1885 Known.Zero.setAllBits(); in computeKnownBitsFromOperator()
1917 Known.One.setAllBits(); in computeKnownBitsFromOperator()
1918 Known.Zero.setAllBits(); in computeKnownBitsFromOperator()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3224 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBits()
3259 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBits()
3285 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBits()
3316 Known.One.setAllBits(); in computeKnownBits()
3317 Known.Zero.setAllBits(); in computeKnownBits()
3410 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBits()
3733 Known.One.setAllBits(); in computeKnownBits()
3734 Known.Zero.setAllBits(); in computeKnownBits()
4038 Known.One.setAllBits(); in computeKnownBits()
4039 Known.Zero.setAllBits(); in computeKnownBits()
H A DTargetLowering.cpp1274 Known.Zero.setAllBits(); in SimplifyDemandedBits()
1275 Known.One.setAllBits(); in SimplifyDemandedBits()
1328 Known.Zero.setAllBits(); in SimplifyDemandedBits()
1329 Known.One.setAllBits(); in SimplifyDemandedBits()
1359 Known.Zero.setAllBits(); in SimplifyDemandedBits()
1360 Known.One.setAllBits(); in SimplifyDemandedBits()
3066 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
3072 DemandedElts.setAllBits(); in SimplifyDemandedVectorElts()
3076 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
3107 KnownUndef.setAllBits(); in SimplifyDemandedVectorElts()
H A DDAGCombiner.cpp19304 UsedBits.setAllBits(); in getUsedBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1299 void setAllBits() { in setAllBits() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp883 UpperDiv.setAllBits(); in truncate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17997 DemandedElts.setAllBits(); in getExtractedDemandedElts()
18005 DemandedElts.setAllBits(); in getExtractedDemandedElts()
18013 DemandedElts.setAllBits(); in getExtractedDemandedElts()
37510 Known.Zero.setAllBits(); in computeKnownBitsForTargetNode()
37511 Known.One.setAllBits(); in computeKnownBitsForTargetNode()
37590 Known.Zero.setAllBits(); Known.One.setAllBits(); in computeKnownBitsForTargetNode()
42146 OpBits.setAllBits(); in SimplifyDemandedVectorEltsForTargetNode()
42588 KnownUndef.setAllBits(); in SimplifyDemandedVectorEltsForTargetNode()
42592 KnownZero.setAllBits(); in SimplifyDemandedVectorEltsForTargetNode()
50040 DemandedBits.setAllBits(); in combineAnd()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp10948 EltResult.setAllBits(); in handleVectorUnaryOperator()