Searched defs:getPartialRegUpdateClearance (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h941 /// getPartialRegUpdateClearance - Returns the preferred minimum clearance
981 getPartialRegUpdateClearance(const MachineInstr *MI, unsigned OpNum, function in class:llvm::TargetInstrInfo
998 /// This hook works similarly to getPartialRegUpdateClearance, except that it
1011 /// (see getPartialRegUpdateClearance), this hook will be called to break the
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4218 /// getPartialRegUpdateClearance - Inform the ExeDepsFix pass how many idle
4221 getPartialRegUpdateClearance(const MachineInstr *MI, unsigned OpNum, function in class:X86InstrInfo
4288 /// Like getPartialRegUpdateClearance, this makes a strong assumption that the
4301 // Use the same magic number as getPartialRegUpdateClearance.
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4268 getPartialRegUpdateClearance(const MachineInstr *MI, function in class:ARMBaseInstrInfo
4327 // Break a partial register dependency after getPartialRegUpdateClearance

Completed in 1273 milliseconds