Searched refs:getAttributes (Results 1 - 25 of 151) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DPseudoProbe.cpp53 Probe.Attr = II->getAttributes()->getZExtValue();
104 uint32_t OldAttr = Inst.getAttributes()->getZExtValue();
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr));
149 Left->getAttributes() == Right->getAttributes() &&
159 if (II->getAttributes()->getZExtValue() &
H A DAttributes.cpp1374 CurBuilder.merge(List.getAttributes(I - 1));
1384 AttributeSet Attrs = getAttributes(Index);
1427 const MaybeAlign OldAlign = getAttributes(Index).getAlignment();
1433 AttrBuilder Merged(getAttributes(Index));
1487 AttributeSet Attrs = getAttributes(Index);
1556 return getAttributes(ArgNo + FirstArgIndex);
1560 return getAttributes(ReturnIndex);
1564 return getAttributes(FunctionIndex);
1569 return getAttributes(Index).hasAttribute(Kind);
1573 return getAttributes(Inde
1665 AttributeSet AttributeList::getAttributes(unsigned Index) const { function in class:AttributeList
[all...]
H A DFunction.cpp137 AttributeList Attrs = getParent()->getAttributes();
146 AttributeList Attrs = getParent()->getAttributes();
181 getParent()->getAttributes().getParamAttributes(getArgNo());
189 getParent()->getAttributes().getParamAttributes(getArgNo());
281 AttributeList Attrs = getParent()->getAttributes();
287 AttributeList AL = getParent()->getAttributes();
305 AttributeList AL = getParent()->getAttributes();
408 setAttributes(Intrinsic::getAttributes(getContext(), IntID));
534 AttributeList PAL = getAttributes();
540 AttributeList PAL = getAttributes();
[all...]
H A DInstruction.cpp431 CI->getAttributes() == cast<CallInst>(I2)->getAttributes() &&
435 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes() &&
439 CI->getAttributes() == cast<CallBrInst>(I2)->getAttributes() &&
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp38 const LDAPAttribute* schemaAttr = rootDse->getAttributes()->getAttributeByName("subschemaSubentry");
49 const LDAPAttribute* oc = entry->getAttributes()->getAttributeByName("objectClasses");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h223 AttributeSet getAttributes() const { function in class:llvm::GlobalVariable
244 return getAttributes().hasAttribute("bss-section") ||
245 getAttributes().hasAttribute("data-section") ||
246 getAttributes().hasAttribute("relro-section") ||
247 getAttributes().hasAttribute("rodata-section");
H A DInstrTypes.h1472 AttributeList getAttributes() const { return Attrs; } function in class:llvm::CmpInst::CallBase
1494 AttributeList PAL = getAttributes();
1501 AttributeList PAL = getAttributes();
1509 AttributeList PAL = getAttributes();
1517 AttributeList PAL = getAttributes();
1524 AttributeList PAL = getAttributes();
1531 AttributeList PAL = getAttributes();
1537 AttributeList PAL = getAttributes();
1545 AttributeList PAL = getAttributes();
1553 AttributeList PAL = getAttributes();
[all...]
H A DFunction.h249 AttributeList getAttributes() const { return AttributeSets; } function in class:llvm::Function
277 setAttributes(getAttributes().removeAttribute(
445 return getAttributes().hasAttribute(i, Kind);
450 return getAttributes().hasParamAttribute(ArgNo, Kind);
455 return getAttributes().getParamAttr(ArgNo, Kind);
H A DIntrinsics.h87 AttributeList getAttributes(LLVMContext &C, ID id);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceAttributes.cpp68 const AttributeSet &AS = GV.getAttributes();
76 visitAttributeList(F.getAttributes(), FunctionsToRefine[&F]);
80 visitAttributeList(I.getAttributes(), CallsToRefine[&I]);
90 visitAttributeSet(AL.getAttributes(AttributesToPreserve.first),
118 visitAttributeSet(GV.getAttributes());
124 visitAttributeList(F.getAttributes());
127 void visitCallBase(CallBase &I) { visitAttributeList(I.getAttributes()); }
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.h106 const LDAPAttributeList* getAttributes() const;
H A DLDAPAddRequest.cpp46 const LDAPAttributeList* list=m_entry->getAttributes();
H A DLdifWriter.cpp46 const LDAPAttributeList *al = le.getAttributes();
H A DLDAPEntry.cpp76 const LDAPAttributeList* LDAPEntry::getAttributes() const{ function in class:LDAPEntry
77 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::getAttributes()" << endl);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes());
H A DSimplifyLibCalls.cpp514 NewCI->setAttributes(CI->getAttributes());
543 NewCI->setAttributes(CI->getAttributes());
580 CI->getAttributes().getParamAttributes(0).getAlignment().valueOrOne();
582 AttrBuilder ArgAttrs(CI->getAttributes().getParamAttributes(0));
583 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes(
606 NewCI->setAttributes(CI->getAttributes());
1083 NewCI->setAttributes(CI->getAttributes());
1137 NewCI->setAttributes(CI->getAttributes());
1152 NewCI->setAttributes(CI->getAttributes());
1194 Malloc->getAttributes(),
[all...]
H A DFunctionComparator.cpp114 AttributeSet LAS = L.getAttributes(i);
115 AttributeSet RAS = R.getAttributes(i);
596 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes()))
826 if (int Res = cmpAttrs(FnL->getAttributes(), FnR->getAttributes()))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp75 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h94 uint8_t getAttributes() const { return Attributes; } function in class:llvm::MCPseudoProbe
/netbsd-current/external/apache2/llvm/dist/llvm/tools/bugpoint-passes/
H A DTestPasses.cpp146 AttributeSet A = F.getAttributes().getFnAttributes();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h101 const LoopAttributes &getAttributes() const { return Attrs; } function in class:clang::CodeGen::LoopInfo
224 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp143 MASSVEntryName, Func.getFunctionType(), Func.getAttributes());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86IndirectBranchTracking.cpp94 AttributeList Attrs = CalleeFn->getAttributes();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp187 AttributeList PAL = CB->getAttributes();
490 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) ||
491 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) {
750 const AttributeList &PAL = F->getAttributes();
887 const AttributeList &CallPAL = CB.getAttributes();

Completed in 324 milliseconds

1234567