Home
last modified time | relevance | path

Searched refs:Bundler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp330 const char *Bundler = Args.MakeArgString( in constructHIPFatbinCommand() local
333 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1733 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8() local
1735 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2MRS_M)) in CMSERestoreFPRegsV8()
1740 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2TSTri)) in CMSERestoreFPRegsV8()
1745 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2IT)) in CMSERestoreFPRegsV8()
1753 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::VMOVS)) in CMSERestoreFPRegsV8()
1758 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::INLINEASM)) in CMSERestoreFPRegsV8()
1761 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8()
3257 MIBundleBuilder Bundler(MBB, MI); in ExpandMI() local
3258 Bundler.append(MIB); in ExpandMI()
3259 Bundler.append(BuildMI(MF, MI.getDebugLoc(), TII->get(ARM::t2BTI))); in ExpandMI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2464 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo() local
2465 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_GETPC_B64), Reg)); in expandPostRAPseudo()
2480 Bundler.append( in expandPostRAPseudo()
2487 Bundler.append( in expandPostRAPseudo()
2492 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_ADDC_U32), RegHi) in expandPostRAPseudo()
2496 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
H A DSIISelLowering.cpp4621 MIBundleBuilder Bundler(*MBB, I, E); in bundleInstWithWaitcnt() local
4622 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()