Home
last modified time | relevance | path

Searched refs:NextUse (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dcontextbrowserview.cpp45 NextUse, enumerator
91 if (direction == NextUse && previous && previous->isHighlighted()) { in selectUse()
102 if (direction == NextUse && first) { in selectUse()
316 selectUse(this, NextUse); in selectNextItem()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp462 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
466 Use != E; Use = NextUse) { in foldOperand()
467 NextUse = std::next(Use); in foldOperand()
806 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
809 Use != E; Use = NextUse) { in foldInstOperand()
810 NextUse = std::next(Use); in foldInstOperand()
830 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/tinygo/tinygo-0.14.1/compiler/
H A Dllvm.go21 use = use.NextUse()
/dports/devel/tinygo/tinygo-0.14.1/interp/
H A Dutils.go14 use = use.NextUse()
H A Dscan.go198 for use := inst.FirstUse(); !use.IsNil(); use = use.NextUse() {
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp583 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
587 Use != E; Use = NextUse) { in foldOperand()
588 NextUse = std::next(Use); in foldOperand()
993 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
996 Use != E; Use = NextUse) { in foldInstOperand()
997 NextUse = std::next(Use); in foldInstOperand()
1017 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/tinygo/tinygo-0.14.1/transform/
H A Dllvm.go19 use = use.NextUse()
H A Dcoroutines.go191 for use := fn.FirstUse(); !use.IsNil(); use = use.NextUse() {
367 for use := c.current.FirstUse(); !use.IsNil(); use = use.NextUse() {
877 for use := c.current.FirstUse(); !use.IsNil(); use = use.NextUse() {
957 for use := c.start.FirstUse(); !use.IsNil(); use = use.NextUse() {
989 for use := fn.FirstUse(); !use.IsNil(); use = use.NextUse() {
H A Dwasm-abi.go83 for use := fn.FirstUse(); !use.IsNil(); use = use.NextUse() {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp675 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldOperand() local
679 Use != E; Use = NextUse) { in foldOperand()
680 NextUse = std::next(Use); in foldOperand()
1178 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldInstOperand() local
1181 Use != E; Use = NextUse) { in foldInstOperand()
1182 NextUse = std::next(Use); in foldInstOperand()
1202 NextUse = MRI->use_nodbg_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp659 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
663 Use != E; Use = NextUse) { in foldOperand()
664 NextUse = std::next(Use); in foldOperand()
1181 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
1184 Use != E; Use = NextUse) { in foldInstOperand()
1185 NextUse = std::next(Use); in foldInstOperand()
1205 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp649 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
653 Use != E; Use = NextUse) { in foldOperand()
654 NextUse = std::next(Use); in foldOperand()
1150 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
1153 Use != E; Use = NextUse) { in foldInstOperand()
1154 NextUse = std::next(Use); in foldInstOperand()
1174 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp683 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldOperand() local
687 Use != E; Use = NextUse) { in foldOperand()
688 NextUse = std::next(Use); in foldOperand()
1186 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldInstOperand() local
1189 Use != E; Use = NextUse) { in foldInstOperand()
1190 NextUse = std::next(Use); in foldInstOperand()
1210 NextUse = MRI->use_nodbg_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp659 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
663 Use != E; Use = NextUse) { in foldOperand()
664 NextUse = std::next(Use); in foldOperand()
1181 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
1184 Use != E; Use = NextUse) { in foldInstOperand()
1185 NextUse = std::next(Use); in foldInstOperand()
1205 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp649 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
653 Use != E; Use = NextUse) { in foldOperand()
654 NextUse = std::next(Use); in foldOperand()
1150 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
1153 Use != E; Use = NextUse) { in foldInstOperand()
1154 NextUse = std::next(Use); in foldInstOperand()
1174 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp649 MachineRegisterInfo::use_iterator NextUse; in foldOperand() local
653 Use != E; Use = NextUse) { in foldOperand()
654 NextUse = std::next(Use); in foldOperand()
1150 MachineRegisterInfo::use_iterator NextUse; in foldInstOperand() local
1153 Use != E; Use = NextUse) { in foldInstOperand()
1154 NextUse = std::next(Use); in foldInstOperand()
1174 NextUse = MRI->use_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp683 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldOperand() local
687 Use != E; Use = NextUse) { in foldOperand()
688 NextUse = std::next(Use); in foldOperand()
1186 MachineRegisterInfo::use_nodbg_iterator NextUse; in foldInstOperand() local
1189 Use != E; Use = NextUse) { in foldInstOperand()
1190 NextUse = std::next(Use); in foldInstOperand()
1210 NextUse = MRI->use_nodbg_begin(Dst.getReg()); in foldInstOperand()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp671 MachineRegisterInfo::use_iterator NextUse;
674 Use != E; Use = NextUse) {
675 NextUse = std::next(Use);
695 NextUse = MRI->use_begin(Dst.getReg());
/dports/devel/llvm70/llvm-7.0.1.src/bindings/go/llvm/
H A Dir.go757 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/devel/llvm80/llvm-8.0.1.src/bindings/go/llvm/
H A Dir.go768 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/bindings/go/llvm/
H A Dir.go795 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/bindings/go/llvm/
H A Dir.go795 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/bindings/go/llvm/
H A Dir.go795 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/devel/llvm10/llvm-10.0.1.src/bindings/go/llvm/
H A Dir.go794 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func
/dports/graphics/llvm-mesa/llvm-13.0.1.src/bindings/go/llvm/
H A Dir.go795 func (u Use) NextUse() (ru Use) { ru.C = C.LLVMGetNextUse(u.C); return } func

12