Searched refs:VAEND (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 545 VAEND, VASTART, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 258 case ISD::VAEND: return "vaend"; in getOperationName()
|
D | LegalizeDAG.cpp | 2756 case ISD::VAEND: in ExpandNode()
|
D | SelectionDAGBuilder.cpp | 6409 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(), in visitVAEnd()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 170 setOperationAction(ISD::VAEND, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1447 setOperationAction(ISD::VAEND , MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 141 setOperationAction(ISD::VAEND, MVT::Other, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1364 setOperationAction(ISD::VAEND , MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 243 setOperationAction(ISD::VAEND, MVT::Other, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 125 setOperationAction(ISD::VAEND, MVT::Other, Expand); in AArch64TargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 353 setOperationAction(ISD::VAEND, MVT::Other, Expand); in MipsTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 290 setOperationAction(ISD::VAEND , MVT::Other, Expand); in PPCTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 739 setOperationAction(ISD::VAEND, MVT::Other, Expand); in ARMTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 620 setOperationAction(ISD::VAEND , MVT::Other, Expand); in resetOperationActions()
|