Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp592 std::unique_ptr<AutoBundle> Bundler; in lowerIndirectJump() local
607 Bundler = makeUnique<AutoBundle>(this); in lowerIndirectJump()
659 std::unique_ptr<AutoBundle> Bundler; in emitCallToTarget() local
661 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget()
670 Bundler = makeUnique<AutoBundle>(this, InstBundleLock::Opt_PadToEnd); in emitCallToTarget()
DIceTargetLoweringX86Base.h489 AutoBundle *Bundler = nullptr;
499 Bundler = new (Target->Func->template allocate<AutoBundle>()) in AutoMemorySandboxer()
507 if (Bundler != nullptr) { in ~AutoMemorySandboxer()
508 Bundler->~AutoBundle(); in ~AutoMemorySandboxer()
DIceTargetLoweringMIPS32.h633 std::unique_ptr<AutoBundle> Bundler; variable
DIceTargetLoweringARM32.h1110 std::unique_ptr<AutoBundle> Bundler; variable
DIceTargetLoweringMIPS32.cpp6125 Bundler = makeUnique<AutoBundle>(Target, BundleOption); in createAutoBundle()
DIceTargetLoweringARM32.cpp6878 Bundler = makeUnique<AutoBundle>(Target, BundleOption); in createAutoBundle()
/external/protobuf/ruby/
DREADME.md61 * Bundler
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp917 MIBundleBuilder Bundler(MBB, MI); in expandPostRAPseudo() local
918 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_GETPC_B64), Reg)); in expandPostRAPseudo()
922 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_ADD_U32), RegLo) in expandPostRAPseudo()
925 Bundler.append(BuildMI(MF, DL, get(AMDGPU::S_ADDC_U32), RegHi) in expandPostRAPseudo()
929 llvm::finalizeBundle(MBB, Bundler.begin()); in expandPostRAPseudo()