Searched refs:LoadValueTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp90 auto LoadValueTy = Type::getInt8Ty(MContext);
92 M, LoadValueTy, false, GlobalValue::LinkageTypes::InternalLinkage,
93 ConstantInt::get(LoadValueTy, 0),
110 Mutator.CreateLoad(LoadValueTy, SpeculatorGuard, "guard.value");
113 Mutator.CreateICmpEQ(LoadGuard, ConstantInt::get(LoadValueTy, 0),
122 Mutator.CreateStore(ConstantInt::get(LoadValueTy, 1),
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp562 LLT LoadValueTy = MRI.getType(LoadReg); local
563 if (!LoadValueTy.isScalar())
571 if (LoadValueTy.getSizeInBits() < 8)
576 if (!llvm::has_single_bit<uint32_t>(LoadValueTy.getSizeInBits()))
618 assert(Preferred.Ty != LoadValueTy && "Extending to same type?");

Completed in 137 milliseconds