Searched refs:SplatVal (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 1722 SPU::LowerV2I64Splat(EVT OpVT, SelectionDAG& DAG, uint64_t SplatVal, in LowerV2I64Splat() argument 1724 uint32_t upper = uint32_t(SplatVal >> 32); in LowerV2I64Splat() 1725 uint32_t lower = uint32_t(SplatVal); in LowerV2I64Splat() 1746 SDValue SplatValCN = DAG.getConstant(SplatVal, MVT::i64); in LowerV2I64Splat()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8707 SDValue SplatVal = StVal.getOperand(1); in replaceSplatVectorStore() local 8715 if (NextInsertElt.getOperand(1) != SplatVal) in replaceSplatVectorStore() 8730 DAG.getStore(St->getChain(), DL, SplatVal, BasePtr, St->getPointerInfo(), in replaceSplatVectorStore() 8737 NewST1 = DAG.getStore(NewST1.getValue(0), DL, SplatVal, OffsetPtr, in replaceSplatVectorStore()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 96 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) { in isConstantSplatVector() argument 105 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs) && in isConstantSplatVector()
|