Searched refs:SourceVT (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelDAGToDAG.cpp | 1778 MVT::SimpleValueType SourceVT = in tryStore() local 1782 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_avar, NVPTX::ST_i16_avar, in tryStore() 1800 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_asi, NVPTX::ST_i16_asi, in tryStore() 1821 SourceVT, NVPTX::ST_i8_ari_64, NVPTX::ST_i16_ari_64, in tryStore() 1825 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_ari, NVPTX::ST_i16_ari, in tryStore() 1845 pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg_64, NVPTX::ST_i16_areg_64, in tryStore() 1850 Opcode = pickOpcodeForVT(SourceVT, NVPTX::ST_i8_areg, NVPTX::ST_i16_areg, in tryStore()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1723 MVT SourceVT; in X86SelectBranch() local 1725 isTypeLegal(TI->getOperand(0)->getType(), SourceVT)) { in X86SelectBranch() 1727 switch (SourceVT.SimpleTy) { in X86SelectBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1259 MVT SourceVT; in SelectBranch() local 1261 (isLoadTypeLegal(TI->getOperand(0)->getType(), SourceVT))) { in SelectBranch()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 14130 EVT SourceVT = N0.getValueType(); in foldBitcastedFPLogic() local 14131 if (VT.getScalarSizeInBits() != SourceVT.getScalarSizeInBits()) in foldBitcastedFPLogic() 14139 SignMask = ~APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic() 14143 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic() 14147 SignMask = APInt::getSignMask(SourceVT.getScalarSizeInBits()); in foldBitcastedFPLogic()
|