Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 – 25 of 46) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp255 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom()
406 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom()
510 if (isLoad) { in getSimplePointerDependencyFrom()
605 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom()
622 if (isLoad) in getSimplePointerDependencyFrom()
673 bool isLoad = !isModSet(MR); in getDependency() local
836 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
942 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock()
973 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in getNonLocalInfoForBlock()
1030 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB() argument
[all …]
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType() argument
284 isLoad = MCID.mayLoad(); in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
337 isLoad, isStore); in getHazardType()
375 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
395 isLoad, isStore); in EmitInstruction()
H A DPPCHazardRecognizers.h92 bool &isLoad, bool &isStore);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp44 void checkLocation(SVal l, bool isLoad, const Stmt *S,
69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
73 if (!isLoad || !location.isValid()) in checkLocation()
H A DArrayBoundChecker.cpp31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() argument
H A DNSErrorChecker.cpp173 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
212 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() argument
215 if (!isLoad) in checkLocation()
H A DDereferenceChecker.cpp46 void checkLocation(SVal location, bool isLoad, const Stmt* S,
238 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument
274 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
H A DArrayBoundCheckerV2.cpp42 void checkLocation(SVal l, bool isLoad, const Stmt*S,
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument
H A DObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
H A DObjCSuperDeallocChecker.cpp46 void checkLocation(SVal l, bool isLoad, const Stmt *S,
/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h234 if (isLoad()) in getValueOperand()
245 if (isLoad()) in getPointerOperand()
256 if (isLoad()) in isVolatile()
267 if (isLoad()) in isSimple()
278 if (isLoad()) in getOrdering()
289 if (isLoad()) in isUnordered()
307 bool isLoad() const { return I && llvm::isa<llvm::LoadInst>(I); } in isLoad() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h442 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
448 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
456 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad,
486 const MemoryLocation &Loc, bool isLoad,
493 const MemoryLocation &Loc, bool isLoad,
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp1038 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
1115 assert((isLoad() || isStore()) && in print()
1117 if (isLoad()) in print()
1135 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
1138 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
1182 OS << ((isLoad() && isStore()) ? " on " in print()
1183 : isLoad() ? " from " in print()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp75 void checkLocation(SVal l, bool isLoad, const Stmt *S,
248 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation() argument
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp144 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anond2face1f0111::MOVEMState
187 if (State.isLoad()) { in Finish()
/llvm-project-15.0.7/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp372 const MCDisassembler *Decoder, bool isLoad, in DecodeMem() argument
377 if (isLoad) { in DecodeMem()
387 if (!isLoad) { in DecodeMem()
396 const MCDisassembler *Decoder, bool isLoad, in DecodeMemAS() argument
401 if (isLoad) { in DecodeMemAS()
411 if (!isLoad) { in DecodeMemAS()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
71 if (isLoad(Opcode)) { in isLoadFromStackSlot()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp324 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext()
327 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
352 SVal location, bool isLoad, in runCheckersForLocation() argument
356 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h333 bool isLoad,
492 CheckerFn<void (const SVal &location, bool isLoad, const Stmt *S,
H A DChecker.h197 const SVal &location, bool isLoad, const Stmt *S, in _checkLocation() argument
199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp370 const MCDisassembler *Decoder, bool isLoad, in DecodeMem() argument
385 if (isLoad) { in DecodeMem()
408 if (!isLoad) { in DecodeMem()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp711 bool isLoad() const { in isLoad() function in __anon5cb5eb3b0311::EarlyCSE::ParseMemoryInst
1128 if (MemInst.isLoad() && !InVal.IsAtomic && MemInst.isAtomic()) in getMatchingValue()
1134 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue()
1411 if (MemInst.isValid() && MemInst.isLoad()) { in processNode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h287 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetBuiltins.h261 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp935 return isLoad() || isStore() || isAtomic() || hasNoUse() || in hasPredCode()
942 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode()
950 if (!isLoad() && !isStore()) { in getPredCode()
962 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode()
966 if (isLoad()) { in getPredCode()
1046 if (isLoad() || isStore() || isAtomic()) { in getPredCode()
1116 if (isLoad() || isStore()) { in getPredCode()
1117 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode()
1125 if (isLoad()) { in getPredCode()
1214 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
[all …]

12