Home
last modified time | relevance | path

Searched defs:isLoad (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
393 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
H A DPPCISelLowering.cpp3063 bool isLoad = true; getPreIndexedAddressParts() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
H A DNonnullGlobalConstantsChecker.cpp70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
H A DDereferenceChecker.cpp245 checkLocation(SVal l,bool isLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
H A DObjCSelfInitChecker.cpp299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
H A DNSErrorChecker.cpp213 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
H A DMallocChecker.cpp3115 checkLocation(SVal l,bool isLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument
269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom() argument
397 getSimplePointerDependencyFrom(const MemoryLocation & MemLoc,bool isLoad,BasicBlock::iterator ScanIt,BasicBlock * BB,Instruction * QueryInst,unsigned * Limit,BatchAAResults & BatchAA) getSimplePointerDependencyFrom() argument
711 bool isLoad = !isModSet(MR); getDependency() local
874 bool isLoad = isa<LoadInst>(QueryInst); getNonLocalPointerDependency() local
935 getNonLocalInfoForBlock(Instruction * QueryInst,const MemoryLocation & Loc,bool isLoad,BasicBlock * BB,NonLocalDepInfo * Cache,unsigned NumSortedEntries,BatchAAResults & BatchAA) getNonLocalInfoForBlock() argument
1068 getNonLocalPointerDepFromBB(Instruction * QueryInst,const PHITransAddr & Pointer,const MemoryLocation & Loc,bool isLoad,BasicBlock * StartBB,SmallVectorImpl<NonLocalDepResult> & Result,DenseMap<BasicBlock *,Value * > & Visited,bool SkipFirstBlock,bool IsIncomplete) getNonLocalPointerDepFromBB() argument
[all...]
/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp145 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anon7c7b1b820111::MOVEMState
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h295 bool isLoad() const { return FlagVals & MOLoad; } isLoad() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp333 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation()
/llvm-project/polly/include/polly/Support/
H A DScopHelper.h307 bool isLoad() const { return I && llvm::isa<llvm::LoadInst>(I); } isLoad() function
/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp372 const MCDisassembler *Decoder, bool isLoad, in DecodeMem()
396 const MCDisassembler *Decoder, bool isLoad, in DecodeMemAS()
/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h285 bool isLoad() const { return Flags & IsLoad; } isLoad() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h196 static void _checkLocation(void *checker, SVal location, bool isLoad, in _checkLocation()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp849 bool isLoad() const { isLoad() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp350 runCheckersForLocation(ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,SVal location,bool isLoad,const Stmt * NodeEx,const Stmt * BoundEx,ExprEngine & Eng) runCheckersForLocation() argument
H A DExprEngine.cpp3700 evalLocation(ExplodedNodeSet & Dst,const Stmt * NodeEx,const Stmt * BoundEx,ExplodedNode * Pred,ProgramStateRef state,SVal location,bool isLoad) evalLocation() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1195 bool TreePredicateFn::isLoad() const { isLoad() function in TreePredicateFn
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp210 bool isLoad = !MI.mayStore(); convertToThreeAddress() local