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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 145 static bool isSplat(ArrayRef<Value *> VL) {
373 bool LeftBroadcast = isSplat(Left);
374 bool RightBroadcast = isSplat(Right);
677 if (allConstant(VL) || isSplat(VL) || !getSameBlock(VL) || !Opcode) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 568 milliseconds