Searched defs:ResultTys (Results 1 – 5 of 5) sorted by relevance
/freebsd/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 74 const EVT ResultTys[] = {MVT::i64, MVT::i64, MVT::i64, MVT::Other}; in EmitMOPS() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 349 auto ResultTys = getRetconResultTypes(); in buildFrom() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 2813 SmallVector<EVT, 4> ResultTys = {DataTy, MVT::Other}; in SelectMVE_VLD() local
|
H A D | ARMISelLowering.cpp | 4103 constexpr EVT ResultTys[] = {MVT::Other, MVT::Glue}; in LowerINTRINSIC_VOID() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10150 ArrayRef<EVT> ResultTys, ArrayRef<SDValue> Ops) { in getNode() 10910 ArrayRef<EVT> ResultTys, in getMachineNode()
|