Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1022 VAARG, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp391 case ISD::VAARG: return "vaarg"; in getOperationName()
H A DLegalizeDAG.cpp994 case ISD::VAARG: in LegalizeOp()
2965 case ISD::VAARG: in ExpandNode()
4456 case ISD::VAARG: { in PromoteNode()
H A DLegalizeFloatTypes.cpp136 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
1183 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeIntegerTypes.cpp94 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
2068 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp956 case ISD::VAARG: in SplitVectorResult()
H A DSelectionDAG.cpp7824 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp129 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp562 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering()
563 AddPromotedToType(ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering()
564 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering()
565 AddPromotedToType(ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering()
566 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering()
567 AddPromotedToType(ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering()
568 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering()
569 AddPromotedToType(ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering()
570 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
574 setOperationAction(ISD::VAARG, MVT::i64, Custom); in PPCTargetLowering()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp139 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
208 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp132 setOperationAction(ISD::VAARG, MVT::Other, Custom); in initSPUActions()
1714 case ISD::VAARG: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp147 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1694 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
3039 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp130 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp96 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp459 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering()
1219 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp147 setOperationAction(ISD::VAARG, MVT::Other, Expand); in M68kTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1527 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp481 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering()
4495 case ISD::VAARG: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp181 setOperationAction(ISD::VAARG, MVT::Other, Expand); in RISCVTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp540 setOperationAction(ISD::VAARG, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
24666 SDValue VAARG = DAG.getMemIntrinsicNode( in LowerVAARG() local
24671 Chain = VAARG.getValue(1); in LowerVAARG()
24674 return DAG.getLoad(ArgVT, dl, Chain, VAARG, MachinePointerInfo()); in LowerVAARG()
30333 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1272 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()