Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3891 static const EVT VTys[] = { // canonical VT to use for each size. in BuildSplatI() local
3895 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in BuildSplatI()
3901 EVT CanonicalVT = VTys[SplatSize-1]; in BuildSplatI()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7021 static const MVT VTys[] = { // canonical VT to use for each size. in BuildSplatI() local
7025 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1]; in BuildSplatI()
7031 EVT CanonicalVT = VTys[SplatSize-1]; in BuildSplatI()