Searched refs:isStore (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) {
285 isStore = MCID.mayStore();
334 bool isFirst, isSingle, isCracked, isLoad, isStore; local
337 isLoad, isStore);
392 bool isFirst, isSingle, isCracked, isLoad, isStore; local
395 isLoad, isStore);
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
278 GetInstrType(unsigned Opcode, bool &isFirst, bool &isSingle, bool &isCracked, bool &isLoad, bool &isStore) argument
H A DPPCHazardRecognizers.h92 bool &isLoad, bool &isStore);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp183 const bool isStore = Opc == TargetOpcode::G_STORE; local
190 if (isStore)
222 return isStore ? Mips::SWC1 : Mips::LWC1;
225 return isStore ? Mips::SDC164 : Mips::LDC164;
226 return isStore ? Mips::SDC1 : Mips::LDC1;
235 return isStore ? Mips::ST_B : Mips::LD_B;
237 return isStore ? Mips::ST_H : Mips::LD_H;
239 return isStore ? Mips::ST_W : Mips::LD_W;
241 return isStore ? Mips::ST_D : Mips::LD_D;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp360 bool isStore = Opc == TargetOpcode::G_STORE; local
366 return isStore ? Opcodes.STORE8 : Opcodes.LOAD8;
368 return isStore ? Opcodes.STORE16 : Opcodes.LOAD16;
370 return isStore ? Opcodes.STORE32 : Opcodes.LOAD32;
379 return isStore ? ARM::VSTRS : ARM::VLDRS;
381 return isStore ? ARM::VSTRD : ARM::VLDRD;
H A DARMISelLowering.cpp13078 const bool isStore = N->getOpcode() == ISD::STORE; local
13079 const unsigned AddrOpIdx = ((isIntrinsic || isStore) ? 2 : 1);
13170 assert(isStore && "Node has to be a load, a store, or an intrinsic!");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { function
90 if (isStore(Opcode)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h259 bool isStore() const { return FlagVals & MOStore; } function in class:llvm::MachineMemOperand
H A DSelectionDAGNodes.h1300 bool writeMem() const { return MMO->isStore(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp1018 assert((isLoad() || isStore()) && "Not a load/store!");
1083 assert((isLoad() || isStore()) &&
1087 if (isStore())
1103 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
1106 OS << ((isLoad() && isStore()) ? " on " : isLoad() ? " from " : " into ");
H A DTargetInstrInfo.cpp372 if ((*o)->isStore() &&
H A DMachineLICM.cpp420 if (!MemOp->isStore() || !MemOp->getPseudoValue())
H A DMachineVerifier.cpp1494 if ((*I)->isStore() && !MI->mayStore())
1844 if (MMO->isStore())
H A DMachineInstr.cpp1327 if (MMO->isStore()) return false;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp654 bool isStore() const { function in class:__anon2669::EarlyCSE::ParseMemoryInst
1206 if (MemInst.isValid() && MemInst.isStore()) {
1246 if (MemInst.isValid() && MemInst.isStore()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp263 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; local
264 unsigned Reg = MI->getOperand(isStore ? 1 : 0).getReg();
270 if (isStore)
277 for (unsigned i = isStore ? 3 : 2; i < MI->getNumOperands(); ++i)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp549 const bool isStore = GenericOpc == TargetOpcode::G_STORE; local
554 return isStore ? AArch64::STRBBui : AArch64::LDRBBui;
556 return isStore ? AArch64::STRHHui : AArch64::LDRHHui;
558 return isStore ? AArch64::STRWui : AArch64::LDRWui;
560 return isStore ? AArch64::STRXui : AArch64::LDRXui;
566 return isStore ? AArch64::STRBui : AArch64::LDRBui;
568 return isStore ? AArch64::STRHui : AArch64::LDRHui;
570 return isStore ? AArch64::STRSui : AArch64::LDRSui;
572 return isStore ? AArch64::STRDui : AArch64::LDRDui;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp869 return isLoad() || isStore() || isAtomic() ||
876 if (!isLoad() && !isStore() && !isAtomic()) {
884 if (!isLoad() && !isStore()) {
896 if (isLoad() + isStore() + isAtomic() > 1)
922 if (isStore()) {
976 if (isLoad() || isStore() || isAtomic()) {
1045 if (isLoad() || isStore()) {
1138 bool TreePredicateFn::isStore() const { function in class:TreePredicateFn
1267 if (isStore())
H A DGlobalISelEmitter.cpp327 if (Predicate.isLoad() || Predicate.isStore()) {
332 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3547 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3581 if (Predicate.isStore()) {
3610 if (Predicate.isLoad() || Predicate.isStore() || Predicate.isAtomic()) {
3629 if (Predicate.isLoad() || Predicate.isStore()) {
H A DCodeGenDAGPatterns.h548 bool isStore() const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp576 FunctionCallee getKmsanShadowOriginAccessFn(bool isStore, int size);
854 FunctionCallee MemorySanitizer::getKmsanShadowOriginAccessFn(bool isStore,
857 isStore ? MsanMetadataPtrForStore_1_8 : MsanMetadataPtrForLoad_1_8;
1171 getShadowOriginPtr(Addr, IRB, ShadowTy, Alignment, /*isStore*/ true);
1441 bool isStore) {
1446 FunctionCallee Getter = MS.getKmsanShadowOriginAccessFn(isStore, Size);
1453 ShadowOriginPtrs = IRB.CreateCall(isStore ? MS.MsanMetadataPtrForStoreN
1467 bool isStore) {
1469 return getShadowOriginPtrKernel(Addr, IRB, ShadowTy, isStore);
1625 /*isStore*/ tru
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5512 bool isStore = BuiltinID == Builtin::BI__builtin_nontemporal_store; local
5513 unsigned numArgs = isStore ? 2 : 1;
5552 if (!isStore) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3546 } else if (MMO->isStore()) {
H A DDAGCombiner.cpp20865 if ((MUC0.MMO->isInvariant() && MUC1.MMO->isStore()) ||
20866 (MUC1.MMO->isInvariant() && MUC0.MMO->isStore()))
20885 if ((MUC0.MMO->isInvariant() && MUC1.MMO->isStore()) ||
20886 (MUC1.MMO->isInvariant() && MUC0.MMO->isStore()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5374 if (!MMO->isStore()) {
5392 if (!MMO->isStore())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6967 if (I->isStore()) {

Completed in 650 milliseconds