Searched refs:NRI (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrControl.td | 24 defm BR : NRI<(outs), (ins bb_op:$dst), 67 defm NOP : NRI<(outs), (ins), [], "nop", 0x01>; 73 defm BLOCK : NRI<(outs), (ins Signature:$sig), [], "block \t$sig", 0x02>; 74 defm LOOP : NRI<(outs), (ins Signature:$sig), [], "loop \t$sig", 0x03>; 79 defm ELSE : NRI<(outs), (ins), [], "else", 0x05>; 83 defm END_BLOCK : NRI<(outs), (ins), [], "end_block", 0x0b>; 84 defm END_LOOP : NRI<(outs), (ins), [], "end_loop", 0x0b>; 85 defm END_IF : NRI<(outs), (ins), [], "end_if", 0x0b>; 88 defm END : NRI<(outs), (ins), [], "end", 0x0b>; 90 defm END_FUNCTION : NRI<(outs), (ins), [], "end_function", 0x0b>; [all …]
|
H A D | WebAssemblyInstrCall.td | 20 defm ADJCALLSTACKDOWN : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2), 22 defm ADJCALLSTACKUP : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2),
|
H A D | WebAssemblyInstrFormats.td | 65 multiclass NRI<dag oops, dag iops, list<dag> pattern, string asmstr = "",
|
H A D | WebAssemblyInstrAtomics.td | 26 defm "" : NRI<oops, iops, pattern, asmstr,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXPeephole.cpp | 97 const NVPTXRegisterInfo *NRI = in isCVTAToLocalCombinationCandidate() local 102 if (BaseAddrOp.isReg() && BaseAddrOp.getReg() == NRI->getFrameRegister(MF)) { in isCVTAToLocalCombinationCandidate() 116 const NVPTXRegisterInfo *NRI = in CombineCVTAToLocal() local 122 .addReg(NRI->getFrameLocalRegister(MF)) in CombineCVTAToLocal() 153 const NVPTXRegisterInfo *NRI = in runOnMachineFunction() local 158 if (MRI.use_empty(NRI->getFrameRegister(MF))) { in runOnMachineFunction() 159 if (auto MI = MRI.getUniqueVRegDef(NRI->getFrameRegister(MF))) { in runOnMachineFunction()
|
H A D | NVPTXFrameLowering.cpp | 39 const NVPTXRegisterInfo *NRI = in emitPrologue() local 56 if (!MR.use_empty(NRI->getFrameRegister(MF))) { in emitPrologue() 60 NRI->getFrameRegister(MF)) in emitPrologue() 61 .addReg(NRI->getFrameLocalRegister(MF)); in emitPrologue() 63 if (!MR.use_empty(NRI->getFrameLocalRegister(MF))) { in emitPrologue() 66 NRI->getFrameLocalRegister(MF)) in emitPrologue()
|