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().getFnAttributes();
152 if (PAL != NPAL) {
ArgumentPromotion.cpp 513 const AttributeSet &PAL = F->getAttributes();
516 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
518 PAL.getRetAttributes()));
534 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
591 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
593 PAL.getFnAttributes()));
    [all...]
DeadArgumentElimination.cpp 278 AttributeSet PAL = CS.getAttributes();
279 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
281 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
282 AttributesVec.push_back(PAL.getSlotAttributes(i));
283 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
285 PAL.getFnAttributes()));
286 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
294 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
  /external/llvm/lib/IR/
Function.cpp 282 AttributeSet PAL = getAttributes();
283 PAL = PAL.addAttribute(getContext(), i, attr);
284 setAttributes(PAL);
288 AttributeSet PAL = getAttributes();
289 PAL = PAL.addAttributes(getContext(), i, attrs);
290 setAttributes(PAL);
294 AttributeSet PAL = getAttributes();
295 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 190 milliseconds