/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 281 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 D | PPCISelLowering.cpp | 3063 bool isLoad = true; getPreIndexedAddressParts() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundChecker.cpp | 36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
|
H A D | NonnullGlobalConstantsChecker.cpp | 70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
|
H A D | DereferenceChecker.cpp | 245 checkLocation(SVal l,bool isLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
|
H A D | ObjCSelfInitChecker.cpp | 299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
|
H A D | NSErrorChecker.cpp | 213 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
|
H A D | MallocChecker.cpp | 3115 checkLocation(SVal l,bool isLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 241 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 D | M68kCollapseMOVEMPass.cpp | 145 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anon7c7b1b820111::MOVEMState
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 295 bool isLoad() const { return FlagVals & MOLoad; } isLoad() function
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | InvalidPtrChecker.cpp | 333 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation()
|
/llvm-project/polly/include/polly/Support/ |
H A D | ScopHelper.h | 307 bool isLoad() const { return I && llvm::isa<llvm::LoadInst>(I); } isLoad() function
|
/llvm-project/llvm/lib/Target/VE/Disassembler/ |
H A D | VEDisassembler.cpp | 372 const MCDisassembler *Decoder, bool isLoad, in DecodeMem() 396 const MCDisassembler *Decoder, bool isLoad, in DecodeMemAS()
|
/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.cpp | 53 static bool isLoad(int Opcode) { in isLoad() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetBuiltins.h | 285 bool isLoad() const { return Flags & IsLoad; } isLoad() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 196 static void _checkLocation(void *checker, SVal location, bool isLoad, in _checkLocation()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 849 bool isLoad() const { isLoad() function in __anon84efd1fe0411::EarlyCSE::ParseMemoryInst
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 350 runCheckersForLocation(ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,SVal location,bool isLoad,const Stmt * NodeEx,const Stmt * BoundEx,ExprEngine & Eng) runCheckersForLocation() argument
|
H A D | ExprEngine.cpp | 3700 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 D | CodeGenDAGPatterns.cpp | 1195 bool TreePredicateFn::isLoad() const { isLoad() function in TreePredicateFn [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 210 bool isLoad = !MI.mayStore(); convertToThreeAddress() local
|