Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1192 VACOPY, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp439 case ISD::VACOPY: return "vacopy"; in getOperationName()
H A DLegalizeDAG.cpp3447 case ISD::VACOPY: in ExpandNode()
H A DSelectionDAGBuilder.cpp10372 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1545 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering()
1547 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
3392 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/Lanai/
H A DLanaiISelLowering.cpp103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp120 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/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.cpp150 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1875 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp710 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
6148 case ISD::VACOPY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp475 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp637 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
639 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
11818 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp93 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp669 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp609 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
6792 case ISD::VACOPY: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp268 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1315 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp587 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
32431 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()