Home
last modified time | relevance | path

Searched refs:VAARG (Results 1 – 15 of 15) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h582 VAARG, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp274 case ISD::VAARG: return "vaarg"; in getOperationName()
H A DLegalizeFloatTypes.cpp106 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
883 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeDAG.cpp1185 case ISD::VAARG: in LegalizeOp()
3178 case ISD::VAARG: { in ExpandNode()
4179 case ISD::VAARG: { in PromoteNode()
H A DLegalizeIntegerTypes.cpp81 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1228 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
H A DSelectionDAG.cpp4985 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp298 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering()
299 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering()
300 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering()
301 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering()
302 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering()
303 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering()
304 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering()
310 setOperationAction(ISD::VAARG, MVT::i64, Custom); in PPCTargetLowering()
313 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
6662 case ISD::VAARG: in LowerOperation()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp146 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
218 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp168 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1445 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1568 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
2811 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp345 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering()
829 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp650 setOperationAction(ISD::VAARG , MVT::Other, Custom); in resetOperationActions()
654 setOperationAction(ISD::VAARG , MVT::Other, Expand); in resetOperationActions()
16765 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl, in LowerVAARG() local
16772 Chain = VAARG.getValue(1); in LowerVAARG()
16777 VAARG, in LowerVAARG()
19663 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp204 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering()
1908 case ISD::VAARG: in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp746 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()