Home
last modified time | relevance | path

Searched refs:entryN (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Mem2Reg/
Ddebug-alloca-vla-1.ll8 ; and we expect to get dbg.value intrinsics that maps %entryN (aka %[[PHI]])
24 %entryN = load i32, i32* %vla1, align 8, !dbg !18
27 %t0 = add i32 %entryN, 1
Ddebug-alloca-phi.ll15 %entryN = load i8, i8* %entry1, align 8, !dbg !20
18 %0 = add i8 %entryN, 1
Ddebug-alloca-phi-2.ll15 %entryN = load i1, i1* %entry1, align 8, !dbg !20
18 %0 = add i1 %entryN, 1
Ddebug-alloca-vla-2.ll27 %entryN = load i32, i32* %vla1, align 8, !dbg !18
29 %t0 = add i32 %entryN, 1
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSCCIterator.h131 inline scc_iterator(NodeType *entryN) : visitNum(0) { in scc_iterator() argument
132 DFSVisitOne(entryN); in scc_iterator()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSCCIterator.h93 scc_iterator(NodeRef entryN) : visitNum(0) { in scc_iterator() argument
94 DFSVisitOne(entryN); in scc_iterator()
/external/llvm/include/llvm/ADT/
DSCCIterator.h91 scc_iterator(NodeType *entryN) : visitNum(0) { in scc_iterator() argument
92 DFSVisitOne(entryN); in scc_iterator()
/external/libopus/celt/
Drate.c80 int entryN[100], entryK[100], entryI[100]; in compute_pulse_cache() local
114 entryN[nbEntries] = N; in compute_pulse_cache()
135 get_required_bits(tmp, entryN[i], get_pulses(entryK[i]), BITRES); in compute_pulse_cache()