Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30106 auto ExtendVecSize = [&DAG](const SDLoc &DL, SDValue N, unsigned Size) { in combineToExtendVectorInReg() local
30122 SDValue Ex = ExtendVecSize(DL, N0, Scale * InVT.getSizeInBits()); in combineToExtendVectorInReg()
30133 SDValue ExOp = ExtendVecSize(DL, N0, VT.getSizeInBits()); in combineToExtendVectorInReg()
30151 SrcVec = ExtendVecSize(DL, SrcVec, 128); in combineToExtendVectorInReg()