Home
last modified time | relevance | path

Searched refs:isLoad (Results 1 – 25 of 32) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType() argument
284 isLoad = MCID.mayLoad(); in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
337 isLoad, isStore); in getHazardType()
375 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
395 isLoad, isStore); in EmitInstruction()
H A DPPCHazardRecognizers.h93 bool &isLoad, bool &isStore);
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() argument
H A DDereferenceChecker.cpp39 void checkLocation(SVal location, bool isLoad, const Stmt* S,
177 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() argument
217 ImplicitNullDerefEvent event = { l, isLoad, N, &C.getBugReporter() }; in checkLocation()
H A DNSErrorChecker.cpp163 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() argument
206 if (!isLoad) in checkLocation()
H A DArrayBoundCheckerV2.cpp39 void checkLocation(SVal l, bool isLoad, const Stmt*S,
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() argument
H A DObjCSelfInitChecker.cpp75 void checkLocation(SVal location, bool isLoad, const Stmt *S,
302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() argument
H A DMallocChecker.cpp198 void checkLocation(SVal l, bool isLoad, const Stmt *S,
2075 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() argument
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp410 if (isLoad && QueryInst) { in getPointerDependencyFrom()
485 if (isLoad) { in getPointerDependencyFrom()
624 if (isLoad) in getPointerDependencyFrom()
675 bool isLoad = !(MR & AliasAnalysis::Mod); in getDependency() local
881 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
942 bool isLoad, BasicBlock *BB, in GetNonLocalInfoForBlock() argument
975 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock()
1001 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock()
1057 bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB() argument
1062 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp114 bool isLoad = false; in isLoadInstr() local
117 isLoad = (TSFlags == 1); in isLoadInstr()
118 if (isLoad) in isLoadInstr()
120 return isLoad; in isLoadInstr()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h408 bool isLoad,
433 bool isLoad, BasicBlock *BB,
438 bool isLoad, BasicBlock *BB,
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h172 bool isLoad() const { return Flags & MOLoad; } in isLoad() function
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp255 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem() argument
267 if (isLoad) { in DecodeMem()
287 if (!isLoad) { in DecodeMem()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp275 SVal loc, bool isLoad, const Stmt *NodeEx, in CheckLocationContext()
278 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext()
299 SVal location, bool isLoad, in runCheckersForLocation() argument
303 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx, in runCheckersForLocation()
H A DExprEngine.cpp2278 bool isLoad) { in evalLocation() argument
2302 getCheckerManager().runCheckersForLocation(Tmp, Src, location, isLoad, in evalLocation()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp268 if ((*I)->isLoad()) in extractLoadMemRefs()
275 if ((*I)->isLoad()) { in extractLoadMemRefs()
308 if (!(*I)->isLoad()) in extractStoreMemRefs()
H A DMachineInstr.cpp461 assert((isLoad() || isStore()) && "Not a load/store!"); in MachineMemOperand()
496 assert((MMO.isLoad() || MMO.isStore()) && in operator <<()
502 if (MMO.isLoad()) in operator <<()
H A DTargetInstrInfo.cpp252 if ((*o)->isLoad()) { in hasLoadFromStackSlot()
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h312 bool isLoad,
455 typedef CheckerFn<void (const SVal &location, bool isLoad,
H A DChecker.h186 const SVal &location, bool isLoad, const Stmt *S, in _checkLocation() argument
188 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h562 const ProgramPointTag *tag, bool isLoad);
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrFormats.td749 class AI3ldstidxT<bits<4> op, bit isLoad, dag oops, dag iops,
763 let Inst{20} = isLoad; // L bit
1248 class T2Ii8s4<bit P, bit W, bit isLoad, dag oops, dag iops, InstrItinClass itin,
1260 let Inst{20} = isLoad;
1266 class T2Ii8s4post<bit P, bit W, bit isLoad, dag oops, dag iops,
1280 let Inst{20} = isLoad;
H A DARMBaseInstrInfo.cpp158 bool isLoad = !MI->mayStore(); in convertToThreeAddress() local
159 const MachineOperand &WB = isLoad ? MI->getOperand(1) : MI->getOperand(0); in convertToThreeAddress()
215 if (isLoad) in convertToThreeAddress()
226 if (isLoad) in convertToThreeAddress()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp179 SmallVectorImpl<MCInst> &Instructions, bool isLoad,
1726 bool isLoad, bool isImmOpnd) { in expandMemInst() argument
1779 if (isLoad && IsGPR && (BaseRegNum != RegOpNum)) in expandMemInst()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8236 bool isLoad = true; in CombineToPreIndexedLoadStore() local
8255 isLoad = false; in CombineToPreIndexedLoadStore()
8301 if (!isLoad) { in CombineToPreIndexedLoadStore()
8370 if (isLoad) in CombineToPreIndexedLoadStore()
8384 if (isLoad) { in CombineToPreIndexedLoadStore()
8436 SDValue NewOp2 = Result.getValue(isLoad ? 1 : 0); in CombineToPreIndexedLoadStore()
8446 DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(isLoad ? 1 : 0)); in CombineToPreIndexedLoadStore()
8460 bool isLoad = true; in CombineToPostIndexedLoadStore() local
8479 isLoad = false; in CombineToPostIndexedLoadStore()
8538 SDValue Result = isLoad in CombineToPostIndexedLoadStore()
[all …]

12