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

  /external/llvm/lib/IR/
Attributes.cpp 484 if (getSlotIndex(I) != Index) continue;
697 if (getSlotIndex(I) >= Index) {
698 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
710 if (Attrs.getSlotIndex(I) == Index) {
750 if (getSlotIndex(I) >= Index) {
751 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
763 if (Attrs.getSlotIndex(I) == Index) {
874 if (pImpl->getSlotIndex(I) == Index)
903 unsigned AttributeSet::getSlotIndex(unsigned Slot) const {
906 return pImpl->getSlotIndex(Slot)
    [all...]
AttributeImpl.h 227 unsigned getSlotIndex(unsigned Slot) const {
Function.cpp 147 AttrBuilder B(AS, AS.getSlotIndex(0));
157 AttrBuilder B(AS, AS.getSlotIndex(0));
Verifier.cpp 719 if (Attrs.getSlotIndex(I) == Idx) {
    [all...]
AsmWriter.cpp     [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 353 unsigned getSlotIndex(unsigned Slot) const;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 279 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
281 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
    [all...]
GlobalOpt.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 147 Record.push_back(A.getSlotIndex(i));
148 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 170 Record.push_back(A.getSlotIndex(i));
171 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 175 Record.push_back(A.getSlotIndex(i));
176 Record.push_back(encodeLLVMAttributesForBitcode(A, A.getSlotIndex(i)));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 261 Record.push_back(AS.getSlotIndex(i));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 476 unsigned index = PAL.getSlotIndex(i);
    [all...]

Completed in 247 milliseconds