Home
last modified time | relevance | path

Searched refs:FaultMaps (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp26 const char *FaultMaps::WFMP = "Fault Maps: ";
28 FaultMaps::FaultMaps(AsmPrinter &AP) : AP(AP) {} in FaultMaps() function in FaultMaps
30 void FaultMaps::recordFaultingOp(FaultKind FaultTy, in recordFaultingOp()
47 void FaultMaps::serializeToFaultMapSection() { in serializeToFaultMapSection()
78 void FaultMaps::emitFunctionInfo(const MCSymbol *FnLabel, in emitFunctionInfo()
105 const char *FaultMaps::faultTypeToString(FaultMaps::FaultKind FT) { in faultTypeToString()
109 case FaultMaps::FaultingLoad: in faultTypeToString()
111 case FaultMaps::FaultingLoadStore: in faultTypeToString()
113 case FaultMaps::FaultingStore: in faultTypeToString()
122 << FaultMaps::faultTypeToString((FaultMaps::FaultKind)FFI.getFaultKind()) in operator <<()
DImplicitNullChecks.cpp631 FaultMaps::FaultKind FK; in insertFaultingInstr()
634 MI->mayStore() ? FaultMaps::FaultingLoadStore : FaultMaps::FaultingLoad; in insertFaultingInstr()
636 FK = FaultMaps::FaultingStore; in insertFaultingInstr()
DCMakeLists.txt28 FaultMaps.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h26 class FaultMaps {
35 explicit FaultMaps(AsmPrinter &AP);
56 explicit FaultInfo(FaultMaps::FaultKind Kind, const MCExpr *FaultingOffset, in FaultInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AsmPrinter.h31 FaultMaps FM;
DX86MCInstLower.cpp1257 FaultMaps::FaultKind FK = in LowerFAULTING_OP()
1258 static_cast<FaultMaps::FaultKind>(FaultingMI.getOperand(1).getImm()); in LowerFAULTING_OP()
1267 assert(FK < FaultMaps::FaultKindMax && "Invalid Faulting Kind!"); in LowerFAULTING_OP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp155 "llvm/lib/CodeGen/FaultMaps.cpp",
DBUILD.gn310 "llvm/lib/CodeGen/FaultMaps.cpp",
DCMakeLists.txt155 ${LLVM_DIR}/lib/CodeGen/FaultMaps.cpp