Searched refs:DataVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1347 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local 1353 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE() 1372 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local 1373 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD() 1385 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local 1386 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER() 1401 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local 1402 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
|
| H A D | TargetLowering.cpp | 5139 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress() argument 5145 assert(DataVT.getVectorNumElements() == MaskVT.getVectorNumElements() && in IncrementMemoryAddress() 5160 SDValue Scale = DAG.getConstant(DataVT.getScalarSizeInBits() / 8, DL, in IncrementMemoryAddress() 5164 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 3827 EVT DataVT, SelectionDAG &DAG,
|