Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td33 // inserter hook after DAG ISel, so passes over MachineInstrs will only ever
H A DREADME.txt74 "returned" attribute through to MachineInstrs and extending the
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4468 ArrayRef<MachineInstr *> MachineInstrs) { in propagateFrameFlags() argument
4469 for (MachineInstr *MI : MachineInstrs) { in propagateFrameFlags()
4583 SmallVector<MachineInstr *, 2> MachineInstrs; in expandSpillPPRToZPRSlotPseudo() local
4585 MachineInstrs.push_back(BuildMI(MBB, MI, DL, TII->get(AArch64::CPY_ZPzI_B)) in expandSpillPPRToZPRSlotPseudo()
4591 MachineInstrs.push_back(BuildMI(MBB, MI, DL, TII->get(AArch64::STR_ZXI)) in expandSpillPPRToZPRSlotPseudo()
4597 propagateFrameFlags(MI, MachineInstrs); in expandSpillPPRToZPRSlotPseudo()
4639 SmallVector<MachineInstr *, 4> MachineInstrs; in expandFillPPRFromZPRSlotPseudo() local
4641 MachineInstrs.push_back(BuildMI(MBB, MI, DL, TII->get(AArch64::LDR_ZXI)) in expandFillPPRFromZPRSlotPseudo()
4648 MachineInstrs.push_back( in expandFillPPRFromZPRSlotPseudo()
4664 MachineInstrs.push_back(LastPTrue); in expandFillPPRFromZPRSlotPseudo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td1303 list<MIMGAddrSize> MachineInstrs =
1351 foreach addr = MIMG_Sampler_AddrSizes<sample, isG16>.MachineInstrs in {
1421 foreach addr = MIMG_Sampler_AddrSizes<sample, isG16>.MachineInstrs in {
H A DAMDGPU.td1175 "Dump MachineInstrs in the CodeEmitter"
1181 "Dump MachineInstrs in the CodeEmitter"