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

  /external/llvm/lib/IR/
Attributes.cpp 680 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
684 AttrSet.push_back(getSlotAttributes(I));
703 AttrSet.push_back(getSlotAttributes(I));
733 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
737 AttrSet.push_back(getSlotAttributes(I));
746 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Idx);
754 AttrSet.push_back(getSlotAttributes(I));
891 AttributeSet AttributeSet::getSlotAttributes(unsigned Slot) const {
894 return pImpl->getSlotAttributes(Slot);
    [all...]
AttributeImpl.h 238 AttributeSet getSlotAttributes(unsigned Slot) const {
  /external/llvm/include/llvm/IR/
Attributes.h 350 AttributeSet getSlotAttributes(unsigned Slot) const;
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 434 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 175 AttributeSet A = AS.getSlotAttributes(i);
223 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 446 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 146 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 446 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 169 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 436 AttributeSet AS = PAL.getSlotAttributes(i);
BitcodeWriter.cpp 178 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i)));
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 278 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 337 milliseconds