Home
last modified time | relevance | path

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

/freebsd/contrib/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.cpp3068 bool isLoad = true; in getPreIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp238 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
266 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
365 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
674 bool isLoad = !isModSet(MR); in getDependency() local
837 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
898 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in getNonLocalInfoForBlock()
1031 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
H A DDereferenceChecker.cpp272 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
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.cpp3308 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp145 bool isLoad() const { return Access == AccessTy::Load; } in isLoad() function in __anon143e10ef0111::MOVEMState
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h299 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp333 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp374 const MCDisassembler *Decoder, bool isLoad, in DecodeMem()
398 const MCDisassembler *Decoder, bool isLoad, in DecodeMemAS()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp53 static bool isLoad(int Opcode) { in isLoad() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h196 static void _checkLocation(void *checker, SVal location, bool isLoad, in _checkLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h386 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp843 bool isLoad() const { in isLoad() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp356 SVal location, bool isLoad, in runCheckersForLocation()
H A DExprEngine.cpp3830 bool isLoad) { in evalLocation()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1204 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn