Home
last modified time | relevance | path

Searched refs:VACOPY (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1261 VACOPY, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp192 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in XtensaTargetLowering()
1490 case ISD::VACOPY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp161 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp459 case ISD::VACOPY: return "vacopy"; in getOperationName()
H A DLegalizeDAG.cpp3514 case ISD::VACOPY: in ExpandNode()
H A DSelectionDAGBuilder.cpp10534 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1613 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering()
1615 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
3414 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp78 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp148 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp101 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp109 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp136 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp152 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp122 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1860 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp483 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp770 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
7040 case ISD::VACOPY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp782 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp644 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
646 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
12567 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp95 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp623 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
7259 case ISD::VACOPY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1275 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp312 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp591 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
33656 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()