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

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { function
/openbsd-current/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp145 bool isStore() const { return Access == AccessTy::Store; } function in class:__anon2925::MOVEMState
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h288 bool isStore() const { return FlagVals & MOStore; } function in class:llvm::MachineMemOperand
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp264 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DTargetBuiltins.h273 bool isStore() const { return Flags & IsStore; } function in class:clang::SVETypeFlags
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp823 const bool isStore = GenericOpc == TargetOpcode::G_STORE; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp358 bool isStore = Opc == TargetOpcode::G_STORE; local
H A DARMISelLowering.cpp15643 bool isStore; member in struct:BaseUpdateTarget
16029 const bool isStore = N->getOpcode() == ISD::STORE; local
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp189 const bool isStore = Opc == TargetOpcode::G_STORE; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp741 bool isStore() const { function in class:__anon3441::EarlyCSE::ParseMemoryInst
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp1215 bool TreePredicateFn::isStore() const { function in class:TreePredicateFn
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp7124 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; local

Completed in 599 milliseconds