Searched refs:NewOffset (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 197 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset() argument
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 1164 IdxPair NewOffset(0, Position); in branchRoot() 1170 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, size, in branchRoot() 1191 return NewOffset; in branchRoot() 1205 IdxPair NewOffset(0, Position); in splitRoot() 1211 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, nullptr, Size, in splitRoot() 1230 return NewOffset; in splitRoot() 1996 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity, in overflow() local 2023 while(Pos != NewOffset.first) { in overflow() 2027 P.offset(Level) = NewOffset.second; in overflow()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1717 bool reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg, 2240 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg, in reconcileNewOffset() argument 2259 if (NewOffset < LU.MinOffset) { in reconcileNewOffset() 2261 LU.MaxOffset - NewOffset, HasBaseReg)) in reconcileNewOffset() 2263 NewMinOffset = NewOffset; in reconcileNewOffset() 2264 } else if (NewOffset > LU.MaxOffset) { in reconcileNewOffset() 2266 NewOffset - LU.MinOffset, HasBaseReg)) in reconcileNewOffset() 2268 NewMaxOffset = NewOffset; in reconcileNewOffset() 2275 if (NewOffset != LU.Offsets.back()) in reconcileNewOffset() 2276 LU.Offsets.push_back(NewOffset); in reconcileNewOffset()
|
D | ScalarReplAggregates.cpp | 2125 uint64_t NewOffset = Offset; in RewriteLifetimeIntrinsic() local 2127 uint64_t Idx = FindElementAndOffset(AIType, NewOffset, IdxTy, DL); in RewriteLifetimeIntrinsic() 2132 if (NewOffset) { in RewriteLifetimeIntrinsic() 2137 V = Builder.CreateGEP(Builder.getInt8Ty(), V, Builder.getInt64(NewOffset)); in RewriteLifetimeIntrinsic() 2140 uint64_t EltSize = DL.getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic()
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 3466 CharUnits NewOffset; in findPathForVPtr() local 3468 NewOffset = Offset + Layout.getBaseClassOffset(Base); in findPathForVPtr() 3472 NewOffset = MostDerivedLayout.getVBaseClassOffset(Base); in findPathForVPtr() 3475 if (findPathForVPtr(Context, MostDerivedLayout, Base, NewOffset, VBasesSeen, in findPathForVPtr()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1261 unsigned NewOffset = (Offset + AlignMask) & ~AlignMask; in EmitConstantPool() local 1262 OutStreamer.EmitZeros(NewOffset - Offset); in EmitConstantPool() 1265 Offset = NewOffset + in EmitConstantPool()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 2348 int NewOffset; in rewriteAArch64FrameIndex() local 2352 &UnscaledOp, &NewOffset); in rewriteAArch64FrameIndex() 2360 MI.getOperand(ImmIdx).ChangeToImmediate(NewOffset); in rewriteAArch64FrameIndex()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 867 int NewOffset = MemOps[i].Offset; in MergeLDR_STR() local 875 NewOffset == Offset + (int)Size && in MergeLDR_STR()
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 4182 llvm::Value *NewOffset = nullptr; in EmitAAPCSVAArg() local 4183 NewOffset = CGF.Builder.CreateAdd( in EmitAAPCSVAArg() 4185 CGF.Builder.CreateStore(NewOffset, reg_offs_p); in EmitAAPCSVAArg() 4191 NewOffset, llvm::ConstantInt::get(CGF.Int32Ty, 0), "inreg"); in EmitAAPCSVAArg()
|