/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 641 VACOPY, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 785 VACOPY, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 299 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
D | LegalizeDAG.cpp | 2963 case ISD::VACOPY: in ExpandNode()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 70 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 375 case ISD::VACOPY: return "vacopy"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 131 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 163 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 89 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 150 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 82 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 130 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 141 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 111 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in RISCVTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 434 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 4509 case ISD::VACOPY: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1378 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 628 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering() 5121 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1723 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1691 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 335 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering() 337 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering() 8259 case ISD::VACOPY: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 383 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 461 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 465 setOperationAction(ISD::VACOPY , MVT::Other, Custom); in PPCTargetLowering() 467 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in PPCTargetLowering() 10447 case ISD::VACOPY: return LowerVACOPY(Op, DAG); in LowerOperation()
|