Home
last modified time | relevance | path

Searched defs:isLoad (Results 1 – 17 of 17) 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.cpp3054 bool isLoad = true; in getPreIndexedAddressParts() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp241 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
269 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
397 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
711 bool isLoad = !isModSet(MR); in getDependency() local
874 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
935 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in getNonLocalInfoForBlock()
1068 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
H A DDereferenceChecker.cpp245 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
H A DMallocChecker.cpp3115 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.h295 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.cpp372 const MCDisassembler *Decoder, bool isLoad, in DecodeMem()
396 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/Basic/
H A DTargetBuiltins.h285 bool isLoad() const { return Flags & IsLoad; } in isLoad() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp849 bool isLoad() const { in isLoad() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp350 SVal location, bool isLoad, in runCheckersForLocation()
H A DExprEngine.cpp3705 bool isLoad) { in evalLocation()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1195 bool TreePredicateFn::isLoad() const { in isLoad() function in TreePredicateFn
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp210 bool isLoad = !MI.mayStore(); in convertToThreeAddress() local