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

  /external/llvm/include/llvm/Analysis/
VectorUtils.h 89 const Value *getSplatValue(const Value *V);
TargetTransformInfoImpl.h 423 if (auto Splat = getSplatValue(*I))
  /external/llvm/include/llvm/IR/
Constant.h 103 /// getSplatValue - If this is a splat vector constant, meaning that all of
105 Constant *getSplatValue() const;
PatternMatch.h 170 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue())) {
210 if (const auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue()))
229 if (auto *CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue()))
335 if (auto *CFP = dyn_cast_or_null<ConstantFP>(C->getSplatValue()))
372 CI = dyn_cast_or_null<ConstantInt>(C->getSplatValue());
    [all...]
Constants.h 493 /// getSplatValue - If this is a splat constant, meaning that all of the
495 Constant *getSplatValue() const;
780 /// getSplatValue - If this is a splat constant, meaning that all of the
782 Constant *getSplatValue() const;
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 52 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
57 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
78 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
83 if (ConstantFP *SplatCFP = dyn_cast_or_null<ConstantFP>(CV->getSplatValue()))
117 if (Constant *Splat = CV->getSplatValue())
122 if (Constant *Splat = CV->getSplatValue())
139 if (Constant *Splat = CV->getSplatValue())
144 if (Constant *Splat = CV->getSplatValue())
161 if (Constant *Splat = CV->getSplatValue())
166 if (Constant *Splat = CV->getSplatValue())
    [all...]
Type.cpp 654 C = C->getSplatValue();
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 219 OpC = OpC->getSplatValue();
  /external/llvm/lib/Analysis/
VectorUtils.cpp 419 const llvm::Value *llvm::getSplatValue(const Value *V) {
423 return C->getSplatValue();
CostModel.cpp 131 if (cast<Constant>(V)->getSplatValue() != nullptr)
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 327 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue());
329 COp1 = dyn_cast_or_null<ConstantInt>(CV->getSplatValue());
    [all...]
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1150 milliseconds