Searched refs:LoadInst (Results 201 - 225 of 240) sorted by relevance

12345678910

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1548 if (isa<LoadInst>(I0) && any_of(Insts, [](const Instruction *I) {
4294 } else if (auto *LI = dyn_cast<LoadInst>(BBI)) {
6112 if (LoadInst *LI = dyn_cast<LoadInst>(Use))
H A DSimplifyLibCalls.cpp2343 LoadInst *LI = dyn_cast<LoadInst>(CI->getArgOperand(StreamArg));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp886 new LoadInst(F->getType(), Cache, "fpcache", EntryBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp909 bool TargetTransformInfo::isLegalToVectorizeLoad(LoadInst *LI) const {
H A DScalarEvolution.cpp7235 if (LoadInst *LI = dyn_cast<LoadInst>(ExitCond->getOperand(0)))
7357 LoadInst *LI,
7579 isa<LoadInst>(I) || isa<ExtractValueInst>(I))
7704 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
8117 else if (const LoadInst *LI = dyn_cast<LoadInst>(I)) {
11007 else if (LoadInst *Load = dyn_cast<LoadInst>(Ins
[all...]
H A DBasicAliasAnalysis.cpp174 if (isa<LoadInst>(V))
H A DConstantFolding.cpp735 Constant *ConstantFoldLoadInst(const LoadInst *LI, const DataLayout &DL) {
1191 if (const auto *LI = dyn_cast<LoadInst>(I))
H A DDependenceAnalysis.cpp684 if (const LoadInst *LI = dyn_cast<LoadInst>(I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp75 const LoadInst *LI) override;
1291 const LoadInst *LI = cast<LoadInst>(I);
3923 const LoadInst *LI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2347 if (auto *LI = dyn_cast<LoadInst>(IncValue)) {
2353 if (Addr == &CI || isa<LoadInst>(Addr))
2357 // If a LoadInst has more than one use, changing the type of loaded
2422 } else if (auto *LI = dyn_cast<LoadInst>(V)) {
H A DInstructionCombining.cpp2422 if (auto *LI = dyn_cast<LoadInst>(V))
2937 if (LoadInst *L = dyn_cast<LoadInst>(Agg))
H A DInstCombineCompares.cpp1062 } else if (isa<LoadInst>(V)) {
1855 if (auto *LI = dyn_cast<LoadInst>(X))
3294 !cast<LoadInst>(LHSI)->isVolatile())
6203 !cast<LoadInst>(LHSI)->isVolatile())
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1709 llvm::LoadInst *Load = Builder.CreateLoad(Addr, Volatile);
1889 llvm::LoadInst *Load = Builder.CreateLoad(LV.getVectorAddress(),
1906 llvm::LoadInst *Load =
2435 llvm::LoadInst *Load =
H A DCGObjC.cpp136 cast<llvm::LoadInst>(Ptr)->setMetadata(
1084 llvm::LoadInst *load = Builder.CreateLoad(ivarAddr, "load");
H A DCGCall.cpp2835 llvm::LoadInst *load =
2836 dyn_cast<llvm::LoadInst>(retainedValue->stripPointerCasts());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1148 const auto *Load = cast<LoadInst>(I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1476 if (BeforeInst != Inst && isa<LoadInst>(BeforeInst) &&
1478 FastIS->tryToFoldLoad(cast<LoadInst>(BeforeInst), Inst)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1381 if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2823 if (isa<LoadInst>(Inst) && Ord == AtomicOrdering::SequentiallyConsistent)
2833 if (isa<LoadInst>(Inst) && isAcquireOrStronger(Ord))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp803 bool isAddress = isa<LoadInst>(Inst);
852 } else if (const LoadInst *LI = dyn_cast<LoadInst>(Inst)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp315 if (const auto *LI = dyn_cast<LoadInst>(I->getOperand(0)))
1981 cast<LoadInst>(I)->isAtomic())
4532 const auto *LI = dyn_cast<LoadInst>(I->getOperand(0));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2070 TargetLoweringBase::getLoadMemOperandFlags(const LoadInst &LI,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1609 macro(LoadInst) \
2214 * @see llvm::LoadInst::getAlignment()
2223 * @see llvm::LoadInst::setAlignment()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1008 if (auto *LI = dyn_cast<LoadInst>(&I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp899 if (isa<LoadInst>(I) && I->hasOneUse()) {
913 if (auto *LoadI = dyn_cast<LoadInst>(StoreI->getValueOperand()))
919 if (HasVector && (isa<LoadInst>(I) || isa<StoreInst>(I))) {
927 Type *MemAccessTy = (isa<LoadInst>(I) ? I->getType() :
942 if (!IsVectorAccess && isa<LoadInst>(I) && I->hasOneUse()) {
4053 if (auto *LI = dyn_cast<LoadInst>(&I))

Completed in 687 milliseconds

12345678910