Searched refs:MInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineVerifier.cpp | 682 BBInfo &MInfo = MBBInfoMap[MBB]; in markReachable() local 683 if (!MInfo.reachable) { in markReachable() 684 MInfo.reachable = true; in markReachable() 702 BBInfo &MInfo = MBBInfoMap[&MBB]; in visitMachineFunctionBefore() local 704 MInfo.Preds.insert_range(MBB.predecessors()); in visitMachineFunctionBefore() 705 if (MInfo.Preds.size() != MBB.pred_size()) in visitMachineFunctionBefore() 708 MInfo.Succs.insert_range(MBB.successors()); in visitMachineFunctionBefore() 709 if (MInfo.Succs.size() != MBB.succ_size()) in visitMachineFunctionBefore() 3067 BBInfo &MInfo = MBBInfoMap[MI->getParent()]; in checkLiveness() local 3071 if (MInfo.regsKilled.count(Reg)) in checkLiveness() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoVPseudos.td | 1502 LMULInfo MInfo, 1520 let VLMul = MInfo.value; 1526 LMULInfo MInfo, 1540 let VLMul = MInfo.value; 2122 LMULInfo MInfo, 2127 let VLMul = MInfo.value, SEW=sew, isCommutable = Commutable in { 2128 defvar suffix = !if(sew, "_" # MInfo.MX # "_E" # sew, "_" # MInfo.MX); 2140 LMULInfo MInfo, 2146 let VLMul = MInfo.value, SEW=sew, isCommutable = Commutable in { 2147 defvar suffix = !if(sew, "_" # MInfo.MX # "_E" # sew, "_" # MInfo.MX); [all …]
|
| H A D | RISCVInstrInfoZvk.td | 266 LMULInfo MInfo, 268 let VLMul = MInfo.value in { 269 def "_" # MInfo.MX : VPseudoBinaryNoMaskPolicy<RetClass, Op1Class, Op2Class, 277 LMULInfo MInfo, int sew = 0> { 278 let VLMul = MInfo.value, SEW = sew in { 279 defvar suffix = !if(sew, "_" # MInfo.MX # "_E" # sew, "_" # MInfo.MX);
|