Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kCollapseMOVEMPass.cpp145 bool isStore() const { return Access == AccessTy::Store; } in isStore() function in __anonef4734070111::MOVEMState
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineMemOperand.h299 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCInstrInfo.cpp58 static bool isStore(int Opcode) { in isStore() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp189 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTargetBuiltins.h246 bool isStore() const { return Flags & IsStore; } in isStore() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp358 bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
DARMISelLowering.cpp14978 const bool isStore = N->getOpcode() == ISD::STORE; in CombineBaseUpdate() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp722 bool isStore() const { in isStore() function in __anon8faea6230311::EarlyCSE::ParseMemoryInst
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1553 bool isStore() const { return isa<StoreInst>(Ingredient); } in isStore() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMInstPrinter.cpp264 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1162 bool TreePredicateFn::isStore() const { in isStore() function in TreePredicateFn
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp789 const bool isStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreUIOp() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp882 FunctionCallee MemorySanitizer::getKmsanShadowOriginAccessFn(bool isStore, in getKmsanShadowOriginAccessFn()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp6030 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; in SemaBuiltinNontemporalOverloaded() local