| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryDependenceAnalysis.cpp | 247 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 260 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA); in getPointerDependencyFrom() 275 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument 278 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, in getPointerDependencyFrom() 370 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom() argument 411 if (isLoad && QueryInst) { in getSimplePointerDependencyFrom() 515 if (isLoad) { in getSimplePointerDependencyFrom() 612 if (isLoad && FI->getOrdering() == AtomicOrdering::Release) in getSimplePointerDependencyFrom() 629 if (isLoad) in getSimplePointerDependencyFrom() 680 bool isLoad = !isModSet(MR); in getDependency() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/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 | 43 void checkLocation(SVal location, bool isLoad, const Stmt* S, 207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument 243 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, 300 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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 454 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 460 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad, 468 getSimplePointerDependencyFrom(const MemoryLocation &MemLoc, bool isLoad, 498 const MemoryLocation &Loc, bool isLoad, 505 const MemoryLocation &Loc, bool isLoad,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 1028 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand() 1093 assert((isLoad() || isStore()) && in print() 1095 if (isLoad()) in print() 1113 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1116 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into "); in print() 1160 OS << ((isLoad() && isStore()) ? " on " in print() 1161 : isLoad() ? " from " in print()
|
| H A D | MachineVerifier.cpp | 1488 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad()) || in verifyPreISelGenericInstruction() 1489 (MMOs[1]->isStore() || !MMOs[1]->isLoad())) { in verifyPreISelGenericInstruction() 1521 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad())) { in verifyPreISelGenericInstruction() 1644 if (Op->isLoad() && !MI->mayLoad()) in visitMachineInstrBefore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 363 const void *Decoder, bool isLoad, in DecodeMem() argument 368 if (isLoad) { in DecodeMem() 378 if (!isLoad) { in DecodeMem() 387 const void *Decoder, bool isLoad, in DecodeMemAS() argument 392 if (isLoad) { in DecodeMemAS() 402 if (!isLoad) { in DecodeMemAS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kCollapseMOVEMPass.cpp | 144 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anon55c4489a0111::MOVEMState 187 if (State.isLoad()) { in Finish()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.cpp | 53 static bool isLoad(int Opcode) { in isLoad() function 71 if (isLoad(Opcode)) { in isLoadFromStackSlot()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 372 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem() argument 386 if (isLoad) { in DecodeMem() 409 if (!isLoad) { in DecodeMem()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 334 bool isLoad, 493 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 716 bool isLoad() const { in isLoad() function in __anon16fc0a160311::EarlyCSE::ParseMemoryInst 1115 if (MemInst.isLoad() && !InVal.IsAtomic && MemInst.isAtomic()) in getMatchingValue() 1121 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue() 1381 if (MemInst.isValid() && MemInst.isLoad()) { in processNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 894 return isLoad() || isStore() || isAtomic() || in hasPredCode() 901 if (!isLoad() && !isStore() && !isAtomic()) { in getPredCode() 909 if (!isLoad() && !isStore()) { in getPredCode() 921 if (isLoad() + isStore() + isAtomic() > 1) in getPredCode() 925 if (isLoad()) { in getPredCode() 1001 if (isLoad() || isStore() || isAtomic()) { in getPredCode() 1067 if (isLoad() || isStore()) { in getPredCode() 1068 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode"; in getPredCode() 1076 if (isLoad()) { in getPredCode() 1159 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn [all …]
|
| H A D | GlobalISelEmitter.cpp | 328 if (Predicate.isLoad() && Predicate.getMemoryVT()) in isTrivialOperatorNode() 331 if (Predicate.isLoad() || Predicate.isStore()) { in isTrivialOperatorNode() 336 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in isTrivialOperatorNode() 3747 if (!Equiv.isValueUnset("IfSignExtend") && Predicate.isLoad() && in getEquivNode() 3750 if (!Equiv.isValueUnset("IfZeroExtend") && Predicate.isLoad() && in getEquivNode() 3790 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 3813 if (Predicate.isLoad() && Predicate.isNonExtLoad()) { in addBuiltinPredicates() 3818 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) { in addBuiltinPredicates() 3862 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) { in addBuiltinPredicates() 3874 if (Predicate.isLoad() || Predicate.isStore()) { in addBuiltinPredicates()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TargetBuiltins.h | 245 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
|