Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp392 auto ResultTys = getRetconResultTypes(); in buildFrom() local
407 auto RI = ResultTys.begin(), RE = ResultTys.end(); in buildFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h926 SDValue getNode(unsigned Opcode, const SDLoc &DL, ArrayRef<EVT> ResultTys,
1301 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7407 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops) { in getNode() argument
7408 return getNode(Opcode, DL, getVTList(ResultTys), Ops); in getNode()
8049 ArrayRef<EVT> ResultTys, in getMachineNode() argument
8051 SDVTList VTs = getVTList(ResultTys); in getMachineNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2667 EVT ResultTys[] = {DataTy, MVT::Other}; in SelectMVE_VLD() local
2675 CurDAG->getMachineNode(OurOpcodes[Stage], Loc, ResultTys, Ops); in SelectMVE_VLD()
DARMISelLowering.cpp3639 std::vector<EVT> ResultTys = {MVT::Other, MVT::Glue}; in LowerINTRINSIC_VOID() local
3646 ARM::tBL_PUSHLR, dl, ResultTys, in LowerINTRINSIC_VOID()
3651 DAG.getMachineNode(ARM::BL_PUSHLR, dl, ResultTys, in LowerINTRINSIC_VOID()