Home
last modified time | relevance | path

Searched refs:VACOPY (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h785 VACOPY, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp375 case ISD::VACOPY: return "vacopy"; in getOperationName()
DLegalizeDAG.cpp3004 case ISD::VACOPY: in ExpandNode()
DSelectionDAGBuilder.cpp8620 DAG.setRoot(DAG.getNode(ISD::VACOPY, getCurSDLoc(), in visitVACopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp131 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp103 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp82 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp150 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp130 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp138 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in XCoreTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp111 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1378 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp628 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in SystemZTargetLowering()
5121 case ISD::VACOPY: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1691 setOperationAction(ISD::VACOPY , MVT::Other, Expand); in SparcTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp461 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in MipsTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp465 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp316 setOperationAction(ISD::VACOPY, MVT::Other, Custom); in AArch64TargetLowering()
3180 case ISD::VACOPY: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1213 setOperationAction(ISD::VACOPY, MVT::Other, Expand); in ARMTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp496 setOperationAction(ISD::VACOPY, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
28601 case ISD::VACOPY: return LowerVACOPY(Op, Subtarget, DAG); in LowerOperation()