Searched refs:getSlot (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSlotIndexes.h115 return listEntry()->getIndex() | getSlot();
119 Slot getSlot() const { function in class:llvm::SlotIndex
203 bool isBlock() const { return getSlot() == Slot_Block; }
206 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
210 bool isRegister() const { return getSlot() == Slot_Register; }
213 bool isDead() const { return getSlot() == Slot_Dead; }
247 Slot s = getSlot();
257 return SlotIndex(listEntry()->getNextNode(), getSlot());
267 Slot s = getSlot();
277 return SlotIndex(listEntry()->getPrevNode(), getSlot());
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSlotIndexes.cpp168 os << listEntry()->getIndex() << "Berd"[getSlot()];
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FloatingPoint.cpp187 /// getSlot - Return the stack slot number a particular register number is
189 unsigned getSlot(unsigned RegNo) const { function in struct:__anon10309::FPS
196 unsigned Slot = getSlot(RegNo);
223 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
235 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
869 unsigned OldSlot = getSlot(FPRegNo);
899 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1246 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1347 unsigned Slot = getSlot(SrcF
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DAttributes.cpp271 /// getSlot - Return the AttributeWithIndex at the specified slot. This
273 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { function in class:AttrListPtr
385 const AttributeWithIndex &PAWI = getSlot(i);
H A DVerifier.cpp576 const AttributeWithIndex &Attr = Attrs.getSlot(i);
615 unsigned LastIndex = Attrs.getSlot(LastSlot).Index;
618 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DObjectConstructor.cpp269 PropertySlot getSlot(description);
270 if (description->getPropertySlot(exec, exec->propertyNames().get, getSlot)) {
271 JSValue get = getSlot.getValue(exec, exec->propertyNames().get);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i)
238 AttributesVec.push_back(PAL.getSlot(i));
H A DGlobalOpt.cpp2066 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0)
2070 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DAttributes.h585 /// getSlot - Return the AttributeWithIndex at the specified slot. This
587 const AttributeWithIndex &getSlot(unsigned Slot) const;
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h855 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
937 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
H A DDAGISelMatcherEmitter.cpp461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
489 << XF->getSlot() << ',';
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 if (CallerPAL.getSlot(i - 1).Index <= FT->getNumParams())
1126 Attributes PAttrs = CallerPAL.getSlot(i - 1).Attrs;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp476 unsigned index = PAL.getSlot(i).Index;
477 Attributes attrs = PAL.getSlot(i).Attrs;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp178 const AttributeWithIndex &PAWI = A.getSlot(i);

Completed in 387 milliseconds