Searched defs:DemandedMask (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 58 APInt DemandedMask(APInt::getAllOnesValue(BitWidth)); in SimplifyDemandedInstructionBits() local 71 bool InstCombiner::SimplifyDemandedBits(Use &U, APInt DemandedMask, in SimplifyDemandedBits() 104 Value *InstCombiner::SimplifyDemandedUseBits(Value *V, APInt DemandedMask, in SimplifyDemandedUseBits() 805 Instruction *Shl, APInt DemandedMask, APInt &KnownZero, APInt &KnownOne) { in SimplifyShrShlDemandedBits()
|
D | InstCombineVectorOps.cpp | 156 APInt DemandedMask(VectorWidth, 0); in visitExtractElementInst() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 1633 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 8); in PerformDAGCombine() local 1650 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, 16); in PerformDAGCombine() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 388 const APInt &DemandedMask, in SimplifyDemandedBits()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8761 APInt DemandedMask = APInt::getLowBitsSet(64, 56); in performTBISimplification() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24429 APInt DemandedMask = APInt::getHighBitsSet(BitWidth, 1); in PerformSELECTCombine() local 26896 APInt DemandedMask = APInt::getLowBitsSet(BitWidth, Log2_32(BitWidth)); in PerformBTCombine() local
|