Searched refs:Adj (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/data/brkitr/ |
D | en.txt | 93 "Adj.",
|
D | de.txt | 157 "Adj.",
|
/third_party/skia/third_party/externals/icu/source/data/brkitr/ |
D | en.txt | 93 "Adj.",
|
D | de.txt | 157 "Adj.",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 562 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/ |
D | ARMBaseInstrInfo.cpp | 4333 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()
|