Searched refs:setAttributes (Results 26 - 50 of 64) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp681 F.setAttributes(
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp1388 return setAttributes(C, Index, AttributeSet::get(C, NewAttrs));
1406 AttributeList AttributeList::setAttributes(LLVMContext &C, unsigned Index, function in class:AttributeList
1435 return setAttributes(C, Index, AttributeSet::get(C, Merged));
1492 return setAttributes(C, Index, NewAttrs);
H A DInstructions.cpp553 NewCI->setAttributes(CI->getAttributes());
871 NewII->setAttributes(II->getAttributes());
953 NewCBI->setAttributes(CBI->getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp163 NewF->setAttributes(
H A DMergeFunctions.cpp714 CI->setAttributes(F->getAttributes());
H A DGlobalOpt.cpp1649 F->setAttributes(StripAttr(F->getContext(), F->getAttributes(), A));
1654 CB->setAttributes(StripAttr(F->getContext(), CB->getAttributes(), A));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d1801 import std.file : remove, write, setAttributes, tempDir;
1807 setAttributes(deleteme, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
1852 setAttributes(directoryNoSearch, S_IRUSR);
1915 import std.file : mkdir, write, setAttributes, rmdirRecurse;
1922 setAttributes(dir ~ "/program", octal!700);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2230 Call.setAttributes(AS);
2699 NewCall->setAttributes(NewCallerPAL);
2867 cast<InvokeInst>(NewCaller)->setAttributes(NewPAL);
2873 cast<CallBrInst>(NewCaller)->setAttributes(NewPAL);
2880 cast<CallInst>(NewCaller)->setAttributes(NewPAL);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp745 Entry.setAttributes(CI, ArgI);
985 Entry.setAttributes(CI, ArgI);
1139 Entry.setAttributes(CI, i - CI->arg_begin());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1263 NewRetVal->setAttributes(NewAL);
2148 NewCI->setAttributes(Attrs);
2386 NewDeoptCall->setAttributes(DeoptAttributes);
H A DBuildLibCalls.cpp1456 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
1501 CI->setAttributes(Attrs.removeAttribute(B.getContext(),
H A DValueMapper.cpp957 CB->setAttributes(Attrs);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d1149 import std.file : remove, write, setAttributes;
1154 setAttributes(deleteme, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
1197 setAttributes(directoryNoSearch, S_IRUSR);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h666 inline void setAttributes(ListASTNode * attributes) { m_attributes = attributes; } function in class:elftosb::SourceDefASTNode
H A Delftosb_parser.tab.cpp1646 node->setAttributes(dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h422 AttributeList setAttributes(LLVMContext &C, unsigned Index,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86WinEHState.cpp498 NewCall->setAttributes(Call.getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp157 Fn->setAttributes(AS);
165 CI->setAttributes(AS);
173 II->setAttributes(AS);
181 CBI->setAttributes(AS);
185 GV->setAttributes(AttributeSet::get(Context,Attrs));
1237 GV->setAttributes(AttributeSet::get(Context, Attrs));
5950 Fn->setAttributes(PAL);
6629 II->setAttributes(PAL);
6956 CBI->setAttributes(PAL);
7370 CI->setAttributes(PA
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h525 CB->setAttributes(AttrList);
527 getAssociatedFunction()->setAttributes(AttrList);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp641 CB.setAttributes(AS);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.cpp432 Call->setAttributes(Attrs);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3311 NewGV->setAttributes(AS);
3365 Func->setAttributes(getAttributes(Record[4]));
4736 cast<InvokeInst>(I)->setAttributes(PAL);
4823 cast<CallBrInst>(I)->setAttributes(PAL);
5389 cast<CallInst>(I)->setAttributes(PAL);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp673 F->setAttributes(mapAttributeTypes(F->getContext(), F->getAttributes()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp611 NCI->setAttributes(CI->getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DCrashDebugger.cpp365 F->setAttributes(NewAttrs);

Completed in 601 milliseconds

123