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

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 58 static int getSlotIndex(
131 slot = getSlotIndex(bframes, intracnt, idrcnt,
  /external/llvm/lib/IR/
Attributes.cpp 501 if (getSlotIndex(I) != Index) continue;
715 if (getSlotIndex(I) >= Index) {
716 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
728 if (Attrs.getSlotIndex(I) == Index) {
768 if (getSlotIndex(I) >= Index) {
769 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
781 if (Attrs.getSlotIndex(I) == Index) {
892 if (pImpl->getSlotIndex(I) == Index)
921 unsigned AttributeSet::getSlotIndex(unsigned Slot) const {
924 return pImpl->getSlotIndex(Slot)
    [all...]
AttributeImpl.h 230 unsigned getSlotIndex(unsigned Slot) const {
Function.cpp 170 AttrBuilder B(AS, AS.getSlotIndex(0));
180 AttrBuilder B(AS, AS.getSlotIndex(0));
Verifier.cpp 740 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/core/java/com/android/server/statusbar/
StatusBarManagerService.java 229 int index = mIcons.getSlotIndex(slot);
254 int index = mIcons.getSlotIndex(slot);
282 int index = mIcons.getSlotIndex(slot);
  /external/llvm/include/llvm/IR/
Attributes.h 358 unsigned getSlotIndex(unsigned Slot) const;
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 245 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
247 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 267 Record.push_back(AS.getSlotIndex(i));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 483 unsigned index = PAL.getSlotIndex(i);
    [all...]

Completed in 253 milliseconds