Home
last modified time | relevance | path

Searched defs:Splat (Results 1 – 25 of 58) sorted by relevance

123

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
DAArch64GlobalISelUtils.cpp23 if (auto Splat = getVectorSplat(MI, MRI)) in getAArch64VectorSplat() local
37 auto Splat = getAArch64VectorSplat(MI, MRI); in getAArch64VectorSplatScalar() local
DAArch64PostLegalizerLowering.cpp766 auto Splat = getAArch64VectorSplat(MI, MRI); in matchBuildVectorToDup() local
969 auto Splat = getAArch64VectorSplat(*MRI.getVRegDef(RHS), MRI); in lowerVectorFCMP() local
/external/llvm/lib/IR/
DConstants.cpp116 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
121 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
138 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
143 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
160 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
165 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
182 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue() local
187 if (Constant *Splat = CV->getSplatValue()) in isNotMinSignedValue() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DConstantFold.cpp62 if (Constant *Splat = CV->getSplatValue()) { in BitCastConstantVector() local
411 if (Constant *Splat = V->getSplatValue()) { in ConstantFoldCastInstruction() local
851 if (Constant *Splat = C->getSplatValue()) in ConstantFoldUnaryInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
DRISCVGatherScatterLowering.cpp158 Value *Splat = getSplatValue(BO->getOperand(0)); in matchStridedStart() local
DRISCVISelLowering.cpp2485 if (SDValue Splat = cast<BuildVectorSDNode>(Op)->getSplatValue()) { in lowerBUILD_VECTOR() local
2503 if (SDValue Splat = cast<BuildVectorSDNode>(Op)->getSplatValue()) { in lowerBUILD_VECTOR() local
2625 SDValue Splat = in lowerBUILD_VECTOR() local
3247 SDValue Splat = in lowerVECTOR_SHUFFLE() local
7002 SDValue Splat = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, ContainerVT, in lowerVPExtMaskOp() local
/external/capstone/arch/ARM/
DARMAddressingModes.h343 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DVectorUtils.cpp341 if (Value *Splat = getSplatValue(V)) in findScalarElement() local
377 Value *Splat; in getSplatValue() local
DLoads.cpp546 APInt Splat = LoadSize >= 8 ? APInt::getSplat(LoadSize, Val->getValue()) in getAvailableLoadStore() local
DTargetTransformInfo.cpp757 const Value *Splat = getSplatValue(V); in getOperandInfo() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h322 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h308 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm/unittests/ADT/
DAPIntTest.cpp829 TEST(APIntTest, Splat) { in TEST() argument
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h459 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp320 Value *Splat; in getSplatValue() local
DTargetTransformInfo.cpp563 const Value *Splat = getSplatValue(V); in getOperandInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp744 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in LowerMultiply() local
DRewriteStatepointsForGC.cpp2621 auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0)); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp112 if (Constant *Splat = CV->getSplatValue()) in isAllOnesValue() local
138 if (Constant *Splat = CV->getSplatValue()) in isOneValue() local
188 if (Constant *Splat = CV->getSplatValue()) in isMinSignedValue() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1362 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in emitMatrixMultiply() local
1389 Value *Splat = Builder.CreateVectorSplat(BlockSize, LH, "splat"); in emitMatrixMultiply() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h775 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp1146 if (auto Splat = getIConstantSplatSExtVal(MI, MRI)) in getVectorSplat() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1115 if (Instruction *Splat = foldInsEltIntoSplat(IE)) in visitInsertElementInst() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h988 if (auto Splat = getSplatValue(*I)) in getGEPCost() local

123