| /freebsd/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);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 238 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 251 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom() 266 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 269 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, in getPointerDependencyFrom() 365 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() argument 408 if (isLoad && QueryInst) in getSimplePointerDependencyFrom() 508 if (isLoad) { in getSimplePointerDependencyFrom() 610 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom() 623 if (isLoad) in getSimplePointerDependencyFrom() 674 bool isLoad = !isModSet(MR); in getDependency() local [all …]
|
| /freebsd/contrib/llvm-project/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 | DereferenceChecker.cpp | 45 void checkLocation(SVal location, bool isLoad, const Stmt* S, 272 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument 308 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation() 315 const Expr *DerefExpr = getDereferenceExpr(S, isLoad); in checkLocation()
|
| 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 | 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,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 448 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 454 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 462 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad, 492 const MemoryLocation &Loc, bool isLoad, 499 const MemoryLocation &Loc, bool isLoad,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1109 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand() 1193 assert((isLoad() || isStore()) && in print() 1195 if (isLoad()) in print() 1213 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1216 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1264 OS << ((isLoad() && isStore()) ? " on " in print() 1265 : isLoad() ? " from " in print()
|
| H A D | MachineVerifier.cpp | 2057 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad()) || in verifyPreISelGenericInstruction() 2058 (MMOs[1]->isStore() || !MMOs[1]->isLoad())) { in verifyPreISelGenericInstruction() 2094 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad())) { in verifyPreISelGenericInstruction() 2322 if (Op->isLoad() && !MI->mayLoad()) in visitMachineInstrBefore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 145 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anon143e10ef0111::MOVEMState 188 if (State.isLoad()) { in Finish()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 374 const MCDisassembler *Decoder, bool isLoad, in DecodeMem() argument 379 if (isLoad) { in DecodeMem() 389 if (!isLoad) { in DecodeMem() 398 const MCDisassembler *Decoder, bool isLoad, in DecodeMemAS() argument 403 if (isLoad) { in DecodeMemAS() 413 if (!isLoad) { in DecodeMemAS()
|
| /freebsd/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
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 327 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 330 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 356 SVal location, bool isLoad, in runCheckersForLocation() argument 360 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation() 363 isLoad ? "CheckerManager::runCheckersForLocation (Load)" in runCheckersForLocation()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 219 if (Predicate.isLoad() && Predicate.getMemoryVT()) in isTrivialOperatorNode() 225 if (Predicate.isLoad() || Predicate.isStore()) { in isTrivialOperatorNode() 230 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in isTrivialOperatorNode() 552 (Predicate.isLoad() || Predicate.isAtomic()) && in getEquivNode() 556 (Predicate.isLoad() || Predicate.isAtomic()) && in getEquivNode() 600 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 626 if (Predicate.isLoad() || Predicate.isAtomic()) { in addBuiltinPredicates() 678 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 690 if (Predicate.isLoad() || Predicate.isStore()) { in addBuiltinPredicates()
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 843 bool isLoad() const { in isLoad() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst 1248 if (MemInst.isLoad() && !InVal.IsAtomic && MemInst.isAtomic()) in getMatchingValue() 1254 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue() 1566 if (MemInst.isValid() && MemInst.isLoad()) { in processNode() 1618 MemInst.isLoad())); in processNode() 1770 MemInst.isLoad())); in processNode()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| 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()
|
| H A D | CheckerManager.h | 335 bool isLoad, 499 using CheckLocationFunc = CheckerFn<void(SVal location, bool isLoad,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 299 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 910 return isLoad() || isStore() || isAtomic() || hasNoUse() || hasOneUse() || in hasPredCode() 917 if (!isLoad() && !isStore() && !isAtomic() && getMemoryVT()) in getPredCode() 921 if (!isLoad() && !isStore()) { in getPredCode() 931 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode() 935 if (isLoad()) { in getPredCode() 1014 if (isLoad() || isStore() || isAtomic()) { in getPredCode() 1104 if (isLoad() || isStore()) { in getPredCode() 1105 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode() 1113 if (isLoad()) { in getPredCode() 1204 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 386 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 775 bool isLoad);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 892 class AI3ldstidxT<bits<4> op, bit isLoad, dag oops, dag iops, 906 let Inst{20} = isLoad; // L bit 1417 class T2Ii8s4<bit P, bit W, bit isLoad, dag oops, dag iops, InstrItinClass itin, 1429 let Inst{20} = isLoad; 1435 class T2Ii8s4post<bit P, bit W, bit isLoad, dag oops, dag iops, 1449 let Inst{20} = isLoad;
|