Searched refs:DataOp (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 122 for (Use &DataOp : Call->data_ops()) in runInternal() 123 if (isInterestingPointer(DataOp)) in runInternal() 124 Pointers.insert(DataOp); in runInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 4556 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER() local 4564 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER() 4575 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local 4581 DataOp = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER() 4582 unsigned NumElts = DataOp.getValueType().getVectorNumElements(); in WidenVecOp_MSCATTER() 4601 SDValue Ops[] = {MSC->getChain(), DataOp, Mask, MSC->getBasePtr(), Index, in WidenVecOp_MSCATTER()
|
D | LegalizeIntegerTypes.cpp | 1592 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local 1593 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() 1606 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE() 1610 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 916 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local 917 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()
|