Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39398 auto ExtendVecSize = [&DAG](const SDLoc &DL, SDValue N, unsigned Size) { in combineToExtendVectorInReg() local
39414 SDValue Ex = ExtendVecSize(DL, N0, Scale * InVT.getSizeInBits()); in combineToExtendVectorInReg()
39426 SDValue ExOp = ExtendVecSize(DL, N0, VT.getSizeInBits()); in combineToExtendVectorInReg()
39445 SrcVec = ExtendVecSize(DL, SrcVec, SplitSize); in combineToExtendVectorInReg()