Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp124 for (Use &DataOp : CS.data_ops()) in runInternal()
125 if (isInterestingPointer(DataOp)) in runInternal()
126 Pointers.insert(DataOp); in runInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp123 for (Use &DataOp : CS.data_ops()) in runInternal()
124 if (isInterestingPointer(DataOp)) in runInternal()
125 Pointers.insert(DataOp); in runInternal()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1952 MachineOperand &DataOp = In.getOperand(0); in optimizeSpillSlots() local
1953 RC = getRegClass({DataOp.getReg(), DataOp.getSubReg()}); in optimizeSpillSlots()
1955 MachineOperand &DataOp = In.getOperand(2); in optimizeSpillSlots() local
1956 RC = getRegClass({DataOp.getReg(), DataOp.getSubReg()}); in optimizeSpillSlots()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1183 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1184 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1211 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1212 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE()
1216 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
DLegalizeVectorTypes.cpp3337 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
3341 SDValue WideVal = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1216 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1217 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1244 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1248 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
DLegalizeVectorTypes.cpp3688 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
3694 SDValue WideVal = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp678 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local
679 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()