Searched refs:VAEND (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h583 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
585 VAEND, VASTART, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp271 case ISD::VAEND: return "vaend";
H A DLegalizeDAG.cpp2982 case ISD::VAEND:
H A DSelectionDAGBuilder.cpp6753 DAG.setRoot(DAG.getNode(ISD::VAEND, getCurSDLoc(),
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp167 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1446 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp142 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp348 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1571 setOperationAction(ISD::VAEND , MVT::Other, Expand);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp291 // structure, but VAEND is a no-op.
294 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp202 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp702 setOperationAction(ISD::VAEND, MVT::Other, Expand);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp326 setOperationAction(ISD::VAEND , MVT::Other, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp637 setOperationAction(ISD::VAEND , MVT::Other, Expand);

Completed in 494 milliseconds