Home
last modified time | relevance | path

Searched refs:NRI (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td24 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 DWebAssemblyInstrCall.td20 defm ADJCALLSTACKDOWN : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2),
22 defm ADJCALLSTACKUP : NRI<(outs), (ins i32imm:$amt, i32imm:$amt2),
H A DWebAssemblyInstrFormats.td65 multiclass NRI<dag oops, dag iops, list<dag> pattern, string asmstr = "",
H A DWebAssemblyInstrAtomics.td26 defm "" : NRI<oops, iops, pattern, asmstr,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp97 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 DNVPTXFrameLowering.cpp39 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()