HomeSort by relevance Sort by last modified time
    Searched defs:Offsets (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 112 // With the SVR4 ABI, callee-saved registers have fixed offsets on the stack.
132 static const SpillSlot Offsets[] = {
133 // Floating-point register save area offsets.
153 // General register save area offsets.
210 // Floating-point register save area offsets.
230 // General register save area offsets.
312 NumEntries = array_lengthof(Offsets);
314 return Offsets;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 175 /// This function finds loads of the same base and different offsets. If the
176 /// offsets are not far apart (target specific), it add MVT::Glue inputs and
188 // the same base pointer and different offsets.
190 SmallVector<int64_t, 4> Offsets;
206 Offsets.push_back(Offset1);
208 Offsets.push_back(Offset2);
218 std::sort(Offsets.begin(), Offsets.end());
223 int64_t BaseOff = Offsets[0];
226 for (unsigned i = 1, e = Offsets.size(); i != e; ++i)
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp 101 /// as a record decl and a subobject number) and its offsets in the most
108 /// ComputeBaseOffsets - Compute the offsets for all base subobjects of the
157 // Compute base offsets.
247 // even change the base offsets in ASTRecordLayout to be specified in
439 /// VCallOffsetMap - Keeps track of vcall offsets when building a vtable.
444 /// Offsets - Keeps track of methods and their offsets.
446 SmallVector<MethodAndOffsetPairTy, 16> Offsets;
464 bool empty() const { return Offsets.empty(); }
513 for (unsigned I = 0, E = Offsets.size(); I != E; ++I)
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 801 const SmallVectorImpl<int64_t> &Offsets,
891 const SmallVectorImpl<int64_t> &Offsets,
    [all...]

Completed in 412 milliseconds