Searched defs:ResTys (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 189 const EVT ResTys[] = {MVT::i64, MVT::i64, MVT::Other}; in EmitTargetCodeForSetTag() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1617 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoad() local 1647 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoad() local 1786 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectPredicatedLoad() local 1866 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStore() local 1933 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoadLane() local 1972 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoadLane() local 2056 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStoreLane() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.cpp | 879 SmallVector<EVT, 2> ResTys{Node->getValueType(0), Node->getValueType(1)}; in trySelect() local 950 SmallVector<EVT, 1> ResTys{Node->getValueType(0)}; in trySelect() local
|
H A D | MipsSEISelLowering.cpp | 1335 SmallVector<EVT, 2> ResTys; in lowerDSPIntr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2161 std::vector<EVT> ResTys; in SelectVLD() local 2297 std::vector<EVT> ResTys; in SelectVST() local 2463 std::vector<EVT> ResTys; in SelectVLDSTLane() local 3010 std::vector<EVT> ResTys; in SelectVLDDup() local 4771 std::vector<EVT> ResTys; in Select() local 4829 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 294 SDVTList ResTys = DAG.getVTList(MVT::i16, MVT::i16); in LowerShifts() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1906 SDVTList ResTys = DAG.getVTList(ResTy, ResTy); in LowerHvxMulh() local
|