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 149 const AttributeSet &PAL = F->getAttributes().getFnAttributes();
153 if (PAL != NPAL) {
ArgumentPromotion.cpp 526 const AttributeSet &PAL = F->getAttributes();
529 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
531 PAL.getRetAttributes()));
547 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
603 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
605 PAL.getFnAttributes()));
    [all...]
DeadArgumentElimination.cpp 244 AttributeSet PAL = CS.getAttributes();
245 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
247 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
248 AttributesVec.push_back(PAL.getSlotAttributes(i));
249 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
251 PAL.getFnAttributes()));
252 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
260 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
  /external/llvm/lib/IR/
Function.cpp 308 AttributeSet PAL = getAttributes();
309 PAL = PAL.addAttribute(getContext(), i, attr);
310 setAttributes(PAL);
314 AttributeSet PAL = getAttributes();
315 PAL = PAL.addAttributes(getContext(), i, attrs);
316 setAttributes(PAL);
320 AttributeSet PAL = getAttributes();
321 PAL = PAL.removeAttributes(getContext(), i, attrs)
    [all...]
AsmWriter.cpp     [all...]
Instructions.cpp 335 AttributeSet PAL = getAttributes();
336 PAL = PAL.addAttribute(getContext(), i, attr);
337 setAttributes(PAL);
341 AttributeSet PAL = getAttributes();
344 PAL = PAL.removeAttributes(Context, i,
346 setAttributes(PAL);
594 AttributeSet PAL = getAttributes();
595 PAL = PAL.addAttribute(getContext(), i, attr)
    [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 239 const AttributeSet &PAL = MF.getFunction()->getAttributes();
240 if (PAL.hasAttrSomewhere(Attribute::Nest))
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
NVPTXISelLowering.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 1577 milliseconds