Searched defs:isStore (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h267 bool isStore() const { return FlagVals & MOStore; } function in class:llvm::MachineMemOperand
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp263 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h236 bool isStore() const { return Flags & IsStore; } function in class:clang::SVETypeFlags
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp676 bool isStore() const { function in class:__anon4625::EarlyCSE::ParseMemoryInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp360 bool isStore = Opc == TargetOpcode::G_STORE; local
H A DARMISelLowering.cpp13810 const bool isStore = N->getOpcode() == ISD::STORE; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp189 const bool isStore = Opc == TargetOpcode::G_STORE; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1140 bool TreePredicateFn::isStore() const { function in class:TreePredicateFn
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp632 const bool isStore = GenericOpc == TargetOpcode::G_STORE; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5379 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; local

Completed in 263 milliseconds