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

  /external/v8/src/arm64/
instructions-arm64.cc 16 bool Instruction::IsLoad() const {
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 197 const SVal &location, bool isLoad, const Stmt *S,
199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
543 bool IsLoad;
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 78 unsigned int IsLoad : 1;
343 SwapVector[VecIdx].IsLoad = 1;
349 SwapVector[VecIdx].IsLoad = 1;
358 SwapVector[VecIdx].IsLoad = 1;
663 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) {
674 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad ||
698 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad ||
748 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) {
    [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.cc 65 bool Instruction::IsLoad() const {
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 293 bool IsLoad;
302 SVal loc, bool isLoad, const Stmt *NodeEx,
305 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx),
310 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind :
317 checkFn(Loc, IsLoad, BoundEx, C);
326 SVal location, bool isLoad,
330 CheckLocationContext C(LocationCheckers, location, isLoad, NodeEx,
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 104 bool IsLoad;
413 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
477 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
548 if (TableEntry->IsLoad) {
573 if (!TableEntry->IsLoad)
598 if (TableEntry->IsLoad)
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 660 bool IsLoad = InstrReg;
661 if (!IsLoad)
668 if (!IsLoad)
675 if (IsLoad) {
    [all...]
AtomicExpandPass.cpp 51 bool IsStore, bool IsLoad);
227 bool IsStore, IsLoad;
232 IsLoad = true;
237 IsLoad = false;
242 IsStore = IsLoad = true;
253 IsStore = IsLoad = true;
257 MadeChange |= bracketInstWithFences(I, FenceOrdering, IsStore, IsLoad);
324 bool IsStore, bool IsLoad) {
327 auto LeadingFence = TLI->emitLeadingFence(Builder, Order, IsStore, IsLoad);
329 auto TrailingFence = TLI->emitTrailingFence(Builder, Order, IsStore, IsLoad);
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 122 bool IsLoad;
397 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
462 assert(TableEntry && !TableEntry->IsLoad && "NEONLdStTable lookup failed");
538 if (TableEntry->IsLoad) {
563 if (!TableEntry->IsLoad)
588 if (TableEntry->IsLoad)
    [all...]
ARMLoadStoreOptimizer.cpp 470 bool IsLoad =
475 if (IsLoad || IsStore) {
795 bool IsLoad = isi32Load(Opcode);
796 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store");
797 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8;
802 if (IsLoad) {
817 bool IsLoad = isLoadSingle(Opcode);
832 if (IsLoad) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 821 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore();
822 if (!IsLoad && !IsStore)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 886 milliseconds