/external/llvm/include/llvm/CodeGen/ |
ScheduleHazardRecognizer.h | 11 // hazard-avoidance heuristics for scheduling. 24 /// the hazard. 39 Hazard, // This instruction can't be emitted at this cycle. 53 /// getHazardType - Return the hazard type of emitting this node. There are 56 /// * Hazard: issuing this instruction would stall the machine. If some 65 /// instructions is about to be schedule. The hazard state should be 70 /// emitted, to advance the hazard state. 76 /// internal state of the hazard recognizer so that previously "Hazard"
|
ScoreboardHazardRecognizer.h | 11 // encapsulates hazard-avoidance heuristics for scheduling, based on the
|
/external/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.h | 1 //===-- PPCHazardRecognizers.h - PowerPC Hazard Recognizers -----*- C++ -*-===// 10 // This file defines hazard recognizers for scheduling on PowerPC processors. 25 /// hazard recognizer for generic PPC processors. 50 // Various things that can cause a structural hazard.
|
PPCHazardRecognizers.cpp | 1 //===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer Impls --------===// 10 // This file implements hazard recognizers for scheduling on PowerPC processors. 25 // PowerPC Scoreboard Hazard Recognizer 49 // PowerPC 970 Hazard Recognizer 83 // Structural hazard info. 132 /// getHazardType - We return hazard for any non-branch instruction that would 155 return Hazard; 161 return Hazard; 171 if (NumIssued == 4) return Hazard; 175 if (NumIssued >= 2) return Hazard; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMHazardRecognizer.h | 1 //===-- ARMHazardRecognizer.h - ARM Hazard Recognizers ----------*- C++ -*-===// 10 // This file defines hazard recognizers for scheduling ARM functions.
|
ARMHazardRecognizer.cpp | 1 //===-- ARMHazardRecognizer.cpp - ARM postra hazard recognizer ------------===// 71 return Hazard; 103 llvm_unreachable("reverse ARM hazard checking unsupported");
|
MLxExpansionPass.cpp | 242 // If a VMLA.F is followed by an VADD.F or VMUL.F with no RAW hazard, the 260 // Look for VMLx RAW hazard.
|
/external/llvm/lib/CodeGen/ |
ScoreboardHazardRecognizer.cpp | 11 // encapsultes hazard-avoidance heuristics for scheduling, based on the 66 // completely bypasses the scoreboard hazard logic. 77 DEBUG(dbgs() << "Disabled scoreboard hazard recognizer\n"); 81 DEBUG(dbgs() << "Using scoreboard hazard recognizer: Depth = " 164 DEBUG(dbgs() << "*** Hazard in cycle +" << StageCycle << ", "); 167 return Hazard;
|
TargetInstrInfo.cpp | 32 "disable-sched-hazard", cl::Hidden, cl::init(false), 33 cl::desc("Disable hazard detection during preRA scheduling")); 539 // Provide a global flag for disabling the PreRA hazard recognizer that targets 549 // Dummy hazard recognizer allows all instructions to issue.
|
PostRASchedulerList.cpp | 115 /// HazardRec - The hazard recognizer to use. 357 // Reset the hazard recognizer and anti-dep breaker. 682 // Remember if this is a noop hazard.
|
MachineScheduler.cpp | [all...] |
/external/kernel-headers/original/asm-mips/ |
hazards.h | 28 * MIPS R2 instruction hazard barrier. Needs to be called as a subroutine. 48 * MIPSR2 defines ehb for hazard avoidance 214 * hazard so this is nice trick to have an optimal code for a range of
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 62 /// HazardRec - The hazard recognizer to use. 204 // don't advance the hazard recognizer. 225 // Remember if this is a noop hazard.
|
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
mali_parser.js | 202 this.addL2Counter('mali_hwc_L2_EXT_R_RAW', 'RAW hazard stalls'); 205 this.addL2Counter('mali_hwc_L2_EXT_R_W_HAZARD', 'WAW or WAR hazard stalls'); 206 this.addL2Counter('mali_hwc_L2_TAG_HAZARD', 'Tag hazard replays');
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_str.c | 88 /* Recursion hazard warning! Whenever strncasecmp is #defined as
|
/external/llvm/docs/ |
Lexicon.rst | 70 derived pointers pose an additional hazard that they may be invalidated at
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 256 /// Does this SU have a hazard within the current instruction group. 258 /// The scheduler supports two modes of hazard recognition. The first is the 259 /// ScheduleHazardRecognizer API. It is a fully general hazard recognizer that 397 "permanent hazard"); (void)i;
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.h | 70 /// Insert nop instruction when hazard condition is found
|
MipsInstrInfo.cpp | 45 /// insertNoop - If data hazard condition is found insert the target nop
|
/external/llvm/test/CodeGen/ARM/ |
fmacs.ll | 65 ; Two vmla with now RAW hazard
|
/external/openssl/crypto/ |
o_str.c | 88 /* Recursion hazard warning! Whenever strncasecmp is #defined as
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 160 * Hazard a guess on how big the buffer needs to be.
|
/external/llvm/include/llvm/Target/ |
TargetInstrInfo.h | [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbCmasInfo.java | 118 /** CMAS response type: Avoid hazard. */
|
/bionic/libc/netbsd/resolv/ |
res_send.c | 1181 * XXX - potential security hazard could 1197 * XXX - potential security hazard could [all...] |