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 AttributeSet &PAL = F->getAttributes();
150 PAL.addAttributes(F->getContext(), AttributeSet::FunctionIndex,
154 if (PAL != NPAL) {
ArgumentPromotion.cpp 518 const AttributeSet &PAL = F->getAttributes();
521 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
523 PAL.getRetAttributes()));
539 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
596 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
598 PAL.getFnAttributes()));
    [all...]
DeadArgumentElimination.cpp 274 AttributeSet PAL = CS.getAttributes();
275 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
277 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
278 AttributesVec.push_back(PAL.getSlotAttributes(i));
279 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
281 PAL.getFnAttributes()));
282 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
290 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
  /external/llvm/lib/IR/
Function.cpp 266 AttributeSet PAL = getAttributes();
267 PAL = PAL.addAttribute(getContext(), i, attr);
268 setAttributes(PAL);
272 AttributeSet PAL = getAttributes();
273 PAL = PAL.addAttributes(getContext(), i, attrs);
274 setAttributes(PAL);
278 AttributeSet PAL = getAttributes();
279 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 101 const AttributeSet &PAL = MF.getFunction()->getAttributes();
103 if (PAL.hasAttrSomewhere(Attribute::Nest))
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
NVPTXISelLowering.cpp     [all...]
  /external/zxing/core/
core.jar 

Completed in 649 milliseconds