Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h1081 VACOPY, enumerator
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp405 case ISD::VACOPY: return "vacopy"; in getOperationName()
DLegalizeDAG.cpp3034 case ISD::VACOPY: in ExpandNode()
DSelectionDAGBuilder.cpp9454 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCISelLowering.cpp160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1525 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering()
1527 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
3364 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.cpp137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp112 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.cpp138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1839 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp523 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in NVPTXTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp643 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
5723 case ISD::VACOPY: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.cpp446 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp621 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
623 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
11322 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp531 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
5839 case ISD::VACOPY: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp224 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp1301 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp548 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
33247 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()