Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td155 isPseudo = 1, isEHScopeReturn = 1 in {
160 // isPseudo = 1, isEHScopeReturn = 1
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrControl.td172 isPseudo = 1, isEHScopeReturn = 1 in {
177 // isPseudo = 1, isEHScopeReturn = 1
/external/llvm-project/llvm/utils/TableGen/
DInstrDocsEmitter.cpp102 FLAG(isEHScopeReturn) in EmitInstrDocs()
DCodeGenInstruction.h238 bool isEHScopeReturn : 1; variable
DInstrInfoEmitter.cpp747 if (Inst.isEHScopeReturn) OS << "|(1ULL<<MCID::EHScopeReturn)"; in emitRecord()
DCodeGenInstruction.cpp375 isEHScopeReturn = R->getValueAsBit("isEHScopeReturn"); in CodeGenInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h583 return !empty() && back().isEHScopeReturn();
DMachineInstr.h678 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h679 return !empty() && back().isEHScopeReturn();
DMachineInstr.h775 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTarget.td503 bit isEHScopeReturn = 0; // Does this instruction end an EH scope?
/external/llvm-project/llvm/include/llvm/Target/
DTarget.td515 bit isEHScopeReturn = false; // Does this instruction end an EH scope?
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst1817 bit isEHScopeReturn = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCompiler.td170 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrCompiler.td192 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td3800 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td3606 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {