Searched refs:Bundler (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 264 const char *Bundler = Args.MakeArgString( in constructHIPFatbinCommand() local 267 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMExpandPseudoInsts.cpp | 1696 auto Bundler = MIBundleBuilder(MBB, VLLDM); in CMSERestoreFPRegsV8() local 1698 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2MRS_M)) in CMSERestoreFPRegsV8() 1703 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2TSTri)) in CMSERestoreFPRegsV8() 1708 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::t2IT)) in CMSERestoreFPRegsV8() 1716 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::VMOVS)) in CMSERestoreFPRegsV8() 1721 Bundler.append(BuildMI(*MBB.getParent(), DL, TII->get(ARM::INLINEASM)) in CMSERestoreFPRegsV8() 1724 finalizeBundle(MBB, Bundler.begin(), Bundler.end()); in CMSERestoreFPRegsV8() 3215 MIBundleBuilder Bundler(MBB, MI); in ExpandMI() local 3216 Bundler.append(MIB); in ExpandMI() 3217 Bundler.append(BuildMI(MF, MI.getDebugLoc(), TII->get(ARM::t2BTI))); in ExpandMI() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 2458 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo() local 2459 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_GETPC_B64), Reg)); in expandPostRAPseudo() 2474 Bundler.append( in expandPostRAPseudo() 2481 Bundler.append( in expandPostRAPseudo() 2486 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_ADDC_U32), RegHi) in expandPostRAPseudo() 2490 finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()
|
H A D | SIISelLowering.cpp | 4405 MIBundleBuilder Bundler(*MBB, I, E); in bundleInstWithWaitcnt() local 4406 finalizeBundle(*MBB, Bundler.begin()); in bundleInstWithWaitcnt()
|