Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DAnalyze.cpp86 for (const auto &Adj : Adjusters) { in dump() local
87 assert(AdjusterSet.find(Adj.second) == AdjusterSet.end()); in dump()
88 AdjusterSet.insert(Adj.second); in dump()
141 for (const auto &Adj : AdjusterSet) { in dump() local
142 outs() << formatv(" {0}\n", Adj); in dump()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineFrameInfo.h411 void setOffsetAdjustment(int Adj) { OffsetAdjustment = Adj; } in setOffsetAdjustment() argument
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp91 intptr_t Adj = 0, bool IsPCRel = true);
403 intptr_t Adj /* = 0 */, in emitDisplacementField() argument
425 Adj, Indirect); in emitDisplacementField()
430 RelocOp->getOffset(), Adj); in emitDisplacementField()
433 emitJumpTableAddress(RelocOp->getIndex(), RelocType, Adj); in emitDisplacementField()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h537 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-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp4104 int Adj = DefAdj + UseAdj; in getOperandLatencyImpl() local
4107 Adj += adjustDefLatency(Subtarget, DefMI, DefMCID, DefAlign); in getOperandLatencyImpl()
4108 if (Adj >= 0 || (int)Latency > -Adj) { in getOperandLatencyImpl()
4109 return Latency + Adj; in getOperandLatencyImpl()
4132 int Adj = Subtarget.getPreISelOperandLatencyAdjustment(); in getOperandLatency() local
4133 int Threshold = 1 + Adj; in getOperandLatency()
4134 return Latency <= Threshold ? 1 : Latency - Adj; in getOperandLatency()
4435 int Adj = adjustDefLatency(Subtarget, MI, MCID, DefAlign); in getInstrLatency() local
4436 if (Adj >= 0 || (int)Latency > -Adj) { in getInstrLatency()
4437 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()