| /external/llvm/lib/IR/ | 
| D | Constants.cpp | 116     if (Constant *Splat = CV->getSplatValue())  in isAllOnesValue()  local121     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/capstone/arch/ARM/ | 
| D | ARMAddressingModes.h | 343 	int Splat = getT2SOImmValSplatVal(Arg);  in getT2SOImmVal()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ | 
| D | ARMAddressingModes.h | 308     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/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-10.0/llvm/lib/Analysis/ | 
| D | VectorUtils.cpp | 320   Value *Splat;  in getSplatValue()  local
 | 
| D | TargetTransformInfo.cpp | 563   const Value *Splat = getSplatValue(V);  in getOperandInfo()  local
 | 
| D | InstructionSimplify.cpp | 4266     if (auto *Splat = CVec->getSplatValue())  in SimplifyExtractElementInst()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | LowerMatrixIntrinsics.cpp | 744           Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat");  in LowerMultiply()  local
 | 
| D | RewriteStatepointsForGC.cpp | 2621       auto *Splat = B.CreateVectorSplat(VF, I.getOperand(0));  in runOnFunction()  local
 | 
| D | SROA.cpp | 2829       Value *Splat =  in visitMemSetInst()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Constants.cpp | 112     if (Constant *Splat = CV->getSplatValue())  in isAllOnesValue()  local138     if (Constant *Splat = CV->getSplatValue())  in isOneValue()  local
 188     if (Constant *Splat = CV->getSplatValue())  in isMinSignedValue()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ | 
| D | TargetTransformInfoImpl.h | 775         if (auto Splat = getSplatValue(*I))  in getGEPCost()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineVectorOps.cpp | 1115   if (Instruction *Splat = foldInsEltIntoSplat(IE))  in visitInsertElementInst()  local
 | 
| D | InstCombineCalls.cpp | 3379       if (ConstantInt *Splat =  in visitCallInst()  local
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineCalls.cpp | 2149       if (ConstantInt *Splat =  in visitCallInst()  local
 | 
| /external/skia/src/core/ | 
| D | SkVM.cpp | 144         struct Splat       { int bits; };  argument
 | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | SROA.cpp | 2653       Value *Splat =  in visitMemSetInst()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | SelectionDAG.cpp | 1644       SDValue Splat = BV->getSplatValue(&UndefElements);  in getVectorShuffle()  local1718       SDValue Splat = BV->getSplatValue(&UndefElements);  in getVectorShuffle()  local
 3023           if (const Constant *Splat = Cst->getSplatValue()) {  in computeKnownBits()  local
 
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | SelectionDAG.cpp | 1510     SDValue Splat = BV->getSplatValue(&UndefElements);  in getVectorShuffle()  local1583       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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ | 
| D | SLPVectorizer.cpp | 752       Splat,    ///< Matching the same instruction multiple times (broadcast)  enumerator
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ | 
| D | SystemZISelLowering.cpp | 5058     SDValue Splat = BVN->getSplatValue(&UndefElements);  in lowerShift()  local
 |