Home
last modified time | relevance | path

Searched refs:VInst (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Support/
H A DVirtualInstruction.cpp373 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
374 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
375 Instruction *Inst = VInst.getInstruction(); in walkReachable()
381 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
391 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Support/
H A DVirtualInstruction.cpp372 VirtualInstruction VInst = WorklistInsts.pop_back_val(); in walkReachable() local
373 ScopStmt *Stmt = VInst.getStmt(); in walkReachable()
374 Instruction *Inst = VInst.getInstruction(); in walkReachable()
380 auto InsertResult = UsedInsts.insert(VInst); in walkReachable()
390 for (VirtualUse VUse : VInst.operands()) in walkReachable()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DFixAddrSpaceCast.cpp123 if (Instruction* VInst = dyn_cast<Instruction>(V)) in fixCase1() local
125 VInst->setDebugLoc(I2P->getDebugLoc()); in fixCase1()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td436 string VInst = !subst("_M8", "",
526 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
544 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
559 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
577 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
592 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
610 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
625 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
654 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td436 string VInst = !subst("_M8", "",
526 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
544 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
559 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
577 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
592 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
610 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
625 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
654 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td570 string VInst = !subst("_M8", "",
642 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
660 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
674 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
692 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
708 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
727 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
741 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
754 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
768 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td565 string VInst = !subst("_M8", "",
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
670 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
687 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
703 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
721 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
748 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
762 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td565 string VInst = !subst("_M8", "",
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
670 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
687 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
703 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
721 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
748 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
762 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td565 string VInst = !subst("_M8", "",
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
670 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
687 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
703 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
721 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
748 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
762 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td565 string VInst = !subst("_M8", "",
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
670 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
687 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
703 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
721 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
748 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
762 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVPseudos.td565 string VInst = !subst("_M8", "",
639 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
656 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
670 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
687 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
703 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
721 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
735 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
748 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
762 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
[all …]