Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp158 bool IsStore = false; in emitInstruction() local
211 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp150 bool IsStore; in EmitInstruction() local
203 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsNaClELFStreamer.cpp158 bool IsStore = false; in EmitInstruction() local
211 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp406 bool IsStore = Ldst->mayStore(); in canHoistLoadStoreTo() local
455 bool IsStore = Ldst.mayStore(); in changeToAddrMode() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
DM68kCollapseMOVEMPass.cpp204 bool IsStore = false) { in ProcessMI()
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp650 bool IsStore; in instrumentLoadOrStore() local
828 const DataLayout &DL, bool IsStore, in instrumentFastpath()
/external/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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp1203 bool IsStore = MI->mayStore(); in spillVGPRtoAGPR() local
1240 bool IsStore = MI->mayStore(); in buildMUBUFOffsetLoadStore() local
1272 bool IsStore = TII->get(LoadStoreOp).mayStore(); in getFlatScratchSpillOpcode() local
1319 bool IsStore = Desc->mayStore(); in buildSpillLoadStore() local
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp79 unsigned int IsStore : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp75 unsigned int IsStore : 1; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/GISel/
DPPCInstructionSelector.cpp147 const bool IsStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreOp() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp75 unsigned int IsStore : 1; member
/external/perfetto/src/trace_processor/importers/perf/
Dspe.h355 bool IsStore() const { return IsBitSet<0>(payload_); } function
/external/vixl/src/aarch64/
Dinstructions-aarch64.cc517 bool Instruction::IsStore() const { in IsStore() function in vixl::aarch64::Instruction
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp227 bool IsStore, IsLoad; in runOnFunction() local
324 bool IsStore, bool IsLoad) { in bracketInstWithFences()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp436 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp426 bool IsStore = MI->mayStore(); in buildScratchLoadStore() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp464 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp466 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp308 bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg(); in SimplifyShortMoveForm() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp844 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp821 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp382 bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg(); in SimplifyShortMoveForm() local

12