Home
last modified time | relevance | path

Searched refs:IsLoad (Results 1 - 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp74 unsigned int IsLoad : 1; member
341 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
347 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
358 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions()
668 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs()
679 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs()
703 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs()
754 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval()
980 if (SwapVector[EntryIdx].IsLoad) in dumpSwapVector()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp935 bool IsLoad, bool IsByte, IValueT Rt,
940 (InstType << kTypeShift) | (IsLoad ? L : 0) |
945 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte,
960 // iiiiiiiiiiii=imm12, b=IsByte, pu0w<<21 is a BlockAddr, l=IsLoad, and
973 emitMemOp(Cond, kInstTypeMemImmediate, IsLoad, IsByte, Rt, Address);
982 // b=IsByte, U=1 if +, pu0b is a BlockAddr, l=IsLoad, and
996 emitMemOp(Cond, kInstTypeRegisterShift, IsLoad, IsByte, Rt, Address);
1144 BlockAddressMode AddressMode, bool IsLoad,
1150 AddressMode | (IsLoad ? L : 0) | (BaseReg << kRnShift) |
1550 constexpr bool IsLoad
[all...]
H A DIceAssemblerARM32.h739 void emitMemOp(CondARM32::Cond Cond, IValueT InstType, bool IsLoad,
748 void emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, IValueT Rt,
758 // size, l=IsLoad, nnnn=Rn (as defined by OpAddress), and tttt=Rt.
759 void emitMemExOp(CondARM32::Cond, Type Ty, bool IsLoad, const Operand *OpRd,
764 // aaaa<<21=AddressMode, l=IsLoad, nnnn=BaseReg, and
767 bool IsLoad, IValueT BaseReg, IValueT Registers);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoads.h146 /// \param [out] IsLoad Whether the returned value is a load from the same
154 bool *IsLoad, unsigned *NumScanedInst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
H A DX86ShuffleDecode.h146 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
H A DX86ShuffleDecode.cpp406 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
412 Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoads.cpp365 AliasAnalysis *AA, bool *IsLoad, in FindAvailableLoadedValue()
373 ScanFrom, MaxInstsToScan, AA, IsLoad, NumScanedInst); in FindAvailableLoadedValue()
361 FindAvailableLoadedValue(LoadInst *Load, BasicBlock *ScanBB, BasicBlock::iterator &ScanFrom, unsigned MaxInstsToScan, AliasAnalysis *AA, bool *IsLoad, unsigned *NumScanedInst) FindAvailableLoadedValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local
426 Register ValReg = IsLoad ? Ldst->getOperand(0).getReg() : Register(); in canSinkLoadStoreTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp496 bool IsLoad = in UpdateBaseRegUses() local
501 if (IsLoad || IsStore) { in UpdateBaseRegUses()
836 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
837 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store"); in CreateLoadStoreDouble()
838 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8; in CreateLoadStoreDouble()
843 if (IsLoad) { in CreateLoadStoreDouble()
859 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
874 if (IsLoad) { in MergeOpsUpdate()
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.cc366 bool KeyedAccessMode::IsLoad() const { in IsLoad() function in v8::internal::compiler::KeyedAccessMode
376 CHECK(IsLoad()); in load_mode()
394 CHECK(IsLoad()); in KeyedAccessMode()
399 CHECK(!IsLoad()); in KeyedAccessMode()
H A Dprocessed-feedback.h102 bool IsLoad() const;
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Ddivergence_analysis.cpp134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
H A Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
H A Dinstruction.h426 // calculation. The instruction must be a load, as defined by |IsLoad|,
437 inline bool IsLoad() const;
890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Ddivergence_analysis.cpp134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
H A Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
H A Dinstruction.h426 // calculation. The instruction must be a load, as defined by |IsLoad|,
437 inline bool IsLoad() const;
890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
/third_party/spirv-tools/source/opt/
H A Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
H A Dinstruction.h442 // calculation. The instruction must be a load, as defined by |IsLoad|,
453 inline bool IsLoad() const;
910 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
H A Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
/third_party/spirv-tools/source/lint/
H A Ddivergence_analysis.cpp133 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInlineSpiller.cpp720 bool IsLoad = InstrReg; in coalesceStackAccess() local
721 if (!IsLoad) in coalesceStackAccess()
728 if (!IsLoad) in coalesceStackAccess()
735 if (IsLoad) { in coalesceStackAccess()
H A DMachineScheduler.cpp1513 bool IsLoad; member in __anon24060::BaseMemOpClusterMutation
1517 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation()
1518 : TII(tii), TRI(tri), IsLoad(IsLoad) {} in BaseMemOpClusterMutation()
1606 if ((IsLoad && !SU.getInstr()->mayLoad()) || in apply()
1607 (!IsLoad && !SU.getInstr()->mayStore())) in apply()
1516 BaseMemOpClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri, bool IsLoad) BaseMemOpClusterMutation() argument

Completed in 30 milliseconds

123