| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 254 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom() 269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 272 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, in getPointerDependencyFrom() 397 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() argument 440 if (isLoad && QueryInst) in getSimplePointerDependencyFrom() 545 if (isLoad) { in getSimplePointerDependencyFrom() 647 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom() 660 if (isLoad) in getSimplePointerDependencyFrom() 711 bool isLoad = !isModSet(MR); in getDependency() local [all …]
|
| /src/contrib/llvm-project/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() 393 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 396 isLoad, isStore); in EmitInstruction()
|
| H A D | PPCHazardRecognizers.h | 92 bool &isLoad, bool &isStore);
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 45 void checkLocation(SVal l, bool isLoad, const Stmt *S, 70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument 74 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 | 174 void checkLocation(SVal loc, bool isLoad, const Stmt *S, 213 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() argument 216 if (!isLoad) in checkLocation()
|
| H A D | DereferenceChecker.cpp | 48 void checkLocation(SVal location, bool isLoad, const Stmt* S, 245 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument 281 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
|
| H A D | ObjCSelfInitChecker.cpp | 74 void checkLocation(SVal location, bool isLoad, const Stmt *S, 299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
|
| H A D | ObjCSuperDeallocChecker.cpp | 47 void checkLocation(SVal l, bool isLoad, const Stmt *S,
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 449 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 455 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 463 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad, 493 const MemoryLocation &Loc, bool isLoad, 500 const MemoryLocation &Loc, bool isLoad,
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1094 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand() 1173 assert((isLoad() || isStore()) && in print() 1175 if (isLoad()) in print() 1193 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1196 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1240 OS << ((isLoad() && isStore()) ? " on " in print() 1241 : isLoad() ? " from " in print()
|
| H A D | MachineVerifier.cpp | 1937 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad()) || in verifyPreISelGenericInstruction() 1938 (MMOs[1]->isStore() || !MMOs[1]->isLoad())) { in verifyPreISelGenericInstruction() 1974 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad())) { in verifyPreISelGenericInstruction() 2192 if (Op->isLoad() && !MI->mayLoad()) in visitMachineInstrBefore()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 145 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anond0dcac240111::MOVEMState 188 if (State.isLoad()) { in Finish()
|
| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 97 void checkLocation(SVal l, bool isLoad, const Stmt *S, 333 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation() argument
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 220 if (Predicate.isLoad() && Predicate.getMemoryVT()) in isTrivialOperatorNode() 223 if (Predicate.isLoad() || Predicate.isStore()) { in isTrivialOperatorNode() 228 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in isTrivialOperatorNode() 527 (Predicate.isLoad() || Predicate.isAtomic()) && in getEquivNode() 531 (Predicate.isLoad() || Predicate.isAtomic()) && in getEquivNode() 575 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 601 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in addBuiltinPredicates() 606 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates() 651 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 663 if (Predicate.isLoad() || Predicate.isStore()) { in addBuiltinPredicates()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 53 static bool isLoad(int Opcode) { in isLoad() function 71 if (isLoad(Opcode)) { in isLoadFromStackSlot()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 322 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 325 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 350 SVal location, bool isLoad, in runCheckersForLocation() argument 354 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 849 bool isLoad() const { in isLoad() function in __anon8ee5b4e00411::EarlyCSE::ParseMemoryInst 1259 if (MemInst.isLoad() && !InVal.IsAtomic && MemInst.isAtomic()) in getMatchingValue() 1265 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue() 1554 if (MemInst.isValid() && MemInst.isLoad()) { in processNode() 1606 MemInst.isLoad())); in processNode() 1756 MemInst.isLoad())); in processNode()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 333 bool isLoad, 491 using CheckLocationFunc = CheckerFn<void(SVal location, bool isLoad,
|
| H A D | Checker.h | 196 static void _checkLocation(void *checker, SVal location, bool isLoad, in _checkLocation() argument 198 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 295 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 906 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode() 913 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode() 921 if (!isLoad() && !isStore()) { in getPredCode() 933 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode() 937 if (isLoad()) { in getPredCode() 1018 if (isLoad() || isStore() || isAtomic()) { in getPredCode() 1092 if (isLoad() || isStore()) { in getPredCode() 1093 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode() 1101 if (isLoad()) { in getPredCode() 1195 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 285 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 762 bool isLoad);
|