Searched defs:ResTys (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 188 const EVT ResTys[] = {MVT::i64, MVT::i64, MVT::Other}; EmitTargetCodeForSetTag() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1573 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; SelectLoad() local 1603 const EVT ResTys[] = {MVT::i64, // Type of the write back register SelectPostLoad() local 1816 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; SelectPredicatedLoad() local 1851 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; SelectContiguousMultiVectorLoad() local 2079 const EVT ResTys[] = {MVT::i64, // Type of the write back register SelectPostStore() local 2146 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; SelectLoadLane() local 2184 const EVT ResTys[] = {MVT::i64, // Type of the write back register SelectPostLoadLane() local 2266 const EVT ResTys[] = {MVT::i64, // Type of the write back register SelectPostStoreLane() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 876 SmallVector<EVT, 2> ResTys{Node->getValueType(0), Node->getValueType(1)}; trySelect() local 946 SmallVector<EVT, 1> ResTys{Node->getValueType(0)}; trySelect() local
|
H A D | MipsSEISelLowering.cpp | 1331 SmallVector<EVT, 2> ResTys; lowerDSPIntr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2160 std::vector<EVT> ResTys; SelectVLD() local 2296 std::vector<EVT> ResTys; SelectVST() local 2461 std::vector<EVT> ResTys; SelectVLDSTLane() local 3005 std::vector<EVT> ResTys; SelectVLDDup() local 4763 std::vector<EVT> ResTys; Select() local 4821 const EVT ResTys[] = {MVT::i32, MVT::Other}; Select() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 294 SDVTList ResTys = DAG.getVTList(MVT::i16, MVT::i16); LowerShifts() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1906 SDVTList ResTys = DAG.getVTList(ResTy, ResTy); in LowerHvxMulh() local
|