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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 489 getShadowOriginAddress(Value *Addr, Align InstAlignment, Instruction *Pos);
651 /// InstAlignment, and take the union of each of those shadows. The returned
657 Align InstAlignment,
661 Align InstAlignment, Value *PrimitiveShadow,
683 Align getShadowAlign(Align InstAlignment);
707 Align getOriginAlign(Align InstAlignment);
718 bool useCallbackLoadLabelAndOrigin(uint64_t Size, Align InstAlignment);
742 Value *Origin, Value *StoreOriginAddr, Align InstAlignment);
751 /// InstAlignment, and take the union of each of those shadows. The returned
755 Align InstAlignment, Instruction *Pos)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 2096 Align InstAlignment = Load->getAlign();
2102 if (!DereferenceableInPH || (InstAlignment > Alignment))
2107 Alignment = std::max(Alignment, InstAlignment);
2125 Align InstAlignment = Store->getAlign();
2128 (InstAlignment > Alignment)) {
2132 Alignment = std::max(Alignment, InstAlignment);

Completed in 30 milliseconds