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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 71 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 89 bool isConstantSplatVector(const SDNode *N, APInt &SplatValue);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 96 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) {
110 // specializations of the more general isConstantSplatVector()?
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 133 bool ISD::isConstantSplatVector(const SDNode *N, APInt &SplatVal) {
148 // specializations of the more general isConstantSplatVector()?
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1102 milliseconds