Searched refs:removeAttribute (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp536 CallerAttrs = CallerAttrs.removeAttribute(Attribute::NoAlias);
537 CalleeAttrs = CalleeAttrs.removeAttribute(Attribute::NoAlias);
545 CallerAttrs.removeAttribute(Attribute::ZExt);
546 CalleeAttrs.removeAttribute(Attribute::ZExt);
552 CallerAttrs.removeAttribute(Attribute::SExt);
553 CalleeAttrs.removeAttribute(Attribute::SExt);
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h266 AttributeSet removeAttribute(LLVMContext &C, unsigned Index,
422 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
428 AttrBuilder &removeAttribute(StringRef A);
H A DFunction.h183 setAttributes(AttributeSets.removeAttribute(
H A DInstructions.h1269 /// removeAttribute - removes the attribute from the list of attributes.
1270 void removeAttribute(unsigned i, Attribute attr);
2912 /// removeAttribute - removes the attribute from the list of attributes.
2913 void removeAttribute(unsigned i, Attribute attr);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProperties.cpp225 removeAttribute("retain", atLoc);
226 if (!removeAttribute("assign", atLoc))
296 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { function in class:__anon2964::PropertiesRewriter
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAttributes.cpp733 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, unsigned Index, function in class:AttributeSet
997 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { function in class:AttrBuilder
1041 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { function in class:AttrBuilder
H A DInstructions.cpp340 void CallInst::removeAttribute(unsigned i, Attribute attr) { function in class:CallInst
599 void InvokeInst::removeAttribute(unsigned i, Attribute attr) { function in class:InvokeInst
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp788 removeAttribute(Attribute::NoAlias) !=
790 removeAttribute(Attribute::NoAlias))
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp932 B.removeAttribute(Attribute::Returned);
H A DGlobalOpt.cpp1884 return Attrs.removeAttribute(C, Index, Attribute::Nest);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp1102 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly)
1103 .removeAttribute(llvm::Attribute::ReadNone);
1168 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly)
1169 .removeAttribute(llvm::Attribute::ReadNone);
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp483 attrs.removeAttribute(Attribute::X); \
518 attrs.removeAttribute(Attribute::StackAlignment);
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp96 FnAttrs.removeAttribute(Attribute::Alignment);
3027 FuncAttrs.removeAttribute(Attribute::Alignment);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp55 .removeAttribute(Attribute::NoAlias).hasAttributes())

Completed in 231 milliseconds