Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/data/brkitr/
Den.txt93 "Adj.",
Dde.txt157 "Adj.",
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Den.txt93 "Adj.",
Dde.txt157 "Adj.",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4333 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl() local
4336 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign); in getOperandLatencyImpl()
4337 if (Adj >= 0 || (int)Latency > -Adj) { in getOperandLatencyImpl()
4338 return Latency + Adj; in getOperandLatencyImpl()
4361 int Adj = Subtarget.getPreISelOperandLatencyAdjustment(); in getOperandLatency() local
4362 int Threshold = 1 + Adj; in getOperandLatency()
4363 return Latency <= Threshold ? 1 : Latency - Adj; in getOperandLatency()
4664 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign); in getInstrLatency() local
4665 if (Adj >= 0 || (int)Latency > -Adj) { in getInstrLatency()
4666 return Latency + Adj; in getInstrLatency()