Searched defs:IsStore (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsNaClELFStreamer.cpp | 150 bool IsStore; in EmitInstruction() local 203 bool *IsStore) { in isBasePlusOffsetMemoryAccess()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 94 bool IsStore, IsLoad; in runOnFunction() local 152 bool IsStore, bool IsLoad) { in bracketInstWithFences()
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 45 bool Instruction::IsStore() const { in IsStore() function in v8::internal::Instruction
|
/external/vixl/src/vixl/a64/ |
D | instructions-a64.cc | 104 bool Instruction::IsStore() const { in IsStore() function in vixl::Instruction
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 349 bool IsStore = Inst.getOperand(0).isReg() && Inst.getOperand(1).isReg(); in SimplifyShortMoveForm() local
|
/external/v8/src/compiler/ |
D | graph-unittest.cc | 727 Matcher<Node*> IsStore(const Matcher<MachineType>& type_matcher, in IsStore() function
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 921 bool IsStore = E->getOp() == AtomicExpr::AO__c11_atomic_store || in EmitAtomicExpr() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 844 bool IsLoad = TheI->mayLoad(), IsStore = TheI->mayStore(); in canMoveMemTo() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1056 bool IsStore, bool IsLoad) const { in emitLeadingFence() 1067 bool IsStore, bool IsLoad) const { in emitTrailingFence()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 394 bool IsStore = in UpdateBaseRegUses() local
|
D | ARMISelLowering.cpp | 11031 AtomicOrdering Ord, bool IsStore, in emitLeadingFence() 11059 AtomicOrdering Ord, bool IsStore, in emitTrailingFence()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7806 AtomicOrdering Ord, bool IsStore, in emitLeadingFence() 7817 AtomicOrdering Ord, bool IsStore, in emitTrailingFence()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 8183 bool IsStore = false; in performNEONPostLDSTCombine() local
|