Searched refs:SourceVT (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1768 MVT::SimpleValueType SourceVT = in tryStore() local 1772 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_avar, NVPTX::ST_i16_avar, in tryStore() 1790 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_asi, NVPTX::ST_i16_asi, in tryStore() 1811 SourceVT, NVPTX::ST_i8_ari_64, NVPTX::ST_i16_ari_64, in tryStore() 1815 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_ari, NVPTX::ST_i16_ari, in tryStore() 1835 pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg_64, NVPTX::ST_i16_areg_64, in tryStore() 1840 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg, NVPTX::ST_i16_areg, in tryStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1725 MVT SourceVT; in X86SelectBranch() local 1727 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch() 1729 switch (SourceVT.SimpleTy) { in X86SelectBranch()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1259 MVT SourceVT; in SelectBranch() local 1261 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 13569 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local 13570 if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits()) in foldBitcastedFPLogic() 13578 SignMask = ~APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic() 13582 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic() 13586 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
|