Searched refs:AVs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrLen() local 45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrLen() 67 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrChr() local 69 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrChr() 94 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitStrNCmp() local 95 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitStrNCmp() 193 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemChr() local 194 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemChr() 217 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind }; in EmitMemCmp() local 218 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex, AVs); in EmitMemCmp()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 502 bool findRecordInsertForms(unsigned VR, OrderedRegisterList &AVs); 503 void collectInBlock(MachineBasicBlock *B, OrderedRegisterList &AVs); 760 OrderedRegisterList &AVs) { in findRecordInsertForms() argument 763 << " AVs: " << PrintORL(AVs, HRI) << "\n"; in findRecordInsertForms() 765 if (AVs.size() == 0) in findRecordInsertForms() 785 iterator B = AVs.begin(), E = AVs.end(); in findRecordInsertForms() 840 for (iterator I = AVs.begin(), E = AVs.end(); I != E; ++I) { in findRecordInsertForms() 895 OrderedRegisterList &AVs) { in collectInBlock() argument 931 findRecordInsertForms(VR, AVs); in collectInBlock() 938 AVs.insert(VR); in collectInBlock() [all …]
|
D | HexagonBitSimplify.cpp | 192 bool visitBlock(MachineBasicBlock &B, Transformation &T, RegisterSet &AVs); 206 virtual bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) = 0; 219 RegisterSet &AVs) { in INITIALIZE_PASS_DEPENDENCY() 225 Changed = T.processBlock(B, AVs); in INITIALIZE_PASS_DEPENDENCY() 230 RegisterSet NewAVs = AVs; in INITIALIZE_PASS_DEPENDENCY() 238 Changed |= T.processBlock(B, AVs); in INITIALIZE_PASS_DEPENDENCY() 1012 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1325 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1469 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1472 BitTracker::RegisterRef &Out, const RegisterSet &AVs); [all …]
|