| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1081 VACOPY, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGDumper.cpp | 405 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
| D | LegalizeDAG.cpp | 3034 case ISD::VACOPY: in ExpandNode()
|
| D | SelectionDAGBuilder.cpp | 9454 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/ |
| D | ARCISelLowering.cpp | 160 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1525 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in HexagonTargetLowering() 1527 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering() 3364 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.cpp | 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 149 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRISelLowering.cpp | 137 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 112 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEISelLowering.cpp | 138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in initSPUActions()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 1839 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 523 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in NVPTXTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 643 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 5723 case ISD::VACOPY: in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.cpp | 446 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 621 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering() 623 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering() 11322 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 531 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering() 5839 case ISD::VACOPY: in LowerOperation()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 224 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 1301 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 548 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering() 33247 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()
|