| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 255 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 D | PPCHazardRecognizers.cpp | 281 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 D | PPCHazardRecognizers.h | 92 bool &isLoad, bool &isStore);
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 44 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 D | ArrayBoundChecker.cpp | 31 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 D | NSErrorChecker.cpp | 173 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 D | DereferenceChecker.cpp | 46 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 D | ArrayBoundCheckerV2.cpp | 42 void checkLocation(SVal l, bool isLoad, const Stmt*S, 116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument
|
| H A D | ObjCSelfInitChecker.cpp | 74 void checkLocation(SVal location, bool isLoad, const Stmt *S, 302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
|
| H A D | ObjCSuperDeallocChecker.cpp | 46 void checkLocation(SVal l, bool isLoad, const Stmt *S,
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | ScopHelper.h | 234 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 D | MemoryDependenceAnalysis.h | 442 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 D | MachineOperand.cpp | 1038 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 D | InvalidPtrChecker.cpp | 75 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 D | M68kCollapseMOVEMPass.cpp | 144 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 D | VEDisassembler.cpp | 372 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 D | ARCInstrInfo.cpp | 53 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 D | CheckerManager.cpp | 324 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 D | CheckerManager.h | 333 bool isLoad, 492 CheckerFn<void (const SVal &location, bool isLoad, const Stmt *S,
|
| H A D | Checker.h | 197 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 D | SparcDisassembler.cpp | 370 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 D | EarlyCSE.cpp | 711 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 D | MachineMemOperand.h | 287 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 261 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 935 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 …]
|