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 716 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
720 AttrSet.push_back(getSlotAttributes(I));
739 AttrSet.push_back(getSlotAttributes(I));
769 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
773 AttrSet.push_back(getSlotAttributes(I));
782 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index);
790 AttrSet.push_back(getSlotAttributes(I));
927 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const {
930 return pImpl->getSlotAttributes(Slot);
    [all...]
AttributeImpl.h 237 AttributeSet getSlotAttributes(unsigned Slot) const {
  /external/llvm/include/llvm/IR/
Attributes.h 361 AttributeSet getSlotAttributes(unsigned Slot) const;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 435 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 264 AttributeSet A = AS.getSlotAttributes(i);
312 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 446 AttributeSet AS = PAL.getSlotAttributes(i);
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 248 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 484 AttrBuilder attrs(PAL.getSlotAttributes(i), index);
    [all...]

Completed in 2874 milliseconds