Searched refs:VInst (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXSf.td | 236 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 249 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 263 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 276 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 290 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 304 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
|
H A D | RISCVInstrInfoZvk.td | 230 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst); 247 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
|
H A D | RISCVInstrInfoVPseudos.td | 135 string VInst = !foldl(PseudoInst, AffixSubsts, Acc, AffixSubst, 525 Instruction BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 110 Instruction *VInst = dyn_cast<Instruction>(V); in SimplifyDemandedBits() local 111 if (!VInst) { in SimplifyDemandedBits() 117 if (VInst->hasOneUse()) { in SimplifyDemandedBits() 119 NewVal = SimplifyDemandedUseBits(VInst, DemandedMask, Known, Depth, Q); in SimplifyDemandedBits() 124 SimplifyMultipleUseDemandedBits(VInst, DemandedMask, Known, Depth, Q); in SimplifyDemandedBits()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 1301 if (Instruction *VInst = dyn_cast<Instruction>(V)) { in rewriteWithNewAddressSpaces() local 1311 InsertPos = std::next(VInst->getIterator()); in rewriteWithNewAddressSpaces()
|