Searched refs:VACOPY (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 632 VACOPY, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 298 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
D | LegalizeDAG.cpp | 3182 case ISD::VACOPY: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6674 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 124 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 167 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 143 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 432 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 4335 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 327 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/ |
D | SparcISelLowering.cpp | 1675 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 387 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 191 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering() 2263 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 508 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/ |
D | ARMISelLowering.cpp | 825 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
|