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

1 2

  /art/compiler/optimizing/
load_store_elimination.cc 138 if (!IsLoad(instruction)) {
154 DCHECK(IsLoad(load));
264 static bool IsLoad(HInstruction* instruction) {
287 if (IsLoad(heap_value)) {
    [all...]
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 79 unsigned int IsLoad : 1;
346 SwapVector[VecIdx].IsLoad = 1;
352 SwapVector[VecIdx].IsLoad = 1;
363 SwapVector[VecIdx].IsLoad = 1;
672 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) {
683 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad ||
707 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad ||
758 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) {
    [all...]
  /external/v8/src/arm64/
instructions-arm64.cc 13 bool Instruction::IsLoad() const {
  /external/vixl/src/aarch64/
instructions-aarch64.cc 47 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/capstone/arch/AArch64/
AArch64Disassembler.c 1004 bool 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InlineSpiller.cpp 688 bool IsLoad = InstrReg;
689 if (!IsLoad)
696 if (!IsLoad)
703 if (IsLoad) {
    [all...]
MachineScheduler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 125 bool IsLoad;
475 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed");
    [all...]
ARMLoadStoreOptimizer.cpp 495 bool IsLoad =
500 if (IsLoad || IsStore) {
826 bool IsLoad = isi32Load(Opcode);
827 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store");
828 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8;
833 if (IsLoad) {
848 bool IsLoad = isLoadSingle(Opcode);
863 if (IsLoad) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore();
823 if (!IsLoad && !IsStore)
    [all...]
HexagonConstExtenders.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]

Completed in 3916 milliseconds

1 2