/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 645 VAEND, VASTART, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 789 VAEND, VASTART, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 964 VASTART, enumerator
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 68 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 543 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 761 case ISD::VASTART: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 127 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 762 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 301 case ISD::VASTART: return "vastart"; in getOperationName()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 160 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 194 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 198 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 198 case ISD::VASTART: in LowerOperation()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 87 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 184 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 377 case ISD::VASTART: return "vastart"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 129 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions() 1411 case ISD::VASTART: in LowerOperation()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 389 case ISD::VASTART: return "vastart"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 147 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 354 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 353 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 80 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1005 case ISD::VASTART: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 702 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 127 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 703 case ISD::VASTART: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 80 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1192 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 209 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 209 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 143 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 212 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 109 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering() 398 case ISD::VASTART: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1375 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering() 2931 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|