Home
last modified time | relevance | path

Searched refs:PAL (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp187 AttributeList PAL = CB->getAttributes(); in deleteDeadVarargs() local
188 if (!PAL.isEmpty()) { in deleteDeadVarargs()
191 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo)); in deleteDeadVarargs()
192 PAL = AttributeList::get(F.getContext(), PAL.getFnAttrs(), in deleteDeadVarargs()
193 PAL.getRetAttrs(), ArgAttrs); in deleteDeadVarargs()
209 NewCB->setAttributes(PAL); in deleteDeadVarargs()
743 const AttributeList &PAL = F->getAttributes(); in removeDeadStuffFromFunction() local
758 ArgAttrVec.push_back(PAL.getParamAttrs(ArgI)); in removeDeadStuffFromFunction()
759 HasLiveReturnedArg |= PAL.hasParamAttr(ArgI, Attribute::Returned); in removeDeadStuffFromFunction()
846 AttrBuilder RAttrs(F->getContext(), PAL.getRetAttrs()); in removeDeadStuffFromFunction()
[all …]
H A DExpandVariadics.cpp772 AttributeList PAL = CB->getAttributes(); in expandCall() local
773 if (!PAL.isEmpty()) { in expandCall()
776 ArgAttrs.push_back(PAL.getParamAttrs(ArgNo)); in expandCall()
777 PAL = in expandCall()
778 AttributeList::get(Ctx, PAL.getFnAttrs(), PAL.getRetAttrs(), ArgAttrs); in expandCall()
809 NewCB->setAttributes(PAL); in expandCall()
H A DArgumentPromotion.cpp130 AttributeList PAL = F->getAttributes(); in doPromotion() local
141 ArgAttrVec.push_back(PAL.getParamAttrs(ArgNo)); in doPromotion()
199 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
200 PAL.getRetAttrs(), ArgAttrVec)); in doPromotion()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h174 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
175 if (PAL.isEmpty()) in getAttributeListID()
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
299 void EnumerateAttributes(AttributeList PAL);
H A DDXILValueEnumerator.cpp996 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument
997 if (PAL.isEmpty()) in EnumerateAttributes()
1001 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes()
1004 AttributeLists.push_back(PAL); in EnumerateAttributes()
1009 for (unsigned i : PAL.indexes()) { in EnumerateAttributes()
1010 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h175 unsigned getAttributeListID(AttributeList PAL) const { in getAttributeListID() argument
176 if (PAL.isEmpty()) return 0; // Null maps to zero. in getAttributeListID()
177 AttributeListMapType::const_iterator I = AttributeListMap.find(PAL); in getAttributeListID()
297 void EnumerateAttributes(AttributeList PAL);
H A DValueEnumerator.cpp1031 void ValueEnumerator::EnumerateAttributes(AttributeList PAL) { in EnumerateAttributes() argument
1032 if (PAL.isEmpty()) return; // null is always 0. in EnumerateAttributes()
1035 unsigned &Entry = AttributeListMap[PAL]; in EnumerateAttributes()
1038 AttributeLists.push_back(PAL); in EnumerateAttributes()
1043 for (unsigned i : PAL.indexes()) { in EnumerateAttributes()
1044 AttributeSet AS = PAL.getAttributes(i); in EnumerateAttributes()
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dti,tvp514x.txt7 conversion and decoding of NTSC, PAL and SECAM composite and S-video into
H A Dtvp514x.txt7 conversion and decoding of NTSC, PAL and SECAM composite and S-video into
H A Dti,tvp5150.txt3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
H A Dtvp5150.txt3 The TVP5150 and TVP5151 are video decoders that convert baseband NTSC and PAL
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp232 AttributeList PAL = I.getAttributes(); in visitCallBase() local
237 if (PAL.hasParamAttr(ArgNo, Attribute::ByVal)) in visitCallBase()
294 const AttributeList &PAL = CI->getAttributes(); in visitCallBase() local
299 if (PAL.hasParamAttr(ArgNo++, Attribute::ByVal)) in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp4601 const AttributeList &PAL = CI->getAttributes(); in printInstruction() local
4603 if (PAL.hasRetAttrs()) in printInstruction()
4604 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4620 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
4634 if (PAL.hasFnAttrs()) in printInstruction()
4635 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttrs()); in printInstruction()
4642 const AttributeList &PAL = II->getAttributes(); in printInstruction() local
4650 if (PAL.hasRetAttrs()) in printInstruction()
4651 Out << ' ' << PAL.getAsString(AttributeList::ReturnIndex); in printInstruction()
4668 writeParamOperand(II->getArgOperand(op), PAL.getParamAttrs(op)); in printInstruction()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Danimation478 >>4 belong&0xFFFFFF00 0x30024000 \b, PAL Capture
482 >>>5 beshort&0x0FFF 0x0240 \b PAL
486 >>>7 byte&0xF0 0x80 \b, PAL 4:3
498 >>>5 beshort&0x0FFF 0x0120 \b PAL
502 >>>7 byte&0xF0 0x80 \b, PAL 4:3
504 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
510 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
516 >>>5 beshort&0x0FFF 0x0240 \b PAL 625
956 >3 byte &0x80 (PAL)
H A Dconsole45 >>12 byte&0x03 =0x1 [PAL]
46 >>12 byte&0x02 =0x2 [NTSC+PAL]
641 >>0 ubelong&0x00FF0000 0x00FF0000 PAL
642 >>0 ubelong&0x00FF0000 0x00FE0000 PAL [except AU/NZ]
923 >>0x15 byte &0x2 \b, PAL standard
1202 >>>0x39 byte 1 (PAL)
H A Driff245 >8 string PAL\ \b, palette
251 # Extended PAL Format
253 # Simple PAL Format
843 >8 string PAL \b, palette
H A Daudio331 >122 byte&0x2 =1 dual PAL/NTSC
332 >122 byte&0x1 =1 PAL
345 >18 byte&0x2 =1 dual PAL/NTSC
347 >>18 byte&0x1 =1 PAL
H A Dc64299 # video standard like: 0~PAL 1~NTSC 2~OLD NTSC 3~PALN
301 >0xE ubyte 0 PAL
H A Dwindows1588 0 string JASC-PAL\r\n PaintShop Pro color palette
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp237 const AttributeList &PAL = MF.getFunction().getAttributes(); in emitPrologue() local
238 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/freebsd/share/misc/
H A Dusb_vendors1312 1312 WinFast TV - PAL BG + FM
1313 1313 WinFast TV - PAL BG+TXT + FM
1314 1314 WinFast TV Audio - PHP PAL I
1315 1315 WinFast TV Audio - PHP PAL I+TXT
1316 1316 WinFast TV Audio - PHP PAL DK
1317 1317 WinFast TV Audio - PHP PAL DK+TXT
1318 1318 WinFast TV - PAL I/DK + FM
1319 1319 WinFast TV - PAL N + FM
1327 1322 WinFast TV - PAL BG
1328 1323 WinFast TV - PAL BG+TXT
[all …]
H A Dpci_vendors9144 127a 0002 Bt878 Mediastream Controller PAL BG
9145 127a 0003 Bt878a Mediastream Controller PAL BG
9154 14f1 0002 Bt878 Mediastream Controller PAL BG
9155 14f1 0003 Bt878a Mediastream Controller PAL BG
9215 127a 0122 Bt879 Video Capture PAL I
9217 127a 0222 Bt879 Video Capture PAL BG
9221 127a 1122 Bt879 Video Capture PAL I
9222 127a 1222 Bt879 Video Capture PAL BG
9224 127a 1522 Bt879a Video Capture PAL I
9225 127a 1622 Bt879a Video Capture PAL BG
[all …]
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6735 AttributeList PAL = in parseFunctionHeader() local
6739 if (PAL.hasParamAttr(0, Attribute::StructRet) && !RetType->isVoidTy()) in parseFunctionHeader()
6806 Fn->setAttributes(PAL); in parseFunctionHeader()
7667 AttributeList PAL = in parseInvoke() local
7674 II->setAttributes(PAL); in parseInvoke()
7981 AttributeList PAL = in parseCallBr() local
7989 CBI->setAttributes(PAL); in parseCallBr()
8374 AttributeList PAL = in parseCall() local
8399 CI->setAttributes(PAL); in parseCall()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5829 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local
5898 cast<InvokeInst>(I)->setAttributes(PAL); in parseFunctionBody()
5919 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local
6053 cast<CallBrInst>(I)->setAttributes(PAL); in parseFunctionBody()
6723 AttributeList PAL = getAttributes(Record[OpNum++]); in parseFunctionBody() local
6808 cast<CallInst>(I)->setAttributes(PAL); in parseFunctionBody()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2362 llvm::AttributeList PAL; in SetLLVMFunctionAttributes() local
2363 ConstructAttributeList(F->getName(), Info, GD, PAL, CallingConv, in SetLLVMFunctionAttributes()
2373 F->setAttributes(PAL); in SetLLVMFunctionAttributes()

12