HomeSort by relevance Sort by last modified time
    Searched refs:IsLoad (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/v8/src/compiler/
change-lowering-unittest.cc 238 IsLoad(kMachFloat64, val, IsInt32Constant(HeapNumberValueOffset()),
266 IsChangeFloat64ToInt32(IsLoad(
292 IsChangeFloat64ToUint32(IsLoad(
375 IsLoad(kMachFloat64, val, IsInt32Constant(HeapNumberValueOffset()),
403 IsChangeFloat64ToInt32(IsLoad(
430 IsChangeFloat64ToUint32(IsLoad(
graph-unittest.h 91 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
graph-unittest.cc 718 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 124 /// \param IsLoad The flag specifying if the location is a store or a load.
128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
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)
  /external/clang/lib/CodeGen/
CGAtomic.cpp 742 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load ||
769 if (IsLoad)
775 if (IsLoad || IsStore)
803 if (!IsLoad)
805 if (!IsLoad && !IsStore)
    [all...]
  /external/chromium_org/v8/src/arm64/
instructions-arm64.cc 18 bool Instruction::IsLoad() const {
instructions-arm64.h 214 bool IsLoad() const;
simulator-arm64.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 266 bool IsLoad;
275 SVal loc, bool isLoad, const Stmt *NodeEx,
278 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
283 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind :
290 checkFn(Loc, IsLoad, BoundEx, C);
299 SVal location, bool isLoad,
303 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 107 bool IsLoad;
385 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
450 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
526 if (TableEntry->IsLoad) {
551 if (!TableEntry->IsLoad)
576 if (TableEntry->IsLoad)
    [all...]
ARMISelDAGToDAG.cpp 233 SDNode *SelectVLDSTLane(SDNode *N, bool IsLoad,
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 186 const SVal &location, bool isLoad, const Stmt *S,
188 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
545 bool IsLoad;
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /art/compiler/dex/
mir_graph.h 307 bool IsLoad() const {
    [all...]
  /external/chromium_org/v8/src/
hydrogen.cc     [all...]
hydrogen.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 736 milliseconds