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

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h895 /// getPartialRegUpdateClearance - Returns the preferred minimum clearance
935 getPartialRegUpdateClearance(const MachineInstr *MI, unsigned OpNum, function in class:llvm::TargetInstrInfo
945 /// (see getPartialRegUpdateClearance), this hook will be called to break the
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4031 getPartialRegUpdateClearance(const MachineInstr *MI, function in class:ARMBaseInstrInfo
4090 // Break a partial register dependency after getPartialRegUpdateClearance
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3963 /// getPartialRegUpdateClearance - Inform the ExeDepsFix pass how many idle
3966 getPartialRegUpdateClearance(const MachineInstr *MI, unsigned OpNum, function in class:X86InstrInfo

Completed in 86 milliseconds