Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1037 VACOPY, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCISelLowering.cpp130 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp394 case ISD::VACOPY: return "vacopy"; in getOperationName()
DLegalizeDAG.cpp2956 case ISD::VACOPY: in ExpandNode()
DSelectionDAGBuilder.cpp8984 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1532 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering()
1534 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
3203 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRISelLowering.cpp131 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp108 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp135 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kISelLowering.cpp148 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in M68kTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1703 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp636 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
5448 case ISD::VACOPY: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp460 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp587 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
589 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
10842 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp489 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
4760 case ISD::VACOPY: in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp182 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in RISCVTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp1280 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp542 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
30513 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()