Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1187 VAARG, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp159 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp438 case ISD::VAARG: return "vaarg"; in getOperationName()
H A DLegalizeDAG.cpp991 case ISD::VAARG: in LegalizeOp()
3443 case ISD::VAARG: in ExpandNode()
5196 case ISD::VAARG: { in PromoteNode()
H A DLegalizeFloatTypes.cpp161 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
1399 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
H A DLegalizeIntegerTypes.cpp119 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
2781 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp1139 case ISD::VAARG: in SplitVectorResult()
H A DSelectionDAG.cpp10010 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp138 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
203 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp619 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering()
620 AddPromotedToType(ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering()
621 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering()
622 AddPromotedToType(ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering()
623 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering()
624 AddPromotedToType(ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering()
625 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering()
626 AddPromotedToType(ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering()
627 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
630 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp77 setOperationAction(ISD::VAARG, MVT::Other, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp136 setOperationAction(ISD::VAARG, MVT::Other, Custom); in initSPUActions()
1912 case ISD::VAARG: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp147 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1869 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
3266 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp474 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering()
1251 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp136 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp119 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp668 setOperationAction(ISD::VAARG, MVT::Other, Custom); in NVPTXTargetLowering()
2798 case ISD::VAARG: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp149 setOperationAction(ISD::VAARG, MVT::Other, Expand); in M68kTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1543 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp93 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in LoongArchTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp268 setOperationAction({ISD::VAARG, ISD::VACOPY, ISD::VAEND}, MVT::Other, Expand); in RISCVTargetLowering()
270 setOperationAction(ISD::VAARG, MVT::i32, Promote); in RISCVTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp586 setOperationAction(ISD::VAARG, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering()
25124 SDValue VAARG = DAG.getMemIntrinsicNode( in LowerVAARG() local
25129 Chain = VAARG.getValue(1); in LowerVAARG()
25132 return DAG.getLoad(ArgVT, dl, Chain, VAARG, MachinePointerInfo()); in LowerVAARG()
32430 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp608 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering()
6794 case ISD::VAARG: in LowerOperation()

12