Home
last modified time | relevance | path

Searched refs:AttrListPtr (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp167 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) { in get()
170 return AttrListPtr(); in get()
199 return AttrListPtr(PAL); in get()
207 AttrListPtr::AttrListPtr(AttributeListImpl *LI) : AttrList(LI) { in AttrListPtr() function in AttrListPtr
211 AttrListPtr::AttrListPtr(const AttrListPtr &P) : AttrList(P.AttrList) { in AttrListPtr() function in AttrListPtr
215 const AttrListPtr &AttrListPtr::operator=(const AttrListPtr &RHS) { in operator =()
224 AttrListPtr::~AttrListPtr() { in ~AttrListPtr()
231 unsigned AttrListPtr::getNumSlots() const { in getNumSlots()
237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { in getSlot()
246 Attributes AttrListPtr::getAttributes(unsigned Idx) const { in getAttributes()
[all …]
DModule.cpp141 AttrListPtr AttributeList) { in getOrInsertFunction()
174 AttrListPtr AttributeList) { in getOrInsertTargetIntrinsic()
191 AttrListPtr AttributeList = AttrListPtr::get((AttributeWithIndex *)0, 0); in getOrInsertFunction()
201 AttrListPtr AttributeList, in getOrInsertFunction()
234 AttrListPtr::get((AttributeWithIndex *)0, 0)); in getOrInsertFunction()
DFunction.cpp245 AttrListPtr PAL = getAttributes(); in addAttribute()
251 AttrListPtr PAL = getAttributes(); in removeAttribute()
DVerifier.cpp307 void VerifyFunctionAttrs(FunctionType *FT, const AttrListPtr &Attrs,
573 const AttrListPtr &Attrs, in VerifyFunctionAttrs()
615 static bool VerifyAttributeCount(const AttrListPtr &Attrs, unsigned Params) { in VerifyAttributeCount()
651 const AttrListPtr &Attrs = F.getAttributes(); in visitFunction()
1128 const AttrListPtr &Attrs = CS.getAttributes(); in VerifyCallSite()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h186 class AttrListPtr {
191 AttrListPtr() : AttrList(0) {} in AttrListPtr() function
192 AttrListPtr(const AttrListPtr &P);
193 const AttrListPtr &operator=(const AttrListPtr &RHS);
194 ~AttrListPtr();
201 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);
206 static AttrListPtr get(const Iter &I, const Iter &E) { in get()
207 if (I == E) return AttrListPtr(); // Empty list. in get()
214 AttrListPtr addAttr(unsigned Idx, Attributes Attrs) const;
219 AttrListPtr removeAttr(unsigned Idx, Attributes Attrs) const;
[all …]
DIntrinsics.h29 class AttrListPtr; variable
61 AttrListPtr getAttributes(ID id);
DFunction.h88 AttrListPtr AttributeList; ///< Parameter attributes
169 const AttrListPtr &getAttributes() const { return AttributeList; }
173 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; }
DModule.h294 AttrListPtr AttributeList);
306 AttrListPtr AttributeList,
315 AttrListPtr AttributeList);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DValueEnumerator.h32 class AttrListPtr; variable
56 std::vector<AttrListPtr> Attributes;
97 unsigned getAttributeID(const AttrListPtr &PAL) const { in getAttributeID()
120 const std::vector<AttrListPtr> &getAttributes() const { in getAttributes()
145 void EnumerateAttributes(const AttrListPtr &PAL);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp41 Constant *StrLen = M->getOrInsertFunction("strlen", AttrListPtr::get(AWI, 2), in EmitStrLen()
63 Constant *StrChr = M->getOrInsertFunction("strchr", AttrListPtr::get(&AWI, 1), in EmitStrChr()
83 Value *StrNCmp = M->getOrInsertFunction("strncmp", AttrListPtr::get(AWI, 3), in EmitStrNCmp()
106 Value *StrCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2), in EmitStrCpy()
124 Value *StrNCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2), in EmitStrNCpy()
144 AttrListPtr::get(&AWI, 1), in EmitMemCpyChk()
166 Value *MemChr = M->getOrInsertFunction("memchr", AttrListPtr::get(&AWI, 1), in EmitMemChr()
191 Value *MemCmp = M->getOrInsertFunction("memcmp", AttrListPtr::get(AWI, 3), in EmitMemCmp()
210 IRBuilder<> &B, const AttrListPtr &Attrs) { in EmitUnaryFloatFnCall()
262 Value *PutS = M->getOrInsertFunction("puts", AttrListPtr::get(AWI, 2), in EmitPutS()
[all …]
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp429 AttrListPtr func_test1_PAL; in makeLLVMModule()
437 AttrListPtr func_test2_PAL; in makeLLVMModule()
445 AttrListPtr func_test3_PAL; in makeLLVMModule()
453 AttrListPtr func_test4_PAL; in makeLLVMModule()
473 int32_3->setTailCall(false);AttrListPtr int32_3_PAL; in makeLLVMModule()
488 int32_6->setTailCall(false);AttrListPtr int32_6_PAL; in makeLLVMModule()
503 int32_9->setTailCall(false);AttrListPtr int32_9_PAL; in makeLLVMModule()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp234 AttrListPtr PAL = CS.getAttributes(); in DeleteDeadVarargs()
241 PAL = AttrListPtr::get(AttributesVec.begin(), AttributesVec.end()); in DeleteDeadVarargs()
654 const AttrListPtr &PAL = F->getAttributes(); in RemoveDeadStuffFromFunction()
756 AttrListPtr NewPAL = AttrListPtr::get(AttributesVec.begin(), in RemoveDeadStuffFromFunction()
784 const AttrListPtr &CallPAL = CS.getAttributes(); in RemoveDeadStuffFromFunction()
819 AttrListPtr NewCallPAL = AttrListPtr::get(AttributesVec.begin(), in RemoveDeadStuffFromFunction()
DPruneEH.cpp149 const AttrListPtr &PAL = F->getAttributes(); in runOnSCC()
150 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes); in runOnSCC()
DArgumentPromotion.cpp520 const AttrListPtr &PAL = F->getAttributes(); in DoPromotion()
619 NF->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
645 const AttrListPtr &CallPAL = CS.getAttributes(); in DoPromotion()
737 cast<InvokeInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
742 cast<CallInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h145 std::vector<AttrListPtr> MAttributes;
224 AttrListPtr getAttributes(unsigned i) const { in getAttributes()
227 return AttrListPtr(); in getAttributes()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h180 const AttrListPtr &getAttributes() const { in getAttributes()
183 void setAttributes(const AttrListPtr &PAL) { in setAttributes()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinIntrinsicInfo.cpp100 AttrListPtr AList = getAttributes((bfinIntrinsic::ID) IntrID); in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeIntrinsicInfo.cpp109 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID); in getDeclaration()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1004 const AttrListPtr &CallerPAL = CS.getAttributes(); in transformConstExprCastCall()
1188 const AttrListPtr &NewCallerPAL = AttrListPtr::get(attrVec.begin(), in transformConstExprCastCall()
1249 const AttrListPtr &Attrs = CS.getAttributes(); in transformCallThroughTrampoline()
1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
1361 const AttrListPtr &NewPAL = AttrListPtr::get(NewAttrs.begin(), in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll22 …t.ilist_node.14, %struct.iplist.4, %struct.iplist, %struct.ValueSymbolTable*, %struct.AttrListPtr }
60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll22 …t.ilist_node.14, %struct.iplist.4, %struct.iplist, %struct.ValueSymbolTable*, %struct.AttrListPtr }
60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll22 …t.ilist_node.14, %struct.iplist.4, %struct.iplist, %struct.ValueSymbolTable*, %struct.AttrListPtr }
60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBuildLibCalls.h72 const AttrListPtr &Attrs);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1545 AttrListPtr Attributes; in getRetainRVCallee()
1562 AttrListPtr Attributes; in getAutoreleaseRVCallee()
1576 AttrListPtr Attributes; in getReleaseCallee()
1592 AttrListPtr Attributes; in getRetainCallee()
1608 AttrListPtr Attributes; in getRetainBlockCallee()
1625 AttrListPtr Attributes; in getAutoreleaseCallee()
3400 AttrListPtr Attributes; in getStoreStrongCallee()
3421 AttrListPtr Attributes; in getRetainAutoreleaseCallee()
3437 AttrListPtr Attributes; in getRetainAutoreleaseRVCallee()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp159 const AttrListPtr &PAL = AttrListPtr());
165 const AttrListPtr &PAL,
377 const AttrListPtr &PAL, in printStructReturnPointerFunctionType()
468 bool IgnoreName, const AttrListPtr &PAL) { in printType()
2127 const AttrListPtr &PAL = F->getAttributes(); in printFunctionSignature()
2925 const AttrListPtr &PAL = I.getAttributes(); in visitCallInst()

12