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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp392 auto ResultTys = getRetconResultTypes(); local
407 auto RI = ResultTys.begin(), RE = ResultTys.end();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h926 SDValue getNode(unsigned Opcode, const SDLoc &DL, ArrayRef<EVT> ResultTys,
1301 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2667 EVT ResultTys[] = {DataTy, MVT::Other}; local
2675 CurDAG->getMachineNode(OurOpcodes[Stage], Loc, ResultTys, Ops);
H A DARMISelLowering.cpp3640 std::vector<EVT> ResultTys = {MVT::Other, MVT::Glue}; local
3647 ARM::tBL_PUSHLR, dl, ResultTys,
3652 DAG.getMachineNode(ARM::BL_PUSHLR, dl, ResultTys,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7404 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops) {
7405 return getNode(Opcode, DL, getVTList(ResultTys), Ops);
8046 ArrayRef<EVT> ResultTys,
8048 SDVTList VTs = getVTList(ResultTys);

Completed in 173 milliseconds