Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1772 MVT::SimpleValueType SourceVT = in tryStore() local
1776 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_avar, NVPTX::ST_i16_avar, in tryStore()
1794 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_asi, NVPTX::ST_i16_asi, in tryStore()
1815 SourceVT, NVPTX::ST_i8_ari_64, NVPTX::ST_i16_ari_64, in tryStore()
1819 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_ari, NVPTX::ST_i16_ari, in tryStore()
1839 pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg_64, NVPTX::ST_i16_areg_64, in tryStore()
1844 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg, NVPTX::ST_i16_areg, in tryStore()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1730 MVT SourceVT; in X86SelectBranch() local
1732 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch()
1734 switch (SourceVT.SimpleTy) { in X86SelectBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1256 MVT SourceVT; in SelectBranch() local
1258 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12586 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local
12587 if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits()) in foldBitcastedFPLogic()
12595 SignMask = ~APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
12599 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
12603 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()