Home
last modified time | relevance | path

Searched defs:isStore (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) { in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/external/proguard/src/proguard/classfile/instruction/
DVariableInstruction.java144 public boolean isStore() in isStore() method in VariableInstruction
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp104 bool isStore = false; in isStoreInstr() local
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h178 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/external/swiftshader/src/Reactor/
DOptimizer.cpp83 bool isStore; member
688 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore() function in __anonf94f41b50111::Optimizer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h259 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineMemOperand.h267 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/external/llvm-project/polly/include/polly/Support/
DScopHelper.h318 bool isStore() const { return I && llvm::isa<llvm::StoreInst>(I); } in isStore() function
/external/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.cpp58 static bool isStore(int Opcode) { in isStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp58 static bool isStore(int Opcode) { in isStore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp183 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp189 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/external/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h236 bool isStore() const { return Flags & IsStore; } in isStore() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp396 bool isStore() const { in isStore() function in __anone097c8540311::EarlyCSE::ParseMemoryInst
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp358 bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp938 bool MemRefAccess::isStore() const { in isStore() function in MemRefAccess
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp654 bool isStore() const { in isStore() function in __anon981229b60311::EarlyCSE::ParseMemoryInst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp360 bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp702 bool isStore() const { in isStore() function in __anonc1abad420311::EarlyCSE::ParseMemoryInst
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1314 bool isStore() const { return isa<StoreInst>(getUnderlyingInstr()); } in isStore() function
/external/capstone/arch/ARM/
DARMInstPrinter.c773 bool isStore = Opcode == ARM_STREXD || Opcode == ARM_STLEXD; in ARM_printInst() local
/external/llvm/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp243 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp263 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local

12