Home
last modified time | relevance | path

Searched defs:IsStore (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp158 bool IsStore = false; in EmitInstruction() local
211 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp395 bool IsStore = Ldst->mayStore(); in canHoistLoadStoreTo() local
423 bool IsStore = Ldst->mayStore(); in canSinkLoadStoreTo() local
444 bool IsStore = Ldst.mayStore(); in changeToAddrMode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp559 bool IsStore = MI->mayStore(); in spillVGPRtoAGPR() local
582 bool IsStore = MI->mayStore(); in buildMUBUFOffsetLoadStore() local
631 bool IsStore = Desc.mayStore(); in buildSpillLoadStore() local
DAMDGPULegalizerInfo.cpp705 const bool IsStore = Op == G_STORE; in AMDGPULegalizerInfo() local
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc44 bool Instruction::IsStore() const { in IsStore() function in v8::internal::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp75 unsigned int IsStore : 1; member
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc516 bool Instruction::IsStore() const { in IsStore() function in vixl::aarch64::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp466 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local
DARMLoadStoreOptimizer.cpp498 bool IsStore = in UpdateBaseRegUses() local
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc369 bool KeyedAccessMode::IsStore() const { in IsStore() function in v8::internal::compiler::KeyedAccessMode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
DHexagonConstExtenders.cpp1147 bool IsStore = MI.mayStore(); in recordExtender() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp742 bool IsStore = Opcode == TargetOpcode::G_STORE; in applyCombineIndexedLoadStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp349 bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg(); in SimplifyShortMoveForm() local
DX86TargetTransformInfo.cpp2484 bool IsStore = (Instruction::Store == Opcode); in getMaskedMemoryOpCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp11653 bool IsStore = false; in performNEONPostLDSTCombine() local