HomeSort by: relevance | last modified time | path
    Searched refs:FullOffset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerMemIntrinsics.cpp 237 Value *FullOffset = ResBuilder.CreateAdd(RuntimeBytesCopied, ResidualIndex);
239 ResBuilder.CreateInBoundsGEP(Int8Type, SrcAsInt8, FullOffset);
243 ResBuilder.CreateInBoundsGEP(Int8Type, DstAsInt8, FullOffset);
ScalarEvolutionExpander.cpp 519 uint64_t FullOffset = C->getValue()->getZExtValue();
520 if (FullOffset < SL.getSizeInBytes()) {
521 unsigned ElIdx = SL.getElementContainingOffset(FullOffset);
526 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 659 int64_t FullOffset = Offset + getScratchInstrOffset(MI);
662 return !SIInstrInfo::isLegalMUBUFImmOffset(FullOffset);
665 return !TII->isLegalFLATOffset(FullOffset, AMDGPUAS::PRIVATE_ADDRESS,

Completed in 20 milliseconds