Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1279 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
1301 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes()
1374 bool AllOnes) { in combineSelectAndUse()
1398 bool AllOnes) { in combineSelectAndUseCommutative()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp290 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
DSelectionDAG.cpp1696 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
2054 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1325 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
1347 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, in isConditionalZeroOrAllOnes()
1420 bool AllOnes) { in combineSelectAndUse()
1444 bool AllOnes) { in combineSelectAndUseCommutative()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp674 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitShl() local
815 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty); in visitLShr() local
DInstCombineSimplifyDemanded.cpp626 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp4696 Constant *AllOnes = Constant::getAllOnesValue(Op0->getType()); in visitICmpInst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp757 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
968 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp806 SDValue AllOnes = DAG.getConstant( in ExpandSELECT() local
1017 SDValue AllOnes = DAG.getConstant( in ExpandVSELECT() local
DDAGCombiner.cpp3200 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in visitSDIVLike() local
5530 SDValue AllOnes = DAG.getAllOnesConstant(DL, VT); in MatchRotate() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp731 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp229 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
526 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in ComputeMaskedBits() local
DScalarEvolution.cpp2740 const SCEV *AllOnes = in getNotSCEV() local
3644 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in createSCEV() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp721 APInt AllOnes = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedUseBits() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp650 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); in TEST() local
722 APInt AllOnes(129, "0FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF", 16); in TEST() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4278 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
8588 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
8604 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
8680 bool AllOnes = false) { in combineSelectAndUse()
8704 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4951 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
9659 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { in isZeroOrAllOnes()
9675 static bool isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, in isConditionalZeroOrAllOnes()
9751 bool AllOnes = false) { in combineSelectAndUse()
9775 SDValue combineSelectAndUseCommutative(SDNode *N, bool AllOnes, in combineSelectAndUseCommutative()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp1881 Constant *AllOnes; in CreateNot() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1267 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); in getShadow() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2066 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/llvm/lib/IR/
DInstructions.cpp2220 Constant *AllOnes = Constant::getAllOnesValue(Op->getType()); in CreateNot() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp3120 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), in LowerFCOPYSIGN() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp9624 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerVectorShuffleAsBitMask() local
9657 SDValue AllOnes = DAG.getAllOnesConstant(DL, EltVT); in lowerVectorShuffleAsBitBlend() local
29913 APInt AllOnes = APInt::getAllOnesValue(MaskEltSizeInBits); in combineX86ShuffleChain() local
34753 SDValue AllOnes = DAG.getAllOnesConstant(dl, VT); in combineAndLoadToBZHI() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp7398 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitMask() local
7441 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL, in lowerVectorShuffleAsBitBlend() local
30177 SDValue AllOnes = in combineSext() local

12