/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 167 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 …]
|
D | Module.cpp | 141 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()
|
D | Function.cpp | 245 AttrListPtr PAL = getAttributes(); in addAttribute() 251 AttrListPtr PAL = getAttributes(); in removeAttribute()
|
D | Verifier.cpp | 307 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/ |
D | Attributes.h | 186 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 …]
|
D | Intrinsics.h | 29 class AttrListPtr; variable 61 AttrListPtr getAttributes(ID id);
|
D | Function.h | 88 AttrListPtr AttributeList; ///< Parameter attributes 169 const AttrListPtr &getAttributes() const { return AttributeList; } 173 void setAttributes(const AttrListPtr &attrs) { AttributeList = attrs; }
|
D | Module.h | 294 AttrListPtr AttributeList); 306 AttrListPtr AttributeList, 315 AttrListPtr AttributeList);
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 32 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/ |
D | BuildLibCalls.cpp | 41 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/ |
D | PassManagerTest.cpp | 429 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/ |
D | DeadArgumentElimination.cpp | 234 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()
|
D | PruneEH.cpp | 149 const AttrListPtr &PAL = F->getAttributes(); in runOnSCC() 150 const AttrListPtr &NPAL = PAL.addAttr(~0, NewAttributes); in runOnSCC()
|
D | ArgumentPromotion.cpp | 520 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/ |
D | BitcodeReader.h | 145 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/ |
D | CallSite.h | 180 const AttrListPtr &getAttributes() const { in getAttributes() 183 void setAttributes(const AttrListPtr &PAL) { in setAttributes()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinIntrinsicInfo.cpp | 100 AttrListPtr AList = getAttributes((bfinIntrinsic::ID) IntrID); in getDeclaration()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeIntrinsicInfo.cpp | 109 AttrListPtr AList = getAttributes((mblazeIntrinsic::ID) IntrID); in getDeclaration()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1004 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/ |
D | 2011-09-06-MemCpy.ll | 22 …t.ilist_node.14, %struct.iplist.4, %struct.iplist, %struct.ValueSymbolTable*, %struct.AttrListPtr } 60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 22 …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/ |
D | 2011-09-06-MemCpy.ll | 22 …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/ |
D | BuildLibCalls.h | 72 const AttrListPtr &Attrs);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 1545 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/ |
D | CBackend.cpp | 159 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()
|