Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3895 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in BuildSplatI() local
3909 return DAG.getNode(ISD::BITCAST, dl, ReqVT, Res); in BuildSplatI()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7025 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in BuildSplatI() local
7034 return DAG.getBitcast(ReqVT, DAG.getConstant(Val, dl, CanonicalVT)); in BuildSplatI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7646 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in BuildSplatI() local
7655 return DAG.getBitcast(ReqVT, DAG.getConstant(Val, dl, CanonicalVT)); in BuildSplatI()