Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h581 VACOPY, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp270 case ISD::VACOPY: return "vacopy"; in getOperationName()
DLegalizeDAG.cpp3275 case ISD::VACOPY: { in ExpandNode()
DSelectionDAGBuilder.cpp6760 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp168 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1445 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp293 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
2425 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp143 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp321 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering()
323 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering()
6140 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1570 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp201 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
1542 case ISD::VACOPY: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp347 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp641 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in resetOperationActions()
645 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in resetOperationActions()
16213 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp701 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()