Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1184 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1195 if (TLI.isTypeLegal(DataVT)) in PromoteIntOp_MSTORE()
1196 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
1198 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) in PromoteIntOp_MSTORE()
1201 else if (getTypeAction(DataVT) == TargetLowering::TypeWidenVector) in PromoteIntOp_MSTORE()
1205 assert (getTypeAction(DataVT) == TargetLowering::TypeSplitVector); in PromoteIntOp_MSTORE()
1224 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1225 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1237 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1238 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1217 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1228 if (TLI.isTypeLegal(DataVT)) { in PromoteIntOp_MSTORE()
1229 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
1236 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) in PromoteIntOp_MSTORE()
1238 if (getTypeAction(DataVT) == TargetLowering::TypeWidenVector) in PromoteIntOp_MSTORE()
1240 assert (getTypeAction(DataVT) == TargetLowering::TypeSplitVector); in PromoteIntOp_MSTORE()
1256 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1257 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1269 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1270 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
[all …]
DTargetLowering.cpp4264 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress() argument
4270 assert(DataVT.getVectorNumElements() == MaskVT.getVectorNumElements() && in IncrementMemoryAddress()
4285 SDValue Scale = DAG.getConstant(DataVT.getScalarSizeInBits() / 8, DL, in IncrementMemoryAddress()
4289 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3620 EVT DataVT, SelectionDAG &DAG,