Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp215 void report_context(const LiveInterval &LI) const;
216 void report_context(const LiveRange &LR, unsigned Reg,
218 void report_context(const LiveRange::Segment &S) const;
219 void report_context(const VNInfo &VNI) const;
438 void MachineVerifier::report_context(const LiveInterval &LI) const { in report_context() function in MachineVerifier
442 void MachineVerifier::report_context(const LiveRange &LR, unsigned Reg, in report_context() function in MachineVerifier
450 void MachineVerifier::report_context(const LiveRange::Segment &S) const { in report_context() function in MachineVerifier
454 void MachineVerifier::report_context(const VNInfo &VNI) const { in report_context() function in MachineVerifier
1436 report_context(LR, Reg, LaneMask); in verifyLiveRangeValue()
1437 report_context(*VNI); in verifyLiveRangeValue()
[all …]