HomeSort by relevance Sort by last modified time
    Searched defs:SplatValue (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSEISelDAGToDAG.cpp 419 APInt SplatValue, SplatUndef;
423 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
428 Imm = SplatValue;
809 APInt SplatValue, SplatUndef;
819 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
845 if (!SplatValue.isSignedIntN(10))
848 SDValue Imm = CurDAG->getTargetConstant(SplatValue,
MipsSEISelLowering.cpp 603 APInt SplatValue, SplatUndef;
607 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
611 Imm = SplatValue;
628 APInt SplatValue, SplatUndef;
634 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
635 return SplatValue.isAllOnesValue();
848 APInt SplatValue, SplatUndef;
858 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
861 (SplatValue.getZExtValue() >= EltSize))
865 DAG.getConstant(SplatValue.getZExtValue(), MVT::i32))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 154 Value *SplatValue, Instruction *TheStore,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 627 static bool isConstantSplatVector(SDNode *N, APInt& SplatValue) {
636 return (C->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 133 milliseconds