Searched refs:PAL (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h111 unsigned getAttributeID(AttributeSet PAL) const {
112 if (PAL.isEmpty()) return 0; // Null maps to zero.
113 AttributeMapType::const_iterator I = AttributeMap.find(PAL);
118 unsigned getAttributeGroupID(AttributeSet PAL) const {
119 if (PAL.isEmpty()) return 0; // Null maps to zero.
120 AttributeGroupMapType::const_iterator I = AttributeGroupMap.find(PAL);
172 void EnumerateAttributes(AttributeSet PAL);
H A DValueEnumerator.cpp422 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) { argument
423 if (PAL.isEmpty()) return; // null is always 0.
426 unsigned &Entry = AttributeMap[PAL];
429 Attribute.push_back(PAL);
434 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
435 AttributeSet AS = PAL.getSlotAttributes(i);
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp244 AttributeSet PAL = CS.getAttributes(); local
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);
705 const AttributeSet &PAL = F->getAttributes(); local
[all...]
H A DPruneEH.cpp149 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); local
153 if (PAL != NPAL) {
H A DArgumentPromotion.cpp526 const AttributeSet &PAL = F->getAttributes(); local
529 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
531 PAL.getRetAttributes()));
547 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
603 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
605 PAL.getFnAttributes()));
/external/llvm/lib/IR/
H A DFunction.cpp308 AttributeSet PAL = getAttributes(); local
309 PAL = PAL.addAttribute(getContext(), i, attr);
310 setAttributes(PAL);
314 AttributeSet PAL = getAttributes(); local
315 PAL = PAL.addAttributes(getContext(), i, attrs);
316 setAttributes(PAL);
320 AttributeSet PAL = getAttributes(); local
321 PAL
[all...]
H A DAsmWriter.cpp1934 const AttributeSet &PAL = CI->getAttributes(); local
1936 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1937 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
1957 writeParamOperand(CI->getArgOperand(op), PAL, op + 1);
1960 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
1961 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes());
1967 const AttributeSet &PAL = II->getAttributes(); local
1975 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
1976 Out << ' ' << PAL.getAsString(AttributeSet::ReturnIndex);
1996 writeParamOperand(II->getArgOperand(op), PAL, o
[all...]
H A DInstructions.cpp335 AttributeSet PAL = getAttributes(); local
336 PAL = PAL.addAttribute(getContext(), i, attr);
337 setAttributes(PAL);
341 AttributeSet PAL = getAttributes(); local
344 PAL = PAL.removeAttributes(Context, i,
346 setAttributes(PAL);
594 AttributeSet PAL = getAttributes(); local
595 PAL
600 AttributeSet PAL = getAttributes(); local
[all...]
H A DCore.cpp1583 const AttributeSet PAL = Func->getAttributes(); local
1586 PAL.addAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1606 const AttributeSet PAL = Func->getAttributes(); local
1609 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex,
1617 const AttributeSet PAL = Func->getAttributes(); local
1618 return (LLVMAttribute)PAL.Raw(AttributeSet::FunctionIndex);
/external/llvm/include/llvm/IR/
H A DCallSite.h201 void setAttributes(const AttributeSet &PAL) { argument
202 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.c340 modeinfo.number &= ~(VGA|PAL);
341 modeinfo.number |= XBIOS_oldvmode & (VGA|PAL);
355 modeinfo.number &= ~(VGA|PAL);
356 modeinfo.number |= XBIOS_oldvmode & (VGA|PAL);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp146 void printAttributes(const AttributeSet &PAL, const std::string &name);
474 void CppWriter::printAttributes(const AttributeSet &PAL, argument
478 if (!PAL.isEmpty()) {
482 for (unsigned i = 0; i < PAL.getNumSlots(); ++i) {
483 unsigned index = PAL.getSlotIndex(i);
484 AttrBuilder attrs(PAL.getSlotAttributes(i), index);
/external/clang/lib/CodeGen/
H A DCGCall.cpp1067 AttributeListType &PAL,
1188 PAL.push_back(llvm::AttributeSet::get(
1207 PAL.push_back(llvm::
1224 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index,
1252 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index + I,
1298 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index, Attrs));
1306 PAL.push_back(llvm::AttributeSet::get(getLLVMContext(), Index, Attrs));
1310 PAL.push_back(llvm::
1065 ConstructAttributeList(const CGFunctionInfo &FI, const Decl *TargetDecl, AttributeListType &PAL, unsigned &CallingConv, bool AttrOnCallSite) argument
H A DCodeGenModule.h935 /// \param PAL [out] - On return, the attribute list to use.
939 AttributeListType &PAL,
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp239 const AttributeSet &PAL = MF.getFunction()->getAttributes(); local
240 if (PAL.hasAttrSomewhere(Attribute::Nest))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1784 const AttributeSet &PAL = F->getAttributes(); local
1833 if (PAL.hasAttribute(paramIndex + 1, Attribute::ByVal) == false) {
1836 // <a> = PAL.getparamalignment
1838 unsigned align = PAL.getParamAlignment(paramIndex + 1);
1916 // <a> = PAL.getparamalignment
1918 unsigned align = PAL.getParamAlignment(paramIndex + 1);
H A DNVPTXISelLowering.cpp1634 const AttributeSet &PAL = F->getAttributes(); local
1715 if (PAL.hasAttribute(i + 1, Attribute::ByVal) == false) {
/external/llvm/lib/AsmParser/
H A DLLParser.cpp3235 AttributeSet PAL = AttributeSet::get(Context, Attrs);
3237 if (PAL.hasAttribute(1, Attribute::StructRet) && !RetType->isVoidTy())
3294 Fn->setAttributes(PAL);
3808 AttributeSet PAL = AttributeSet::get(Context, Attrs);
3812 II->setAttributes(PAL);
4220 AttributeSet PAL = AttributeSet::get(Context, Attrs);
4225 CI->setAttributes(PAL);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2757 AttributeSet PAL = getAttributes(Record[0]);
2801 cast<InvokeInst>(I)->setAttributes(PAL);
3048 AttributeSet PAL = getAttributes(Record[0]);
3097 cast<CallInst>(I)->setAttributes(PAL);
/external/libpng/contrib/libtests/
H A Dpngimage.c228 T(EXPAND_16, NONE, X, X, PAL, R),
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1060 1312 WinFast TV - PAL BG + FM
1061 1313 WinFast TV - PAL BG+TXT + FM
1062 1314 WinFast TV Audio - PHP PAL I
1063 1315 WinFast TV Audio - PHP PAL I+TXT
1064 1316 WinFast TV Audio - PHP PAL DK
1065 1317 WinFast TV Audio - PHP PAL DK+TXT
1066 1318 WinFast TV - PAL I/DK + FM
1067 1319 WinFast TV - PAL N + FM
1075 1322 WinFast TV - PAL BG
1076 1323 WinFast TV - PAL B
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 477 milliseconds