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

  /external/llvm/bindings/go/llvm/
IRBindings.cpp 26 const AttributeSet PAL = Func->getAttributes();
29 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
37 const AttributeSet PAL = Func->getAttributes();
38 return PAL.Raw(AttributeSet::FunctionIndex);
43 const AttributeSet PAL = Func->getAttributes();
46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 149 const AttrListPtr &PAL = F->getAttributes();
150 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes);
151 if (PAL != NPAL) {
ArgumentPromotion.cpp 520 const AttrListPtr &PAL = F->getAttributes();
523 if (Attributes attrs = PAL.getRetAttributes())
540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex))
593 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.begin(), AttributesVec.end());
249 cast<InvokeInst>(New)->setAttributes(PAL);
253 cast<CallInst>(New)->setAttributes(PAL);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 188 AttributeListImpl *PAL =
193 if (!PAL) {
194 PAL = new AttributeListImpl(Attrs, NumAttrs);
195 AttributesLists->InsertNode(PAL, InsertPos);
199 return AttrListPtr(PAL);
346 dbgs() << "PAL[ ";
Function.cpp 245 AttrListPtr PAL = getAttributes();
246 PAL = PAL.addAttr(i, attr);
247 setAttributes(PAL);
251 AttrListPtr PAL = getAttributes();
252 PAL = PAL.removeAttr(i, attr);
253 setAttributes(PAL);
AsmWriter.cpp     [all...]
Instructions.cpp 328 AttrListPtr PAL = getAttributes();
329 PAL = PAL.addAttr(i, attr);
330 setAttributes(PAL);
334 AttrListPtr PAL = getAttributes();
335 PAL = PAL.removeAttr(i, attr);
336 setAttributes(PAL);
568 AttrListPtr PAL = getAttributes();
569 PAL = PAL.addAttr(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/Transforms/IPO/
DeadArgumentElimination.cpp 169 AttributeSet PAL = CS.getAttributes();
170 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
172 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
173 AttributesVec.push_back(PAL.getSlotAttributes(i));
174 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
176 PAL.getFnAttributes()));
177 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
188 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
ArgumentPromotion.cpp 664 const AttributeSet &PAL = F->getAttributes();
667 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
669 PAL.getRetAttributes()));
684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
745 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
747 PAL.getFnAttributes()));
    [all...]
  /external/llvm/lib/IR/
Function.cpp 370 AttributeSet PAL = getAttributes();
371 PAL = PAL.addAttribute(getContext(), i, Kind);
372 setAttributes(PAL);
376 AttributeSet PAL = getAttributes();
377 PAL = PAL.addAttribute(getContext(), i, Attr);
378 setAttributes(PAL);
382 AttributeSet PAL = getAttributes();
383 PAL = PAL.addAttributes(getContext(), i, Attrs)
    [all...]
AsmWriter.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 159 const AttrListPtr &PAL = AttrListPtr());
165 const AttrListPtr &PAL,
377 const AttrListPtr &PAL,
392 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
397 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt), "");
409 /*isSigned=*/PAL.paramHasAttr(0, Attribute::SExt), FunctionInnards.str());
468 bool IgnoreName, const AttrListPtr &PAL) {
484 if (PAL.paramHasAttr(Idx, Attribute::ByVal)) {
491 /*isSigned=*/PAL.paramHasAttr(Idx, Attribute::SExt), "");
503 /*isSigned=*/PAL.paramHasAttr(0, Attribute::SExt), FunctionInnards.str())
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 834 milliseconds