Searched defs:ResTys (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 126 const EVT ResTys[] = {MVT::i64, MVT::i64, MVT::Other}; in EmitTargetCodeForSetTag() local
|
H A D | AArch64ISelDAGToDAG.cpp | 1378 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoad() local 1408 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoad() local 1473 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectPredicatedLoad() local 1553 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStore() local 1620 const EVT ResTys[] = {MVT::Untyped, MVT::Other}; in SelectLoadLane() local 1659 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostLoadLane() local 1743 const EVT ResTys[] = {MVT::i64, // Type of the write back register in SelectPostStoreLane() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 1343 SmallVector<EVT, 2> ResTys; in lowerDSPIntr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2124 std::vector<EVT> ResTys; in SelectVLD() local 2260 std::vector<EVT> ResTys; in SelectVST() local 2426 std::vector<EVT> ResTys; in SelectVLDSTLane() local 2969 std::vector<EVT> ResTys; in SelectVLDDup() local 4509 std::vector<EVT> ResTys; in Select() local 4567 const EVT ResTys[] = {MVT::i32, MVT::Other}; in Select() local
|