Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp310 SDNode *loadPoolVectorConstant(APInt Val, EVT VT, SDLoc DL);
1206 SDNode *SystemZDAGToDAGISel::loadPoolVectorConstant(APInt Val, EVT VT, SDLoc DL) { in loadPoolVectorConstant() function in SystemZDAGToDAGISel
1654 SDNode *Mask = loadPoolVectorConstant(APInt(128, Bytes), MVT::v16i8, DL); in Select()
1687 SDNode *ResNode = loadPoolVectorConstant(Val, MVT::i128, SDLoc(Node)); in Select()