Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td236 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 DRISCVInstrInfoZvk.td230 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
247 let BaseInstr = !cast<Instruction>(PseudoToVInst<NAME>.VInst);
H A DRISCVInstrInfoVPseudos.td135 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 DInstCombineSimplifyDemanded.cpp110 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 DInferAddressSpaces.cpp1301 if (Instruction *VInst = dyn_cast<Instruction>(V)) { in rewriteWithNewAddressSpaces() local
1311 InsertPos = std::next(VInst->getIterator()); in rewriteWithNewAddressSpaces()