Searched refs:adjustDefLatency (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 3495 static int adjustDefLatency(const ARMSubtarget &Subtarget, in adjustDefLatency() function 3761 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign); in getOperandLatencyImpl() 4046 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign); in getInstrLatency()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 3841 static int adjustDefLatency(const ARMSubtarget &Subtarget, in adjustDefLatency() function 4107 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign); in getOperandLatencyImpl() 4435 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign); in getInstrLatency()
|