Searched refs:isLoad (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, argument
H A DNonnullGlobalConstantsChecker.cpp44 void checkLocation(SVal l, bool isLoad, const Stmt *S,
69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, argument
73 if (!isLoad || !location.isValid())
H A DNSErrorChecker.cpp173 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
212 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, argument
215 if (!isLoad)
H A DDereferenceChecker.cpp43 void checkLocation(SVal location, bool isLoad, const Stmt* S,
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, argument
243 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(),
284 ImplicitNullDerefEvent event = {V, /*isLoad=*/true, N,
H A DObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
300 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, argument
H A DArrayBoundCheckerV2.cpp42 void checkLocation(SVal l, bool isLoad, const Stmt*S,
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, argument
H A DObjCSuperDeallocChecker.cpp46 void checkLocation(SVal l, bool isLoad, const Stmt *S,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) {
284 isLoad = MCID.mayLoad();
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
337 isLoad, isStore);
375 if (isLoad && NumStores && !MI->memoperands_empty()) {
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
395 isLoad, isStore);
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h92 bool &isLoad, bool &isStore);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h443 /// If isLoad is true, this routine ignores may-aliases with read-only
444 /// operations. If isLoad is false, this routine ignores may-aliases
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-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp247 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
260 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit, BatchAA);
275 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
278 return getPointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst, Limit,
370 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
411 if (isLoad && QueryInst) {
515 if (isLoad) {
612 if (isLoad && FI->getOrdering() == AtomicOrdering::Release)
629 if (isLoad)
680 bool isLoad local
246 getPointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, BatchAAResults &BatchAA) argument
274 getPointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit) argument
369 getSimplePointerDependencyFrom( const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, BasicBlock *BB, Instruction *QueryInst, unsigned *Limit, BatchAAResults &BatchAA) argument
845 bool isLoad = isa<LoadInst>(QueryInst); local
905 GetNonLocalInfoForBlock( Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, BasicBlock *BB, NonLocalDepInfo *Cache, unsigned NumSortedEntries, BatchAAResults &BatchAA) argument
1037 getNonLocalPointerDepFromBB( Instruction *QueryInst, const PHITransAddr &Pointer, const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, SmallVectorImpl<NonLocalDepResult> &Result, DenseMap<BasicBlock *, Value *> &Visited, bool SkipFirstBlock, bool IsIncomplete) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp144 bool isLoad() const { return Access == AccessTy::Load; } function in class:__anon2473::MOVEMState
187 if (State.isLoad()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp1028 assert((isLoad() || isStore()) && "Not a load/store!");
1093 assert((isLoad() || isStore()) &&
1095 if (isLoad())
1113 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
1116 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
1160 OS << ((isLoad() && isStore()) ? " on "
1161 : isLoad() ? " from "
H A DMachineVerifier.cpp1488 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad()) ||
1489 (MMOs[1]->isStore() || !MMOs[1]->isLoad())) {
1521 if ((!MMOs[0]->isStore() || MMOs[0]->isLoad())) {
1644 if (Op->isLoad() && !MI->mayLoad())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp363 const void *Decoder, bool isLoad,
368 if (isLoad) {
378 if (!isLoad) {
387 const void *Decoder, bool isLoad,
392 if (isLoad) {
402 if (!isLoad) {
362 DecodeMem(MCInst &MI, uint64_t insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeSX) argument
386 DecodeMemAS(MCInst &MI, uint64_t insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeSX) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { function
71 if (isLoad(Opcode)) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } function in class:llvm::MachineMemOperand
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h245 bool isLoad() const { return Flags & IsLoad; } function in class:clang::SVETypeFlags
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp324 SVal loc, bool isLoad, const Stmt *NodeEx,
327 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
352 SVal location, bool isLoad,
356 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
323 CheckLocationContext(const CheckersTy &checkers, SVal loc, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &eng) argument
350 runCheckersForLocation(ExplodedNodeSet &Dst, const ExplodedNodeSet &Src, SVal location, bool isLoad, const Stmt *NodeEx, const Stmt *BoundEx, ExprEngine &Eng) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h334 bool isLoad,
493 CheckerFn<void (const SVal &location, bool isLoad, const Stmt *S,
H A DChecker.h197 const SVal &location, bool isLoad, const Stmt *S,
199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
196 _checkLocation(void *checker, const SVal &location, bool isLoad, const Stmt *S, CheckerContext &C) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp372 bool isLoad, DecodeFunc DecodeRD) {
386 if (isLoad) {
409 if (!isLoad) {
370 DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeRD) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp716 bool isLoad() const { function in class:__anon2933::EarlyCSE::ParseMemoryInst
1115 if (MemInst.isLoad() && !InVal.IsAtomic && MemInst.isAtomic())
1121 bool MemInstMatching = !MemInst.isLoad();
1381 if (MemInst.isValid() && MemInst.isLoad()) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp894 return isLoad() || isStore() || isAtomic() ||
901 if (!isLoad() && !isStore() && !isAtomic()) {
909 if (!isLoad() && !isStore()) {
921 if (isLoad() + isStore() + isAtomic() > 1)
925 if (isLoad()) {
1001 if (isLoad() || isStore() || isAtomic()) {
1067 if (isLoad() || isStore()) {
1068 StringRef SDNodeName = isLoad() ? "LoadSDNode" : "StoreSDNode";
1076 if (isLoad()) {
1159 bool TreePredicateFn::isLoad() cons function in class:TreePredicateFn
[all...]
H A DGlobalISelEmitter.cpp328 if (Predicate.isLoad() && Predicate.getMemoryVT())
331 if (Predicate.isLoad() || Predicate.isStore()) {
336 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3747 if (!Equiv.isValueUnset("IfSignExtend") && Predicate.isLoad() &&
3750 if (!Equiv.isValueUnset("IfZeroExtend") && Predicate.isLoad() &&
3790 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3813 if (Predicate.isLoad() && Predicate.isNonExtLoad()) {
3818 if (Predicate.isLoad() && Predicate.isAnyExtLoad()) {
3862 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3874 if (Predicate.isLoad() || Predicat
[all...]

Completed in 249 milliseconds

12