Searched refs:isEHScopeReturn (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 155 isPseudo = 1, isEHScopeReturn = 1 in { 160 // isPseudo = 1, isEHScopeReturn = 1
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrControl.td | 172 isPseudo = 1, isEHScopeReturn = 1 in { 177 // isPseudo = 1, isEHScopeReturn = 1
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 102 FLAG(isEHScopeReturn) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 238 bool isEHScopeReturn : 1; variable
|
D | InstrInfoEmitter.cpp | 747 if (Inst.isEHScopeReturn) OS << "|(1ULL<<MCID::EHScopeReturn)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 375 isEHScopeReturn = R->getValueAsBit("isEHScopeReturn"); in CodeGenInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 583 return !empty() && back().isEHScopeReturn();
|
D | MachineInstr.h | 678 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 679 return !empty() && back().isEHScopeReturn();
|
D | MachineInstr.h | 775 bool isEHScopeReturn(QueryType Type = AnyInBundle) const {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | Target.td | 503 bit isEHScopeReturn = 0; // Does this instruction end an EH scope?
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 515 bit isEHScopeReturn = false; // Does this instruction end an EH scope?
|
/external/llvm-project/llvm/docs/TableGen/ |
D | ProgRef.rst | 1817 bit isEHScopeReturn = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 170 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 192 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1 in {
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3800 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3606 isCodeGenOnly = 1, isReturn = 1, isEHScopeReturn = 1, isPseudo = 1 in {
|