/external/llvm/lib/IR/ |
D | Constants.cpp | 116 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/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 315 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 316 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 269 if (Constant *Splat = Op1V->getSplatValue()) { in visitFMul() local
|
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 829 TEST(APIntTest, Splat) { in TEST() argument
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 459 if (auto Splat = getSplatValue(*I)) in getGEPCost() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 388 SmallVector<Constant*, 16> Splat(VTy->getNumElements(), in getTrue() local 401 SmallVector<Constant*, 16> Splat(VTy->getNumElements(), in getFalse() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2149 if (ConstantInt *Splat = in visitCallInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2653 Value *Splat = in visitMemSetInst() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1510 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local 1583 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle() local
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3686 if (auto *Splat = CVec->getSplatValue()) in SimplifyExtractElementInst() local
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4450 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7468 SDValue Splat = DAG.getNode(PPCISD::XXSPLT, dl, MVT::v4i32, Conv, in LowerVECTOR_SHUFFLE() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5769 SDValue Splat = BVOp->getSplatValue(&UndefElements); in LowerVectorBroadcast() local
|