Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td162 isPseudo = 1, isEHScopeReturn = 1 in {
167 // isPseudo = 1, isEHScopeReturn = 1
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DInstrDocsEmitter.cpp102 FLAG(isEHScopeReturn) in EmitInstrDocs()
DCodeGenInstruction.h249 bool isEHScopeReturn : 1; variable
DCodeGenInstruction.cpp439 isEHScopeReturn = R->getValueAsBit("isEHScopeReturn"); in CodeGenInstruction()
DInstrInfoEmitter.cpp1130 if (Inst.isEHScopeReturn) OS << "|(1ULL<<MCID::EHScopeReturn)"; in emitRecord()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h899 return !empty() && back().isEHScopeReturn();
DMachineInstr.h868 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTarget.td546 bit isEHScopeReturn = false; // Does this instruction end an EH scope?
/openbsd/src/gnu/llvm/llvm/docs/TableGen/
DProgRef.rst1918 bit isEHScopeReturn = 0;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86InstrCompiler.td197 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td4428 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {