Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp37718 auto ExtendVecSize = [&DAG](const SDLoc &DL, SDValue N, unsigned Size) { in combineToExtendVectorInReg() local
37734 SDValue Ex = ExtendVecSize(DL, N0, Scale * InVT.getSizeInBits()); in combineToExtendVectorInReg()
37746 SDValue ExOp = ExtendVecSize(DL, N0, VT.getSizeInBits()); in combineToExtendVectorInReg()
37762 SrcVec = ExtendVecSize(DL, SrcVec, SplitSize); in combineToExtendVectorInReg()