Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h163 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset() argument
/external/llvm/include/llvm/ADT/
DIntervalMap.h1154 IdxPair NewOffset(0, Position); in branchRoot()
1160 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, NULL, size, in branchRoot()
1181 return NewOffset; in branchRoot()
1195 IdxPair NewOffset(0, Position); in splitRoot()
1201 NewOffset = distribute(Nodes, rootSize, Leaf::Capacity, NULL, Size, in splitRoot()
1220 return NewOffset; in splitRoot()
1986 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity, in overflow() local
2013 while(Pos != NewOffset.first) { in overflow()
2017 P.offset(Level) = NewOffset.second; in overflow()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1521 bool reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg,
2040 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg, in reconcileNewOffset() argument
2052 if (NewOffset < LU.MinOffset) { in reconcileNewOffset()
2053 if (!isAlwaysFoldable(LU.MaxOffset - NewOffset, 0, HasBaseReg, in reconcileNewOffset()
2056 NewMinOffset = NewOffset; in reconcileNewOffset()
2057 } else if (NewOffset > LU.MaxOffset) { in reconcileNewOffset()
2058 if (!isAlwaysFoldable(NewOffset - LU.MinOffset, 0, HasBaseReg, in reconcileNewOffset()
2061 NewMaxOffset = NewOffset; in reconcileNewOffset()
2073 if (NewOffset != LU.Offsets.back()) in reconcileNewOffset()
2074 LU.Offsets.push_back(NewOffset); in reconcileNewOffset()
DScalarReplAggregates.cpp1974 uint64_t NewOffset = Offset; in RewriteLifetimeIntrinsic() local
1976 uint64_t Idx = FindElementAndOffset(AIType, NewOffset, IdxTy); in RewriteLifetimeIntrinsic()
1981 if (NewOffset) { in RewriteLifetimeIntrinsic()
1985 V = Builder.CreateGEP(V, Builder.getInt64(NewOffset)); in RewriteLifetimeIntrinsic()
1988 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1056 unsigned NewOffset = (Offset + AlignMask) & ~AlignMask; in EmitConstantPool() local
1057 OutStreamer.EmitFill(NewOffset - Offset, 0/*fillval*/, 0/*addrspace*/); in EmitConstantPool()
1060 Offset = NewOffset + TM.getTargetData()->getTypeAllocSize(Ty); in EmitConstantPool()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp483 int NewOffset = MemOps[i].Offset; in MergeLDR_STR() local
492 NewOffset == Offset + (int)Size && in MergeLDR_STR()