Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h632 VACOPY, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp298 case ISD::VACOPY: return "vacopy"; in getOperationName()
DLegalizeDAG.cpp3182 case ISD::VACOPY: in ExpandNode()
DSelectionDAGBuilder.cpp6674 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp124 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp167 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp143 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp432 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
4335 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp327 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
329 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
7966 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1675 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp387 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp191 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
2263 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp508 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in X86TargetLowering()
512 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in X86TargetLowering()
20102 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp825 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()