Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp69 bool &isLoad, bool &isStore) { in GetInstrType()
129 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
228 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/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-7.0/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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp330 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getPointerDependencyFrom()
442 const MemoryLocation &MemLoc, bool isLoad, BasicBlock::iterator ScanIt, in getSimplePointerDependencyFrom()
747 bool isLoad = !isModSet(MR); in getDependency() local
916 bool isLoad = isa<LoadInst>(QueryInst); in getNonLocalPointerDependency() local
977 Instruction *QueryInst, const MemoryLocation &Loc, bool isLoad, in GetNonLocalInfoForBlock()
1093 const MemoryLocation &Loc, bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp339 getPointerDependencyFrom(const AliasAnalysis::Location &MemLoc, bool isLoad, in getPointerDependencyFrom()
541 bool isLoad = !(MR & AliasAnalysis::Mod); in getDependency() local
728 getNonLocalPointerDependency(const AliasAnalysis::Location &Loc, bool isLoad, in getNonLocalPointerDependency()
757 bool isLoad, BasicBlock *BB, in GetNonLocalInfoForBlock()
872 bool isLoad, BasicBlock *StartBB, in getNonLocalPointerDepFromBB()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineMemOperand.h140 bool isLoad() const { return Flags & MOLoad; } in isLoad() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCalcSpillWeights.cpp178 bool isLoad = false; in CalculateWeightAndHint() local
DLiveIntervalAnalysis.cpp980 bool &isLoad) { in isReMaterializable()
1027 bool &isLoad) { in isReMaterializable()
1199 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionForSpills()
1422 bool isLoad, bool isLoadSS, bool DefIsReMat, bool CanDelete, in rewriteInstructionsForSpills()
1791 bool isLoad = isLoadSS || in addIntervalsForSpills() local
1880 bool isLoad = isLoadSS || in addIntervalsForSpills() local
/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-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h258 bool isLoad() const { return FlagVals & MOLoad; } in isLoad() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp41 static bool isLoad(int Opcode) { in isLoad() function
/external/proguard/src/proguard/evaluation/
DBasicInvocationUnit.java49 private boolean isLoad; field in BasicInvocationUnit
/external/capstone/arch/Sparc/
DSparcDisassembler.c253 bool isLoad, DecodeFunc DecodeRD) in DecodeMem()
/external/swiftshader/src/Reactor/
DOptimizer.cpp590 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad() function in __anonec99288e0111::Optimizer
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp392 bool isLoad() const { in isLoad() function in __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h197 const SVal &location, bool isLoad, const Stmt *S, in _checkLocation()
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp380 bool isLoad, DecodeFunc DecodeRD) { in DecodeMem()

12