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

  /external/llvm/lib/CodeGen/
AtomicExpandPass.cpp 51 bool IsStore, bool IsLoad);
103 bool IsStore, IsLoad;
108 IsStore = false;
113 IsStore = true;
119 IsStore = IsLoad = true;
130 IsStore = IsLoad = true;
134 MadeChange |= bracketInstWithFences(I, FenceOrdering, IsStore, IsLoad);
179 bool IsStore, bool IsLoad) {
182 auto LeadingFence = TLI->emitLeadingFence(Builder, Order, IsStore, IsLoad);
184 auto TrailingFence = TLI->emitTrailingFence(Builder, Order, IsStore, IsLoad)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 150 bool IsStore;
152 &IsStore);
158 bool MaskAfter = IsSPFirstOperand && !IsStore;
203 bool *IsStore) {
204 if (IsStore)
205 *IsStore = false;
235 if (IsStore)
236 *IsStore = true;
243 if (IsStore)
244 *IsStore = true
    [all...]
  /external/v8/src/arm64/
instructions-arm64.cc 43 bool Instruction::IsStore() const {
  /external/llvm/lib/Target/PowerPC/
PPCVSXSwapRemoval.cpp 79 unsigned int IsStore : 1;
365 SwapVector[VecIdx].IsStore = 1;
371 SwapVector[VecIdx].IsStore = 1;
675 SwapVector[UseIdx].IsStore) {
691 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) {
698 SwapVector[DefIdx].IsStore) {
744 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) {
    [all...]
  /external/v8/test/unittests/interpreter/
interpreter-assembler-unittest.cc 83 Matcher<Node*> InterpreterAssemblerTest::InterpreterAssemblerForTest::IsStore(
87 return ::i::compiler::IsStore(rep_matcher, base_matcher, index_matcher,
515 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged,
622 m.IsStore(StoreRepresentation(MachineRepresentation::kTagged,
  /external/vixl/src/vixl/a64/
instructions-a64.cc 104 bool Instruction::IsStore() const {
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 456 bool IsStore =
459 if (IsLoad || IsStore) {
472 if (Offset >= 0 && !(IsStore && InstrSrcReg == Base))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 853 bool IsLoad = TheI->mayLoad(), IsStore = TheI->mayStore();
854 if (!IsLoad && !IsStore)
876 bool Conflict = (L && IsStore) || S;
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.cc     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 477 milliseconds