Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h486 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() argument
/external/icu/icu4c/source/data/brkitr/
Den.txt93 "Adj.",
Dde.txt157 "Adj.",
/external/cronet/third_party/icu/source/data/brkitr/
Den.txt93 "Adj.",
Dde.txt157 "Adj.",
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h562 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() argument
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3758 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl() local
3761 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign); in getOperandLatencyImpl()
3762 if (Adj >= 0 || (int)Latency > -Adj) { in getOperandLatencyImpl()
3763 return Latency + Adj; in getOperandLatencyImpl()
3786 int Adj = Subtarget.getPreISelOperandLatencyAdjustment(); in getOperandLatency() local
3787 int Threshold = 1 + Adj; in getOperandLatency()
3788 return Latency <= Threshold ? 1 : Latency - Adj; in getOperandLatency()
4046 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign); in getInstrLatency() local
4047 if (Adj >= 0 || (int)Latency > -Adj) { in getInstrLatency()
4048 return Latency + Adj; in getInstrLatency()
/external/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()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp543 llvm::Value *Adj = RawAdj; in EmitLoadOfMemberFunctionPointer() local
545 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted"); in EmitLoadOfMemberFunctionPointer()
551 Ptr = Builder.CreateInBoundsGEP(Ptr, Adj); in EmitLoadOfMemberFunctionPointer()
962 llvm::Value *Adj = Builder.CreateExtractValue(MemPtr, 1, "memptr.adj"); in EmitMemberPointerIsNotNull() local
963 llvm::Value *VirtualBit = Builder.CreateAnd(Adj, One, "memptr.virtualbit"); in EmitMemberPointerIsNotNull()