Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetOptions.h137 UniqueBasicBlockSectionNames(false), TrapUnreachable(false), in TargetOptions()
280 unsigned TrapUnreachable : 1; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp97 this->Options.TrapUnreachable = true; in LLVMTargetMachine()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp332 this->Options.TrapUnreachable = true; in AArch64TargetMachine()
343 this->Options.TrapUnreachable = true; in AArch64TargetMachine()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp135 this->Options.TrapUnreachable = true; in WebAssemblyTargetMachine()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp253 this->Options.TrapUnreachable = true; in ARMBaseTargetMachine()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp238 this->Options.TrapUnreachable = true; in X86TargetMachine()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1311 if (DAG.getTarget().Options.TrapUnreachable) in LowerDeoptimizingReturn()
H A DFastISel.cpp1744 if (TM.Options.TrapUnreachable) in selectOperator()
H A DSelectionDAGBuilder.cpp3163 if (!DAG.getTarget().Options.TrapUnreachable) in visitUnreachable()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp845 if (CLI.DoesNotReturn && !getTargetMachine().Options.TrapUnreachable) { in LowerCall()
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2779 if (!MF->getTarget().Options.TrapUnreachable) in translateUnreachable()