HomeSort by relevance Sort by last modified time
    Searched refs:isLoad (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.h 64 bool &isLoad, bool &isStore);
PPCHazardRecognizers.cpp 69 bool &isLoad, bool &isStore) {
71 isFirst = isSingle = isCracked = isLoad = isStore = false;
78 isLoad = MCID.mayLoad();
129 bool isFirst, isSingle, isCracked, isLoad, isStore;
132 isLoad, isStore);
171 if (isLoad && NumStores) {
228 bool isFirst, isSingle, isCracked, isLoad, isStore;
231 isLoad, isStore);
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS,
NSErrorChecker.cpp 163 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad,
206 if (!isLoad)
241 if (event.IsLoad)
DereferenceChecker.cpp 40 void checkLocation(SVal location, bool isLoad, const Stmt* S,
189 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S,
232 ImplicitNullDerefEvent event = {l, isLoad, N, &C.getBugReporter(),
273 ImplicitNullDerefEvent event = {V, /*isLoad=*/true, N,
ArrayBoundCheckerV2.cpp 39 void checkLocation(SVal l, bool isLoad, const Stmt*S,
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 49 private boolean isLoad;
146 isLoad = true;
151 isLoad = false;
156 isLoad = true;
161 isLoad = false;
188 if (!isLoad)
200 if (isLoad)
  /external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 284 bool &isLoad, bool &isStore) {
287 isLoad = MCID.mayLoad();
337 bool isFirst, isSingle, isCracked, isLoad, isStore;
340 isLoad, isStore);
378 if (isLoad && NumStores && !MI->memoperands_empty()) {
395 bool isFirst, isSingle, isCracked, isLoad, isStore;
398 isLoad, isStore);
PPCHazardRecognizers.h 93 bool &isLoad, bool &isStore);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 284 bool &isLoad, bool &isStore) {
287 isLoad = MCID.mayLoad();
337 bool isFirst, isSingle, isCracked, isLoad, isStore;
340 isLoad, isStore);
378 if (isLoad && NumStores && !MI->memoperands_empty()) {
395 bool isFirst, isSingle, isCracked, isLoad, isStore;
398 isLoad, isStore);
PPCHazardRecognizers.h 93 bool &isLoad, bool &isStore);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CalcSpillWeights.cpp 178 bool isLoad = false;
179 if (LIS.isReMaterializable(li, 0, isLoad)) {
180 if (isLoad)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 330 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
342 MemLoc, isLoad, ScanIt, BB, QueryInst, Limit);
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
448 return getSimplePointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst,
484 if (isLoad && QueryInst) {
579 if (isLoad) {
680 if (isLoad && FI->getOrdering() == AtomicOrdering::Release)
697 if (isLoad)
747 bool isLoad = !isModSet(MR);
749 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 329 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
341 return getSimplePointerDependencyFrom(MemLoc, isLoad, ScanIt, BB, QueryInst);
396 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt,
436 if (isLoad && QueryInst) {
532 if (isLoad) {
645 if (isLoad && FI->getOrdering() == AtomicOrdering::Release)
662 if (isLoad)
711 bool isLoad = !(MR & MRI_Mod);
713 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start;
716 MemLoc, isLoad, ScanPos->getIterator(), QueryParent, QueryInst)
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 308 /// The key of this map is the pointer+isload bit, the value is a list of
408 /// If isLoad is true, this routine ignores may-aliases with read-only
409 /// operations. If isLoad is false, this routine ignores may-aliases
415 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
421 bool isLoad,
455 const MemoryLocation &Loc, bool isLoad,
461 const MemoryLocation &Loc, bool isLoad,
  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.cpp 93 bool isLoad = false;
96 isLoad = (TSFlags == 1);
97 if (isLoad)
99 return isLoad;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 294 /// pointer+isload bit, the value is a list of <bb->result> mappings.
370 bool isLoad, BasicBlock *BB,
391 /// location depends. If isLoad is true, this routine ignores may-aliases
392 /// with read-only operations. If isLoad is false, this routine ignores
398 bool isLoad,
422 bool isLoad, BasicBlock *BB,
427 bool isLoad, BasicBlock *BB,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryDependenceAnalysis.cpp 335 /// location depends. If isLoad is true, this routine ignores may-aliases with
336 /// read-only operations. If isLoad is false, this routine ignores may-aliases
339 getPointerDependencyFrom(const AliasAnalysis::Location &MemLoc, bool isLoad,
388 if (isLoad) {
490 if (isLoad)
541 bool isLoad = !(MR & AliasAnalysis::Mod);
543 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start;
545 LocalCache = getPointerDependencyFrom(MemLoc, isLoad, ScanPos,
728 getNonLocalPointerDependency(const AliasAnalysis::Location &Loc, bool isLoad,
742 if (!getNonLocalPointerDepFromBB(Address, Loc, isLoad, FromBB
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 293 bool &isLoad);
380 bool &isLoad);
441 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
450 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete,
MachineMemOperand.h 140 bool isLoad() const { return Flags & MOLoad; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 327 /// The key of this map is the pointer+isload bit, the value is a list of
437 /// If isLoad is true, this routine ignores may-aliases with read-only
438 /// operations. If isLoad is false, this routine ignores may-aliases
448 MemDepResult getPointerDependencyFrom(const MemoryLocation &Loc, bool isLoad,
455 bool isLoad,
490 const MemoryLocation &Loc, bool isLoad,
496 const MemoryLocation &Loc, bool isLoad,
  /external/swiftshader/src/Reactor/
Optimizer.cpp 42 static bool isLoad(const Ice::Inst &instruction);
240 if(load->isDeleted() || !isLoad(*load))
371 bool isLoadInst = isLoad(inst);
590 bool Optimizer::isLoad(const Ice::Inst &instruction)
629 assert(isLoad(*instruction));
685 assert(isLoad(*load) && isStore(*store));
776 if(isLoad(*instruction))
  /external/capstone/arch/Sparc/
SparcDisassembler.c 253 bool isLoad, DecodeFunc DecodeRD)
267 if (isLoad) {
287 if (!isLoad) {
  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 177 bool isLoad() const { return FlagVals & MOLoad; }
  /external/proguard/src/proguard/optimize/info/
ParameterUsageMarker.java 191 variableInstruction.isLoad())

Completed in 1727 milliseconds

1 2 3 4