Searched refs:ReadNone (Results 1 - 23 of 23) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h86 ReadNone enumerator in enum:llvm::CodeGenIntrinsic::ArgAttribute
H A DCodeGenTarget.cpp589 } else if (Property->isSubClassOf("ReadNone")) {
591 ArgumentAttributes.push_back(std::make_pair(ArgNo, ReadNone));
H A DIntrinsicEmitter.cpp613 case CodeGenIntrinsic::ReadNone:
616 OS << "Attributes::ReadNone";
662 OS << "Attribute::ReadNone";
/external/llvm/include/llvm/IR/
H A DFunction.h239 Attribute::ReadNone);
242 addFnAttr(Attribute::ReadNone);
323 return AttributeSets.hasAttribute(n, Attribute::ReadNone);
326 addAttribute(n, Attribute::ReadNone);
H A DCallSite.h297 return paramHasAttr(ArgNo + 1, Attribute::ReadNone);
302 paramHasAttr(ArgNo + 1, Attribute::ReadNone);
H A DAttributes.h96 ReadNone, ///< Function does not access memory enumerator in enum:llvm::Attribute::AttrKind
H A DInstructions.h1402 return hasFnAttr(Attribute::ReadNone);
1405 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
3071 return hasFnAttr(Attribute::ReadNone);
3074 addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
/external/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp141 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp151 F->addFnAttr(Attribute::ReadNone);
H A DAMDGPUPromoteAlloca.cpp288 AttrSet.addAttribute(Mod->getContext(), 0, Attribute::ReadNone);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp280 .addAttribute(Attribute::ReadNone);
287 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone);
409 // Returns Attribute::None, Attribute::ReadOnly or Attribute::ReadNone.
515 return IsRead ? Attribute::ReadOnly : Attribute::ReadNone;
686 Attribute::AttrKind ReadAttr = Attribute::ReadNone;
690 if (K == Attribute::ReadNone)
/external/llvm/lib/IR/
H A DAttributes.cpp210 if (hasAttribute(Attribute::ReadNone))
370 case Attribute::ReadNone: return 1 << 9;
1187 .addAttribute(Attribute::ReadNone)
H A DFunction.cpp163 hasAttribute(getArgNo()+1, Attribute::ReadNone);
H A DVerifier.cpp784 I->getKindAsEnum() == Attribute::ReadNone) {
840 Assert1(!(Attrs.hasAttribute(Idx, Attribute::ReadNone) &&
926 Attribute::ReadNone) &&
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp403 Attribute::ReadNone);
/external/clang/lib/CodeGen/
H A DCGCall.cpp1102 FuncAttrs.addAttribute(llvm::Attribute::ReadNone);
1178 .removeAttribute(llvm::Attribute::ReadNone);
1195 .removeAttribute(llvm::Attribute::ReadNone);
1269 .removeAttribute(llvm::Attribute::ReadNone);
1279 .removeAttribute(llvm::Attribute::ReadNone);
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp565 F->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
624 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone);
H A DMemorySanitizer.cpp2285 .addAttribute(Attribute::ReadNone);
2760 .addAttribute(Attribute::ReadNone);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp214 case Attribute::ReadNone:
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp504 HANDLE_ATTR(ReadNone);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1401 CI->hasFnAttr(Attribute::ReadNone);
/external/llvm/lib/AsmParser/
H A DLLParser.cpp1035 case lltok::kw_readnone: B.addAttribute(Attribute::ReadNone); break;
1293 case lltok::kw_readnone: B.addAttribute(Attribute::ReadNone); break;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp602 return Attribute::ReadNone;

Completed in 2067 milliseconds