/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1192 VACOPY, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 439 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 3447 case ISD::VACOPY: in ExpandNode()
|
H A D | SelectionDAGBuilder.cpp | 10372 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1545 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering() 1547 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 3392 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 78 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in CSKYTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 120 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 150 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in M68kTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1875 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 710 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 6148 case ISD::VACOPY: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 475 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 637 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering() 639 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering() 11818 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 93 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in LoongArchTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 669 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in NVPTXTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 609 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering() 6792 case ISD::VACOPY: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 268 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1315 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 587 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering() 32431 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()
|