Home
last modified time | relevance | path

Searched refs:isEHScopeReturn (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td160 isPseudo = 1, isEHScopeReturn = 1 in {
166 // isPseudo = 1, isEHScopeReturn = 1
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp111 FLAG(isEHScopeReturn) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1216 if (Inst.isEHScopeReturn) in emitRecord()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h243 bool isEHScopeReturn : 1; variable
H A DCodeGenInstruction.cpp438 isEHScopeReturn = R->getValueAsBit("isEHScopeReturn"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h952 return !empty() && back().isEHScopeReturn();
H A DMachineInstr.h946 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td630 bit isEHScopeReturn = false; // Does this instruction end an EH scope?
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td197 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td5161 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {