Home
last modified time | relevance | path

Searched defs:DataVT (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1184 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1224 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1237 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1249 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1217 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1256 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1269 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1292 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
DTargetLowering.cpp4264 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress()