| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 341 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit); in getPointerDependencyFrom() 483 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom() 578 if (isLoad) { in getSimplePointerDependencyFrom() 679 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom() 696 if (isLoad) in getSimplePointerDependencyFrom() 746 bool isLoad = !isModSet(MR); in getDependency() local 913 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local 1006 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1033 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() 1090 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB() argument [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 283 bool &isLoad, bool &isStore) { in GetInstrType() argument 286 isLoad = MCID.mayLoad(); in GetInstrType() 336 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local 339 isLoad, isStore); in getHazardType() 377 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType() 394 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local 397 isLoad, isStore); in EmitInstruction()
|
| H A D | PPCHazardRecognizers.h | 93 bool &isLoad, bool &isStore);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NonnullGlobalConstantsChecker.cpp | 44 void checkLocation(SVal l, bool isLoad, const Stmt *S, 68 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument 72 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 | 163 void checkLocation(SVal loc, bool isLoad, const Stmt *S, 202 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() argument 205 if (!isLoad) in checkLocation()
|
| H A D | DereferenceChecker.cpp | 40 void checkLocation(SVal location, bool isLoad, const Stmt* S, 195 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument 237 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(), in checkLocation()
|
| H A D | ArrayBoundCheckerV2.cpp | 40 void checkLocation(SVal l, bool isLoad, const Stmt*S, 114 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument
|
| H A D | ObjCSelfInitChecker.cpp | 75 void checkLocation(SVal location, bool isLoad, const Stmt *S, 301 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-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 447 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 454 bool isLoad, 489 const MemoryLocation &Loc, bool isLoad, 495 const MemoryLocation &Loc, bool isLoad,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 998 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand() 1074 assert((isLoad() || isStore()) && in print() 1076 if (isLoad()) in print() 1094 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1097 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print()
|
| H A D | TargetInstrInfo.cpp | 349 if ((*o)->isLoad() && in hasLoadFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 41 static bool isLoad(int Opcode) { in isLoad() function 59 if (isLoad(Opcode)) { in isLoadFromStackSlot()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 314 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext() 317 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 342 SVal location, bool isLoad, in runCheckersForLocation() argument 346 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 275 bool isLoad, 432 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()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 380 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem() argument 394 if (isLoad) { in DecodeMem() 417 if (!isLoad) { in DecodeMem()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 855 return isLoad() || isStore() || isAtomic() || in hasPredCode() 862 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode() 870 if (!isLoad() && !isStore()) { in getPredCode() 882 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode() 886 if (isLoad()) { in getPredCode() 959 if (isLoad() || isStore() || isAtomic()) { in getPredCode() 1001 if (isLoad() || isStore()) { in getPredCode() 1002 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode() 1010 if (isLoad()) { in getPredCode() 1091 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn [all …]
|
| H A D | GlobalISelEmitter.cpp | 304 if (Predicate.isLoad() && Predicate.getMemoryVT()) in isTrivialOperatorNode() 307 if (Predicate.isLoad() || Predicate.isStore()) { in isTrivialOperatorNode() 3125 if (!Equiv.isValueUnset("IfSignExtend") && Predicate.isLoad() && in getEquivNode() 3128 if (!Equiv.isValueUnset("IfZeroExtend") && Predicate.isLoad() && in getEquivNode() 3204 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in createAndImportSelDAGMatcher() 3209 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in createAndImportSelDAGMatcher() 3229 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in createAndImportSelDAGMatcher() 3248 if (Predicate.isLoad() || Predicate.isStore()) { in createAndImportSelDAGMatcher()
|
| H A D | CodeGenDAGPatterns.h | 535 bool isLoad() const;
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 497 bool isLoad() const { in isLoad() function in __anonb85134700311::EarlyCSE::ParseMemoryInst 956 if (MemInst.isValid() && MemInst.isLoad()) { in processNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 691 bool isLoad);
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 779 class AI3ldstidxT<bits<4> op, bit isLoad, dag oops, dag iops, 793 let Inst{20} = isLoad; // L bit 1295 class T2Ii8s4<bit P, bit W, bit isLoad, dag oops, dag iops, InstrItinClass itin, 1307 let Inst{20} = isLoad; 1313 class T2Ii8s4post<bit P, bit W, bit isLoad, dag oops, dag iops, 1327 let Inst{20} = isLoad;
|