Searched refs:DataOp (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 124 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/ |
D | AliasAnalysisEvaluator.cpp | 123 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/ |
D | HexagonFrameLowering.cpp | 1952 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/ |
D | LegalizeIntegerTypes.cpp | 1183 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()
|
D | LegalizeVectorTypes.cpp | 3337 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/ |
D | LegalizeIntegerTypes.cpp | 1216 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()
|
D | LegalizeVectorTypes.cpp | 3688 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/ |
D | SystemZISelLowering.cpp | 678 Value *DataOp = I->getOperand(0); in supportedAddressingMode() local 679 if (isa<ExtractElementInst>(DataOp)) in supportedAddressingMode()
|