Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6348 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local
6356 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
6368 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
6375 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
6376 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER()
6399 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
6408 SDValue DataOp = VPSC->getValue(); in WidenVecOp_VP_SCATTER() local
6415 DataOp = GetWidenedVector(DataOp); in WidenVecOp_VP_SCATTER()
6417 const auto WideEC = DataOp.getValueType().getVectorElementCount(); in WidenVecOp_VP_SCATTER()
6428 VPSC->getChain(), DataOp, VPSC->getBasePtr(), Index, Scale, Mask, in WidenVecOp_VP_SCATTER()
H A DLegalizeIntegerTypes.cpp2037 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
2042 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
2050 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2052 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp953 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
954 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()