Searched defs:AllOnes (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp290 SDValue AllOnes = DAG.getConstant( local
292 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
H A DSelectionDAG.cpp1696 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
1698 AllOnes, KnownZero2, KnownOne2, Depth+1);
1704 AllOnes, KnownZero2, KnownOne2, Depth+1);
2054 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
2055 ComputeMaskedBits(Op.getOperand(0), AllOnes, KnownZero, KnownOne,
2057 ComputeMaskedBits(Op.getOperand(1), AllOnes, KnownZero2, KnownOne2,
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp731 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
732 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes,
734 SimplifyDemandedBits(I->getOperandUse(1), AllOnes,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp721 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
722 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes, KnownZero2,
724 SimplifyDemandedBits(I->getOperandUse(1), AllOnes, KnownZero2,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp757 SDValue AllOnes = DAG.getConstant( local
759 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
968 SDValue AllOnes = DAG.getConstant( local
970 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp229 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
231 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
237 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
526 APInt AllOnes = APInt::getAllOnesValue(BitWidth); local
527 ComputeMaskedBits(I->getOperand(0), AllOnes, KnownZero, KnownOne,
529 ComputeMaskedBits(I->getOperand(1), AllOnes, KnownZero2, KnownOne2,
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1279 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
1280 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N);
1286 // (select cc 0, y) [AllOnes=0]
1287 // (select cc y, 0) [AllOnes=0]
1288 // (zext cc) [AllOnes=0]
1289 // (sext cc) [AllOnes=0/1]
1290 // (select cc -1, y) [AllOnes=1]
1291 // (select cc y, -1) [AllOnes=1]
1293 // * AllOnes determines whether to check for an all zero (AllOnes fals
1301 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
1372 combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, TargetLowering::DAGCombinerInfo &DCI, bool AllOnes) argument
1397 combineSelectAndUseCommutative(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, bool AllOnes) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1881 Constant *AllOnes; local
1885 AllOnes = ConstantVector::get(
1888 AllOnes = Constant::getAllOnesValue(Op->getType());
1891 return new BinaryOperator(Instruction::Xor, Op, AllOnes,
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1098 Value *AllOnes = PoisonUndef ? getPoisonedShadow(V) : getCleanShadow(V); local
1099 DEBUG(dbgs() << "Undef: " << *U << " ==> " << *AllOnes << "\n"); local
1101 return AllOnes;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp3120 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
3122 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes);
3124 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes));
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4278 SDValue AllOnes = DAG.getTargetConstant(ARM_AM::createNEONModImm(0xe, 0xff), local
4280 AllOnes = DAG.getNode(ARMISD::VMOVIMM, dl, MVT::v8i8, AllOnes);
4282 DAG.getNode(ISD::BITCAST, dl, OpVT, AllOnes));
8588 static inline bool isZeroOrAllOnes(SDValue N, bool AllOnes) { argument
8589 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N);
8595 // (select cc 0, y) [AllOnes=0]
8596 // (select cc y, 0) [AllOnes=0]
8597 // (zext cc) [AllOnes=0]
8598 // (sext cc) [AllOnes
8604 isConditionalZeroOrAllOnes(SDNode *N, bool AllOnes, SDValue &CC, bool &Invert, SDValue &OtherOp, SelectionDAG &DAG) argument
8704 combineSelectAndUseCommutative(SDNode *N, bool AllOnes, TargetLowering::DAGCombinerInfo &DCI) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7398 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL,
7402 AllOnes = DAG.getBitcast(EltVT, AllOnes);
7417 VMaskOps[i] = AllOnes;
7441 SDValue AllOnes = DAG.getConstant(APInt::getAllOnesValue(NumEltBits), DL,
7447 MaskOps.push_back(Mask[i] < Size ? AllOnes : Zero);
30177 SDValue AllOnes = local
[all...]

Completed in 840 milliseconds