Home
last modified time | relevance | path

Searched refs:ExceptRef (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.cpp149 case MVT::ExceptRef: in toValType()
H A DWebAssemblyMCTargetDesc.h351 ExceptRef = 0x68, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td140 def : Pat<(ExceptRef
167 def : Pat<(ExceptRef
H A DWebAssemblyRegisterInfo.td68 def EXCEPT_REF : WebAssemblyRegClass<[ExceptRef], 0, (add EXCEPT_REF_0)>;
H A DWebAssemblyFastISel.cpp133 case MVT::ExceptRef: in getLegalType()
694 case MVT::ExceptRef: in fastLowerArguments()
810 case MVT::ExceptRef: in selectCall()
913 case MVT::ExceptRef: in selectSelect()
1333 case MVT::ExceptRef: in selectRet()
H A DWebAssemblyCFGStackify.cpp642 case MVT::ExceptRef: in fixEndsAtEndOfFunction()
643 retType = WebAssembly::ExprType::ExceptRef; in fixEndsAtEndOfFunction()
H A DWebAssemblyExplicitLocals.cpp163 return MVT::ExceptRef; in typeForRegClass()
H A DWebAssemblyInstrInfo.td200 defm "": ARGUMENT<EXCEPT_REF, ExceptRef>;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMachineValueType.h194 ExceptRef = 113, // WebAssembly's except_ref type enumerator
751 case ExceptRef: return 0; // opaque type in getSizeInBits()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DValueTypes.cpp195 case MVT::ExceptRef: return "ExceptRef"; in getEVTString()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.td148 def ExceptRef: ValueType<0, 113>; // WebAssembly's except_ref type
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp311 .Case("except_ref", WebAssembly::ExprType::ExceptRef) in parseBlockType()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenTarget.cpp177 case MVT::ExceptRef: return "MVT::ExceptRef"; in getEnumName()