Home
last modified time | relevance | path

Searched refs:expandV4F32ToV2F64 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2276 static SDValue expandV4F32ToV2F64(SelectionDAG &DAG, int Start, const SDLoc &DL, in expandV4F32ToV2F64() function
2290 SDValue H0 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp0); in getVectorCmp()
2291 SDValue L0 = expandV4F32ToV2F64(DAG, 2, DL, CmpOp0); in getVectorCmp()
2292 SDValue H1 = expandV4F32ToV2F64(DAG, 0, DL, CmpOp1); in getVectorCmp()
2293 SDValue L1 = expandV4F32ToV2F64(DAG, 2, DL, CmpOp1); in getVectorCmp()