Searched refs:VACOPY (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 581 VACOPY, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 270 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
D | LegalizeDAG.cpp | 3275 case ISD::VACOPY: { in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6760 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 168 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1445 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 293 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 2425 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 143 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 321 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/ |
D | SparcISelLowering.cpp | 1570 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 201 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering() 1542 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 347 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 641 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/ |
D | ARMISelLowering.cpp | 701 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
|