Home
last modified time | relevance | path

Searched refs:SelectVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1258 const MVT::SimpleValueType SelectVT = in tryLDU() local
1276 pickOpcodeForVT(SelectVT, NVPTX::LDU_GLOBAL_i8, NVPTX::LDU_GLOBAL_i16, in tryLDU()
1280 Opcode = pickOpcodeForVT(SelectVT, NVPTX::LDU_GLOBAL_v2i8, in tryLDU()
1285 Opcode = pickOpcodeForVT(SelectVT, NVPTX::LDU_GLOBAL_v4i8, in tryLDU()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6791 EVT SelectVT = NewVT; in ReplaceNodeResults() local
6795 SelectVT = MVT::i32; in ReplaceNodeResults()
6799 DAG.getNode(ISD::SELECT, SL, SelectVT, N->getOperand(0), LHS, RHS); in ReplaceNodeResults()
6801 if (NewVT != SelectVT) in ReplaceNodeResults()