Home
last modified time | relevance | path

Searched refs:index_begin (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp87 for (unsigned SetIdx : seq(AL.index_begin(), AL.index_end())) { in visitAttributeList()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp240 for (unsigned I = call_attribs.index_begin(); I != call_attribs.index_end(); in fixupRSAllocationStructByValCalls()
/external/llvm-project/llvm/lib/Target/X86/
DImmutableGraph.h158 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/
DAttributes.h656 unsigned index_begin() const { return AttributeList::FunctionIndex; }
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h704 unsigned index_begin() const { return AttributeList::FunctionIndex; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1331 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/
DFunctionComparator.cpp108 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/
DValueEnumerator.cpp930 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
DBitcodeWriter.cpp797 for (unsigned i = AL.index_begin(), e = AL.index_end(); i != e; ++i) { in writeAttributeTable()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp113 for (unsigned i = L.index_begin(), e = L.index_end(); i != e; ++i) { in cmpAttrs()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp979 for (unsigned i = PAL.index_begin(), e = PAL.index_end(); i != e; ++i) { in EnumerateAttributes()
DBitcodeWriter.cpp822 for (unsigned i = AL.index_begin(), e = AL.index_end(); i != e; ++i) { in writeAttributeTable()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1547 for (unsigned i = index_begin(), e = index_end(); i != e; ++i) { in dump()