Home
last modified time | relevance | path

Searched refs:getSlotIndex (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp650 if (getSlotIndex(I) != Index) continue; in Raw()
872 if (getSlotIndex(I) < *IdxI) in addAttribute()
874 else if (getSlotIndex(I) > *IdxI) in addAttribute()
914 if (getSlotIndex(I) >= Index) { in addAttributes()
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
927 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()
971 if (getSlotIndex(I) >= Index) { in removeAttributes()
972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
984 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()
1012 if (getSlotIndex(I) >= Index) { in removeAttributes()
[all …]
DAttributeImpl.h290 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() function
DFunction.cpp195 AttrBuilder B(AS, AS.getSlotIndex(0)); in addAttr()
205 AttrBuilder B(AS, AS.getSlotIndex(0)); in removeAttr()
DVerifier.cpp1261 if (Attrs.getSlotIndex(I) == Idx) { in verifyAttributeTypes()
1449 unsigned Idx = Attrs.getSlotIndex(i); in verifyFunctionAttrs()
1664 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in verifyAttributeCount()
1667 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in verifyAttributeCount()
DAsmWriter.cpp2601 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex) in printFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp170 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()
172 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs()
DGlobalOpt.cpp1991 unsigned Index = Attrs.getSlotIndex(i); in StripNest()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h410 unsigned getSlotIndex(unsigned Slot) const;
/external/llvm/include/llvm/IR/
DAttributes.h408 unsigned getSlotIndex(unsigned Slot) const;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java740 mTelephonyManager.getSlotIndex()); in telephonyGetSimState()
874 return telephonyGetDeviceIdForSlotId(mTelephonyManager.getSlotIndex()); in telephonyGetDeviceId()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1108 unsigned Index = AS.getSlotIndex(Slot); in legalizeCallAttributes()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2744 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp696 Record.push_back(AS.getSlotIndex(i)); in writeAttributeGroupTable()