Searched defs:ResultTys (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 68 const EVT ResultTys[] = {MVT::i64, MVT::i64, MVT::Other}; in EmitMOPS() local 62 const EVT ResultTys[] = {MVT::i64, MVT::i64, MVT::Other}; EmitMOPS() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 342 auto ResultTys = getRetconResultTypes(); buildFrom() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2807 SmallVector<EVT, 4> ResultTys = {DataTy, MVT::Other}; SelectMVE_VLD() local
|
H A D | ARMISelLowering.cpp | 4091 constexpr EVT ResultTys[] = {MVT::Other, MVT::Glue}; LowerINTRINSIC_VOID() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9825 getNode(unsigned Opcode,const SDLoc & DL,ArrayRef<EVT> ResultTys,ArrayRef<SDValue> Ops) getNode() argument 10573 getMachineNode(unsigned Opcode,const SDLoc & dl,ArrayRef<EVT> ResultTys,ArrayRef<SDValue> Ops) getMachineNode() argument
|