HomeSort by relevance Sort by last modified time
    Searched refs:getSlotAttributes (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/IR/
Attributes.cpp 698 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
702 AttrSet.push_back(getSlotAttributes(I));
721 AttrSet.push_back(getSlotAttributes(I));
751 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
755 AttrSet.push_back(getSlotAttributes(I));
764 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
772 AttrSet.push_back(getSlotAttributes(I));
909 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const {
912 return pImpl->getSlotAttributes(Slot);
    [all...]
AttributeImpl.h 234 AttributeSet getSlotAttributes(unsigned Slot) const {
  /external/llvm/include/llvm/IR/
Attributes.h 356 AttributeSet getSlotAttributes(unsigned Slot) const;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 434 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 258 AttributeSet A = AS.getSlotAttributes(i);
306 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 446 AttributeSet AS = PAL.getSlotAttributes(i);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 446 AttributeSet AS = PAL.getSlotAttributes(i);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 436 AttributeSet AS = PAL.getSlotAttributes(i);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 282 AttributesVec.push_back(PAL.getSlotAttributes(i));
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 477 AttrBuilder attrs(PAL.getSlotAttributes(i), index);
    [all...]

Completed in 1066 milliseconds