Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h627 VAARG, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp297 case ISD::VAARG: return "vaarg"; in getOperationName()
DLegalizeFloatTypes.cpp112 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
995 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp1237 case ISD::VAARG: in LegalizeOp()
3178 case ISD::VAARG: in ExpandNode()
4278 case ISD::VAARG: { in PromoteNode()
DLegalizeIntegerTypes.cpp90 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1304 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
DSelectionDAG.cpp5433 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp123 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp308 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering()
309 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering()
310 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering()
311 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering()
312 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering()
313 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering()
314 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering()
315 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering()
316 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
319 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp144 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
214 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp165 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1670 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
2947 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp386 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering()
878 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1625 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp507 setOperationAction(ISD::VAARG , MVT::Other, Custom); in X86TargetLowering()
511 setOperationAction(ISD::VAARG , MVT::Other, Expand); in X86TargetLowering()
15930 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl, in LowerVAARG() local
15937 Chain = VAARG.getValue(1); in LowerVAARG()
15942 VAARG, in LowerVAARG()
20101 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp190 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering()
2265 case ISD::VAARG: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp824 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()