/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 281 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
|
H A D | PPCISelLowering.cpp | 1472 bool isLoad = true; in getPreIndexedAddressParts() local
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundChecker.cpp | 36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
|
H A D | DereferenceChecker.cpp | 177 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation()
|
H A D | ArrayBoundCheckerV2.cpp | 84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
|
H A D | NSErrorChecker.cpp | 203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation()
|
H A D | ObjCSelfInitChecker.cpp | 302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation()
|
H A D | MallocChecker.cpp | 2075 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 372 getPointerDependencyFrom(const AliasAnalysis::Location &MemLoc, bool 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() 1057 bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 172 bool isLoad() const { return Flags & MOLoad; } in isLoad() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.cpp | 114 bool isLoad = false; in isLoadInstr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 255 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 186 const SVal &location, bool isLoad, const Stmt *S, in _checkLocation()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 299 SVal location, bool isLoad, in runCheckersForLocation()
|
H A D | ExprEngine.cpp | 2278 bool isLoad) { in evalLocation()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 1726 bool isLoad, bool isImmOpnd) { in expandMemInst()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 158 bool isLoad = !MI->mayStore(); in convertToThreeAddress() local
|
H A D | ARMISelLowering.cpp | 8914 bool isLoad = true; in CombineBaseUpdate() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 8236 bool isLoad = true; in CombineToPreIndexedLoadStore() local 8460 bool isLoad = true; in CombineToPostIndexedLoadStore() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5880 bool isLoad = (Mnemonic == "ldrexd" || Mnemonic == "ldaexd"); in ParseInstruction() local
|