Home
last modified time | relevance | path

Searched refs:FaultingLoad (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFaultMaps.h24 FaultingLoad = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DFaultMapParser.cpp20 case FaultMapParser::FaultingLoad: in printFaultType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp107 case FaultMaps::FaultingLoad: in faultTypeToString()
H A DImplicitNullChecks.cpp640 // Def = FaultingLoad (%rax + <offset>), LblNull in analyzeBlockForNullChecks()
725 MI->mayStore() ? FaultMaps::FaultingLoadStore : FaultMaps::FaultingLoad; in insertFaultingInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DFaultMapParser.h50 FaultingLoad = 1, enumerator