HomeSort by relevance Sort by last modified time
    Searched refs:AttrListPtr (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/VMCore/
Attributes.cpp 171 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) {
174 return AttrListPtr();
203 return AttrListPtr(PAL);
208 // AttrListPtr Method Implementations
211 AttrListPtr::AttrListPtr(AttributeListImpl *LI) : AttrList(LI) {
215 AttrListPtr::AttrListPtr(const AttrListPtr &P) : AttrList(P.AttrList)
    [all...]
Module.cpp 141 AttrListPtr AttributeList) {
174 AttrListPtr AttributeList) {
191 AttrListPtr AttributeList = AttrListPtr::get((AttributeWithIndex *)0, 0);
201 AttrListPtr AttributeList,
234 AttrListPtr::get((AttributeWithIndex *)0, 0));
Function.cpp 247 AttrListPtr PAL = getAttributes();
253 AttrListPtr PAL = getAttributes();
Verifier.cpp 300 void VerifyFunctionAttrs(FunctionType *FT, const AttrListPtr &Attrs,
566 const AttrListPtr &Attrs,
608 static bool VerifyAttributeCount(const AttrListPtr &Attrs, unsigned Params) {
644 const AttrListPtr &Attrs = F.getAttributes();
    [all...]
  /external/llvm/include/llvm/
Attributes.h 250 // AttrListPtr Smart Pointer
255 /// AttrListPtr - This class manages the ref count for the opaque
257 class AttrListPtr {
262 AttrListPtr() : AttrList(0) {}
263 AttrListPtr(const AttrListPtr &P);
264 const AttrListPtr &operator=(const AttrListPtr &RHS);
265 ~AttrListPtr();
272 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs)
    [all...]
Intrinsics.h 29 class AttrListPtr;
61 AttrListPtr getAttributes(ID id);
Function.h 88 AttrListPtr AttributeList; ///< Parameter attributes
165 const AttrListPtr &getAttributes() const { return AttributeList; }
169 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; }
Module.h 326 AttrListPtr AttributeList);
338 AttrListPtr AttributeList,
347 AttrListPtr AttributeList);
Instructions.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 32 class AttrListPtr;
57 std::vector<AttrListPtr> Attributes;
101 unsigned getAttributeID(const AttrListPtr &PAL) const {
124 const std::vector<AttrListPtr> &getAttributes() const {
149 void EnumerateAttributes(const AttrListPtr &PAL);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 32 class AttrListPtr;
61 std::vector<llvm::AttrListPtr> Attributes;
105 unsigned getAttributeID(const llvm::AttrListPtr &PAL) const {
128 const std::vector<llvm::AttrListPtr> &getAttributes() const {
153 void EnumerateAttributes(const llvm::AttrListPtr &PAL);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 32 class AttrListPtr;
61 std::vector<llvm::AttrListPtr> Attributes;
105 unsigned getAttributeID(const llvm::AttrListPtr &PAL) const {
128 const std::vector<llvm::AttrListPtr> &getAttributes() const {
153 void EnumerateAttributes(const llvm::AttrListPtr &PAL);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 45 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2),
67 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1),
87 Value *StrNCmp = M->getOrInsertFunction("strncmp", AttrListPtr::get(AWI, 3),
110 Value *StrCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
128 Value *StrNCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
148 AttrListPtr::get(&AWI, 1),
170 Value *MemChr = M->getOrInsertFunction("memchr", AttrListPtr::get(&AWI, 1),
195 Value *MemCmp = M->getOrInsertFunction("memcmp", AttrListPtr::get(AWI, 3),
214 const AttrListPtr &Attrs) {
263 Value *PutS = M->getOrInsertFunction("puts", AttrListPtr::get(AWI, 2)
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeIntrinsicInfo.cpp 107 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID);
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 429 AttrListPtr func_test1_PAL;
437 AttrListPtr func_test2_PAL;
445 AttrListPtr func_test3_PAL;
453 AttrListPtr func_test4_PAL;
473 int32_3->setTailCall(false);AttrListPtr int32_3_PAL;
488 int32_6->setTailCall(false);AttrListPtr int32_6_PAL;
503 int32_9->setTailCall(false);AttrListPtr int32_9_PAL;
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 149 std::vector<AttrListPtr> MAttributes;
237 AttrListPtr getAttributes(unsigned i) const {
240 return AttrListPtr();
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 150 std::vector<AttrListPtr> MAttributes;
236 AttrListPtr getAttributes(unsigned i) const {
239 return AttrListPtr();
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 150 std::vector<AttrListPtr> MAttributes;
229 AttrListPtr getAttributes(unsigned i) const {
232 return AttrListPtr();
  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 73 const AttrListPtr &Attrs);
  /external/llvm/include/llvm/Support/
CallSite.h 180 const AttrListPtr &getAttributes() const {
183 void setAttributes(const AttrListPtr &PAL) {
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 234 AttrListPtr PAL = CS.getAttributes();
241 PAL = AttrListPtr::get(AttributesVec.begin(), AttributesVec.end());
654 const AttrListPtr &PAL = F->getAttributes();
756 AttrListPtr NewPAL = AttrListPtr::get(AttributesVec.begin(),
784 const AttrListPtr &CallPAL = CS.getAttributes();
819 AttrListPtr NewCallPAL = AttrListPtr::get(AttributesVec.begin(),
    [all...]
PruneEH.cpp 148 const AttrListPtr &PAL = F->getAttributes();
149 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes);
ArgumentPromotion.cpp 520 const AttrListPtr &PAL = F->getAttributes();
619 NF->setAttributes(AttrListPtr::get(AttributesVec.begin(),
645 const AttrListPtr &CallPAL = CS.getAttributes();
737 cast<InvokeInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(),
742 cast<CallInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 354 milliseconds

1 2