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

  /external/llvm/lib/IR/
Attributes.cpp 499 if (getSlotIndex(I) != Index) continue;
679 if (getSlotIndex(I) >= Idx) {
680 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
692 if (Attrs.getSlotIndex(I) == Idx) {
732 if (getSlotIndex(I) >= Idx) {
733 if (getSlotIndex(I) == Idx) AS = getSlotAttributes(LastIndex++);
745 if (Attrs.getSlotIndex(I) == Idx) {
856 if (pImpl->getSlotIndex(I) == Idx)
885 uint64_t AttributeSet::getSlotIndex(unsigned Slot) const {
888 return pImpl->getSlotIndex(Slot)
    [all...]
AttributeImpl.h 231 uint64_t getSlotIndex(unsigned Slot) const {
Function.cpp 131 AttrBuilder B(AS, AS.getSlotIndex(0));
141 AttrBuilder B(AS, AS.getSlotIndex(0));
Verifier.cpp 724 unsigned Index = Attrs.getSlotIndex(i);
809 unsigned LastIndex = Attrs.getSlotIndex(LastSlot);
812 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params)))
    [all...]
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 99 public int getSlotIndex(String slot) {
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 197 int index = mIcons.getSlotIndex(slot);
221 int index = mIcons.getSlotIndex(slot);
248 int index = mIcons.getSlotIndex(slot);
  /external/llvm/include/llvm/IR/
Attributes.h 347 uint64_t getSlotIndex(unsigned Slot) const;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 275 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
277 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 178 Record.push_back(AS.getSlotIndex(i));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 476 unsigned index = PAL.getSlotIndex(i);
    [all...]

Completed in 1638 milliseconds