Searched refs:lowerVectorSETCC (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 536 SDValue lowerVectorSETCC(SelectionDAG &DAG, const SDLoc &DL,
|
D | SystemZISelLowering.cpp | 2460 SDValue SystemZTargetLowering::lowerVectorSETCC(SelectionDAG &DAG, in lowerVectorSETCC() function in SystemZTargetLowering 2525 return lowerVectorSETCC(DAG, DL, VT, CC, CmpOp0, CmpOp1); in lowerSETCC()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2303 static SDValue lowerVectorSETCC(SelectionDAG &DAG, const SDLoc &DL, EVT VT, in lowerVectorSETCC() function 2364 return lowerVectorSETCC(DAG, DL, VT, CC, CmpOp0, CmpOp1); in lowerSETCC()
|