Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) { in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
DDereferenceChecker.cpp189 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
DArrayBoundCheckerV2.cpp84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
DNSErrorChecker.cpp203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
DObjCSelfInitChecker.cpp301 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
DNonnullGlobalConstantsChecker.cpp69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
DDereferenceChecker.cpp207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
DArrayBoundCheckerV2.cpp116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
DObjCSelfInitChecker.cpp300 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
DNSErrorChecker.cpp212 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
750 bool isLoad = !isModSet(MR); in getDependency() local
918 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
979 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1095 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp257 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
369 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
684 bool isLoad = !isModSet(MR); in getDependency() local
852 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
913 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1045 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
396 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
711 bool isLoad = !(MR & MRI_Mod); in getDependency() local
880 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
931 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1047 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java158 public boolean isLoad() in isLoad() method in VariableInstruction
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp93 bool isLoad = false; in isLoadInstr() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h177 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineMemOperand.h266 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h317 bool isLoad() const { return I && llvm::isa<llvm::LoadInst>(I); } in isLoad() function
/external/llvm-project/llvm/lib/Target/VE/Disassembler/
DVEDisassembler.cpp363 const void *Decoder, bool isLoad, in DecodeMem()
387 const void *Decoder, bool isLoad, in DecodeMemAS()
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java49 private boolean isLoad; field in BasicInvocationUnit

123