Searched refs:VAEND (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 636 VAEND, VASTART, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 299 case ISD::VAEND: return "vaend"; in getOperationName()
|
D | LegalizeDAG.cpp | 3019 case ISD::VAEND: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6667 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(), in visitVAEnd()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 125 setOperationAction(ISD::VAEND, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 166 setOperationAction(ISD::VAEND, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 142 setOperationAction(ISD::VAEND, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1624 setOperationAction(ISD::VAEND, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1676 setOperationAction(ISD::VAEND , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 388 setOperationAction(ISD::VAEND, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 433 setOperationAction(ISD::VAEND, MVT::Other, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 192 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 332 setOperationAction(ISD::VAEND , MVT::Other, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 826 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 505 setOperationAction(ISD::VAEND , MVT::Other, Expand); in X86TargetLowering()
|