Searched refs:ViaEltVT (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1139 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); in getConstant() local 1140 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() 1142 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() 1153 ViaEltVT, isT, isO)); in getConstant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1262 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); in getConstant() local 1263 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() 1265 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() 1276 ViaEltVT, isT, isO)); in getConstant()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1319 EVT ViaEltVT = TLI->getTypeToTransformTo(*getContext(), EltVT); in getConstant() local 1320 unsigned ViaEltSizeInBits = ViaEltVT.getSizeInBits(); in getConstant() 1322 EVT ViaVecVT = EVT::getVectorVT(*getContext(), ViaEltVT, ViaVecNumElts); in getConstant() 1333 ViaEltVT, isT, isO)); in getConstant()
|