Home
last modified time | relevance | path

Searched refs:Fault (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DFaultMaps.cpp88 for (const auto &Fault : FFI) { in emitFunctionInfo() local
90 << faultTypeToString(Fault.Kind) << "\n"); in emitFunctionInfo()
91 OS.emitInt32(Fault.Kind); in emitFunctionInfo()
94 << *Fault.FaultingOffsetExpr << "\n"); in emitFunctionInfo()
95 OS.emitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo()
98 << *Fault.HandlerOffsetExpr << "\n"); in emitFunctionInfo()
99 OS.emitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
H A DWinEHPrepare.cpp559 (Cleanup->getNumArgOperands() ? ClrHandlerType::Fault in calculateClrEHStateNumbers()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dimplicit-faultmap.ll78 ; Fault[0].Type:
80 ; Fault[0].FaultOffset:
82 ; Fault[0].HandlerOffset:
91 ; Fault[0].Type:
93 ; Fault[0].FaultOffset:
95 ; Fault[0].HandlerOffset:
102 ; OBJDUMP-NEXT: Fault kind: FaultingLoad, faulting PC offset: 0, handling PC offset: 3
104 ; OBJDUMP-NEXT: Fault kind: FaultingStore, faulting PC offset: 0, handling PC offset: 7
H A Dimplicit-null-check-negative.ll6 ; CHECK-NOT: Fault Map Output
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/llvm-project-15.0.7/llvm/docs/
H A DFaultMaps.rst28 The Fault Map Section
40 uint8 : Fault Map Version (current version is 1)
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1325 case ClrHandlerType::Fault: in emitCLRExceptionTable()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVScheduleV.td51 // 7.7. Vector Unit-stride Fault-Only-First Loads
H A DRISCVInstrInfoV.td850 // Vector Unit-Stride Fault-only-First Loads
H A DRISCVInstrInfoVPseudos.td4423 // 7.7. Unit-stride Fault-Only-First Loads
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/rvv/
H A Dvsetvli-insert.ll496 ; Fault first loads can modify VL.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Driscv_vector.td1611 // 7.7. Unit-stride Fault-Only-First Loads