Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp275 EVT OpEltVT = OpVT.getVectorElementType(); in ScalarizeVecRes_VecInregOp() local
282 ISD::EXTRACT_VECTOR_ELT, DL, OpEltVT, Op, in ScalarizeVecRes_VecInregOp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30824 MVT OpEltVT = OpVT.getVectorElementType(); in combineVZext() local
30825 unsigned InputBits = OpEltVT.getSizeInBits() * VT.getVectorNumElements(); in combineVZext()
30837 assert(Cst.getBitWidth() == OpEltVT.getSizeInBits()); in combineVZext()
30852 if (OpEltVT == InnerEltVT) { in combineVZext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39273 MVT OpEltVT = OpVT.getVectorElementType(); in combineVSZext() local
39274 unsigned OpEltSizeInBits = OpEltVT.getSizeInBits(); in combineVSZext()
39306 if (OpEltVT == InnerEltVT) { in combineVSZext()