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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 651 SDValue getSplatBuildVector(EVT VT, const SDLoc &DL, SDValue Op) {
667 SDValue getSplatBuildVector(EVT VT, SDValue Op) {
668 return getSplatBuildVector(VT, SDLoc(Op), Op);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 746 SDValue getSplatBuildVector(EVT VT, const SDLoc &DL, SDValue Op) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 798 Mask = DAG.getSplatBuildVector(MaskTy, DL, Mask);
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 372 milliseconds