HomeSort by relevance Sort by last modified time
    Searched defs:PAL (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 148 const AttrListPtr &PAL = F->getAttributes();
149 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes);
150 if (PAL != NPAL) {
ArgumentPromotion.cpp 517 const AttrListPtr &PAL = F->getAttributes();
520 if (Attributes attrs = PAL.getRetAttributes())
537 if (Attributes attrs = PAL.getParamAttributes(ArgIndex))
590 if (Attributes attrs = PAL.getFnAttributes())
    [all...]
DeadArgumentElimination.cpp 234 AttrListPtr PAL = CS.getAttributes();
235 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));
239 if (Attributes FnAttrs = PAL.getFnAttributes())
241 PAL = AttrListPtr::get(AttributesVec);
249 cast<InvokeInst>(New)->setAttributes(PAL);
253 cast<CallInst>(New)->setAttributes(PAL);
    [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 191 AttributeListImpl *PAL =
196 if (!PAL) {
197 PAL = new AttributeListImpl(Attrs);
198 AttributesLists->InsertNode(PAL, InsertPos);
202 return AttrListPtr(PAL);
349 dbgs() << "PAL[ ";
Function.cpp 246 AttrListPtr PAL = getAttributes();
247 PAL = PAL.addAttr(i, attr);
248 setAttributes(PAL);
252 AttrListPtr PAL = getAttributes();
253 PAL = PAL.removeAttr(i, attr);
254 setAttributes(PAL);
AsmWriter.cpp     [all...]
Instructions.cpp 334 AttrListPtr PAL = getAttributes();
335 PAL = PAL.addAttr(i, attr);
336 setAttributes(PAL);
340 AttrListPtr PAL = getAttributes();
341 PAL = PAL.removeAttr(i, attr);
342 setAttributes(PAL);
574 AttrListPtr PAL = getAttributes();
575 PAL = PAL.addAttr(i, attr)
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
NVPTXAsmPrinter.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 136 milliseconds