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

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h259 bool isStore() const { return FlagVals & MOStore; } function in class:llvm::MachineMemOperand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp263 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp183 const bool isStore = Opc == TargetOpcode::G_STORE; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp360 bool isStore = Opc == TargetOpcode::G_STORE; local
H A DARMISelLowering.cpp13077 const bool isStore = N->getOpcode() == ISD::STORE; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp654 bool isStore() const { function in class:__anon5635::EarlyCSE::ParseMemoryInst
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp549 const bool isStore = GenericOpc == TargetOpcode::G_STORE; local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1138 bool TreePredicateFn::isStore() const { function in class:TreePredicateFn
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5512 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; local

Completed in 332 milliseconds