Home
last modified time | relevance | path

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

123

/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/llvm-project/llvm/lib/IR/
DConstantFold.cpp64 if (Constant *Splat = CV->getSplatValue()) { in BitCastConstantVector() local
584 if (Constant *Splat = V->getSplatValue()) { in ConstantFoldCastInstruction() local
1069 if (Constant *Splat = C->getSplatValue()) { in ConstantFoldUnaryInstruction() local
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/capstone/arch/ARM/
DARMAddressingModes.h343 int Splat = getT2SOImmValSplatVal(Arg); in getT2SOImmVal() local
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h322 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/lib/Target/ARM/MCTargetDesc/
DARMAddressingModes.h316 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/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp658 Constant *Splat = ConstantVector::getSplat(EC, C); in TEST() 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/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp355 Value *Splat; in getSplatValue() local
DTargetTransformInfo.cpp700 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/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp1050 Value *Splat = Builder.CreateVectorSplat(BlockSize, RH, "splat"); in emitMatrixMultiply() local
1075 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/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h812 if (auto Splat = getSplatValue(*I)) variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1115 if (Instruction *Splat = foldInsEltIntoSplat(IE)) in visitInsertElementInst() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1355 if (ConstantInt *Splat = in visitCallInst() local
DInstCombineVectorOps.cpp1455 if (Instruction *Splat = foldInsEltIntoSplat(IE)) in visitInsertElementInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2149 if (ConstantInt *Splat = in visitCallInst() local
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1547 TEST(APIntTest, Splat) { in TEST() argument

123