Searched refs:index_begin (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceAttributes.cpp | 87 for (unsigned SetIdx : seq(AL.index_begin(), AL.index_end())) { in visitAttributeList()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
D | RenderScriptx86ABIFixups.cpp | 240 for (unsigned I = call_attribs.index_begin(); I != call_attribs.index_end(); in fixupRSAllocationStructByValCalls()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | ImmutableGraph.h | 158 index_iterator index_begin() const { return V.set_bits_begin(); } in index_begin() function 246 index_iterator index_begin() const { return V.set_bits_begin(); } in index_begin() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 656 unsigned index_begin() const { return AttributeList::FunctionIndex; }
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 704 unsigned index_begin() const { return AttributeList::FunctionIndex; }
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1331 for (unsigned I = index_begin(), E = index_end(); I != E; ++I) { in hasAttrSomewhere() 1411 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 108 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 797 for (unsigned i = AL.index_begin(), e = AL.index_end(); i != e; ++i) { in writeAttributeTable()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 113 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 979 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
|
D | BitcodeWriter.cpp | 822 for (unsigned i = AL.index_begin(), e = AL.index_end(); i != e; ++i) { in writeAttributeTable()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 1547 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()
|