Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp221 case WebAssembly::ExprType::ExceptRef: O << "except_ref"; break; in printWebAssemblySignatureOperand()
240 case MVT::ExceptRef: in TypeToString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp132 case MVT::ExceptRef: return wasm::ValType::EXCEPT_REF; in toValType()
DWebAssemblyMCTargetDesc.h297 ExceptRef = 0x68 enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp260 case MVT::ExceptRef: retType = WebAssembly::ExprType::ExceptRef; break; in FixEndsAtEndOfFunction()
DWebAssemblyInstrCall.td137 def : Pat<(ExceptRef
160 def : Pat<(ExceptRef
DWebAssemblyRegisterInfo.td67 def EXCEPT_REF : WebAssemblyRegClass<[ExceptRef], 0, (add EXCEPT_REF_0)>;
DWebAssemblyFastISel.cpp130 case MVT::ExceptRef: in getLegalType()
686 case MVT::ExceptRef: in fastLowerArguments()
791 case MVT::ExceptRef: in selectCall()
894 case MVT::ExceptRef: in selectSelect()
1304 case MVT::ExceptRef: in selectRet()
DWebAssemblyExplicitLocals.cpp159 return MVT::ExceptRef; in typeForRegClass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMachineValueType.h194 ExceptRef = 113, // WebAssembly's except_ref type enumerator
751 case ExceptRef: return 0; // opaque type in getSizeInBits()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DValueTypes.cpp195 case MVT::ExceptRef: return "ExceptRef"; in getEVTString()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DValueTypes.td148 def ExceptRef: ValueType<0, 113>; // WebAssembly's except_ref type
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.cpp177 case MVT::ExceptRef: return "MVT::ExceptRef"; in getEnumName()