HomeSort by relevance Sort by last modified time
    Searched refs:Splat (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h 315 // If 'Arg' is an 8-bit splat, then get the encoded value.
316 int Splat = getT2SOImmValSplatVal(Arg);
317 if (Splat != -1)
318 return Splat;
337 // Passing values can be any combination of splat values and shifter
338 // values. If this can be handled with a single shifter or splat, bail
349 // Likewise, try masking out a splat value first.
370 // Try masking out a splat value first.
374 // The other splat is all that's left as an option.
597 // Encode NEON 16 bits Splat immediate for instructions like VBIC/VOR
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 217 Splat,
391 // Splat paint when the middle mouse button or second stylus button is pressed.
392 mode = PaintMode.Splat;
473 case Splat:
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 420 // cost of Vector GEP with splat constant index are the same.
423 if (auto Splat = getSplatValue(*I))
424 ConstIdx = dyn_cast<ConstantInt>(Splat);
438 // For structures the index is always splat or scalar constant
  /external/llvm/lib/IR/
Constants.cpp 117 if (Constant *Splat = CV->getSplatValue())
118 return Splat->isAllOnesValue();
122 if (Constant *Splat = CV->getSplatValue())
123 return Splat->isAllOnesValue();
139 if (Constant *Splat = CV->getSplatValue())
140 return Splat->isOneValue();
144 if (Constant *Splat = CV->getSplatValue())
145 return Splat->isOneValue();
161 if (Constant *Splat = CV->getSplatValue())
162 return Splat->isMinSignedValue()
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/unittests/ADT/
APIntTest.cpp 801 TEST(APIntTest, Splat) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 751 milliseconds