Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1256 MVT SourceVT; in SelectBranch() local
1258 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12388 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local
12389 if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits()) in foldBitcastedFPLogic()
12397 SignMask = ~APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
12401 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
12405 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp12309 if (const auto *SourceVT = dyn_cast<VectorType>(Source)) { in CheckImplicitConversion() local
12311 auto SourceVectorKind = SourceVT->getVectorKind(); in CheckImplicitConversion()