| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1037 VACOPY, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCISelLowering.cpp | 130 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 394 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
| D | LegalizeDAG.cpp | 2956 case ISD::VACOPY: in ExpandNode()
|
| D | SelectionDAGBuilder.cpp | 8984 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1532 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering() 1534 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 3203 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 131 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 108 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 135 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kISelLowering.cpp | 148 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in M68kTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1703 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 636 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 5448 case ISD::VACOPY: in LowerOperation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 460 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 587 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering() 589 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering() 10842 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 489 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering() 4760 case ISD::VACOPY: in LowerOperation()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 182 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in RISCVTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 1280 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 542 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering() 30513 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()
|