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.cpp93 const char *Bundler = Args.MakeArgString( in constructHIPFatbinCommand() local
96 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1684 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8() local
1686 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2MRS_M)) in CMSERestoreFPRegsV8()
1691 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2TSTri)) in CMSERestoreFPRegsV8()
1696 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2IT)) in CMSERestoreFPRegsV8()
1704 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::VMOVS)) in CMSERestoreFPRegsV8()
1709 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::INLINEASM)) in CMSERestoreFPRegsV8()
1712 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8()
3199 MIBundleBuilder Bundler(MBB, MI); in ExpandMI() local
3200 Bundler.append(MIB); in ExpandMI()
3201 Bundler.append(BuildMI(MF, MI.getDebugLoc(), TII->get(ARM::t2BTI))); in ExpandMI()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2401 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo() local
2402 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_GETPC_B64), Reg)); in expandPostRAPseudo()
2417 Bundler.append( in expandPostRAPseudo()
2424 Bundler.append( in expandPostRAPseudo()
2429 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_ADDC_U32), RegHi) in expandPostRAPseudo()
2433 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
H A DSIISelLowering.cpp4161 MIBundleBuilder Bundler(*MBB, I, E); in bundleInstWithWaitcnt() local
4162 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()