Home
last modified time | relevance | path

Searched refs:ResultTys (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp422 auto ResultTys = getRetconResultTypes(); in buildFrom() local
437 auto RI = ResultTys.begin(), RE = ResultTys.end(); in buildFrom()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAG.h974 SDValue getNode(unsigned Opcode, const SDLoc &DL, ArrayRef<EVT> ResultTys,
1461 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2799 SmallVector<EVT, 4> ResultTys = {DataTy, MVT::Other}; in SelectMVE_VLD() local
2809 CurDAG->getMachineNode(OurOpcodes[Stage], Loc, ResultTys, Ops); in SelectMVE_VLD()
2816 ResultTys = {DataTy, MVT::i32, MVT::Other}; in SelectMVE_VLD()
2819 CurDAG->getMachineNode(OurOpcodes[NumVecs - 1], Loc, ResultTys, Ops); in SelectMVE_VLD()
DARMISelLowering.cpp3974 constexpr EVT ResultTys[] = {MVT::Other, MVT::Glue}; in LowerINTRINSIC_VOID() local
3981 ARM::tBL_PUSHLR, dl, ResultTys, in LowerINTRINSIC_VOID()
3986 DAG.getMachineNode(ARM::BL_PUSHLR, dl, ResultTys, in LowerINTRINSIC_VOID()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8009 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops) { in getNode() argument
8010 return getNode(Opcode, DL, getVTList(ResultTys), Ops); in getNode()
8667 ArrayRef<EVT> ResultTys, in getMachineNode() argument
8669 SDVTList VTs = getVTList(ResultTys); in getMachineNode()