Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DVectorUtils.h23 class DemandedBits; variable
DDemandedBits.h41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() function
DVectorUtils.h171 class DemandedBits; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() function
DIVDescriptors.h28 class DemandedBits; variable
DVectorUtils.h289 class DemandedBits; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h35 class DemandedBits; variable
DLoopVectorize.h68 class DemandedBits; variable
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h34 class DemandedBits; variable
DLoopVectorize.h68 class DemandedBits; variable
/external/llvm-project/llvm/unittests/CodeGen/
DAArch64SelectionDAGTest.cpp223 APInt DemandedBits = APInt(8, 0xFF); in TEST_F() local
249 APInt DemandedBits = APInt(8, 0xFF); in TEST_F() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp487 const APInt &DemandedBits, in ShrinkDemandedConstant()
528 const APInt &DemandedBits, in ShrinkDemandedConstant()
584 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
599 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
625 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBits()
857 SDValue Op, const APInt &DemandedBits, SelectionDAG &DAG, in SimplifyMultipleUseDemandedBits()
870 APInt DemandedBits = APInt::getAllOnesValue(Op.getScalarValueSizeInBits()); in SimplifyMultipleUseDemandedVectorElts() local
904 APInt DemandedBits = OriginalDemandedBits; in SimplifyDemandedBits() local
2884 APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits); in SimplifyDemandedVectorElts() local
2971 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyDemandedBitsForTargetNode()
[all …]
DDAGCombiner.cpp322 APInt DemandedBits = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedBits() local
326 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { in SimplifyDemandedBits()
1168 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
18364 APInt DemandedBits = APInt::getAllOnesValue(VecEltBitWidth); in visitEXTRACT_VECTOR_ELT() local
DSelectionDAG.cpp2271 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits()
2288 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp580 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
595 bool TargetLowering::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
611 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBits()
813 APInt DemandedBits = OriginalDemandedBits; in SimplifyDemandedBits() local
2623 APInt DemandedBits = APInt::getAllOnesValue(EltSizeInBits); in SimplifyDemandedVectorElts() local
2705 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyDemandedBitsForTargetNode()
2718 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBitsForTargetNode()
DSelectionDAG.cpp2165 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits) { in GetDemandedBits()
2178 SDValue SelectionDAG::GetDemandedBits(SDValue V, const APInt &DemandedBits, in GetDemandedBits()
DDAGCombiner.cpp305 APInt DemandedBits = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedBits() local
309 bool SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits) { in SimplifyDemandedBits()
1049 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &DemandedBits, in SimplifyDemandedBits()
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h3291 const APInt &DemandedBits, in targetShrinkDemandedConstant()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1412 uint64_t DemandedBits = Demanded.getZExtValue(); in optimizeLogicalImm() local
1494 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp33957 const APInt &DemandedBits, in targetShrinkDemandedConstant()
38583 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBitsForTargetNode()
40519 APInt DemandedBits(APInt::getSignMask(BitWidth)); in combineVSelectToBLENDV() local
44732 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedLoad() local
44807 APInt DemandedBits(APInt::getSignMask(VT.getScalarSizeInBits())); in combineMaskedStore() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp10705 APInt DemandedBits = APInt::getBitsSet(32, 8 * Offset, 8 * Offset + 8); in performCvtF32UByteNCombine() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp978 uint64_t DemandedBits = Demanded.getZExtValue(); in optimizeLogicalImm() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp17513 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in targetShrinkDemandedConstant()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp36106 SDValue Op, const APInt &DemandedBits, const APInt &DemandedElts, in SimplifyMultipleUseDemandedBitsForTargetNode()