/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsNaClELFStreamer.cpp | 158 bool IsStore = false; in emitInstruction() local 160 &IsStore); in emitInstruction() 166 bool MaskAfter = IsSPFirstOperand && !IsStore; in emitInstruction() 211 bool *IsStore) { in isBasePlusOffsetMemoryAccess() argument 212 if (IsStore) in isBasePlusOffsetMemoryAccess() 213 *IsStore = false; in isBasePlusOffsetMemoryAccess() 243 if (IsStore) in isBasePlusOffsetMemoryAccess() 244 *IsStore = true; in isBasePlusOffsetMemoryAccess() 251 if (IsStore) in isBasePlusOffsetMemoryAccess() 252 *IsStore = true; in isBasePlusOffsetMemoryAccess()
|
H A D | MipsMCNaCl.h | 21 bool *IsStore = nullptr);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 75 unsigned int IsStore : 1; member 367 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions() 373 SwapVector[VecIdx].IsStore = 1; in gatherVectorInstructions() 683 SwapVector[UseIdx].IsStore) { in recordUnoptimizableWebs() 700 !SwapVector[UseIdx].IsStore) { in recordUnoptimizableWebs() 705 if (SwapVector[UseOfUseIdx].IsStore) { in recordUnoptimizableWebs() 722 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs() 730 SwapVector[DefIdx].IsStore) { in recordUnoptimizableWebs() 796 } else if (SwapVector[EntryIdx].IsStore && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval() 1008 if (SwapVector[EntryIdx].IsStore) in dumpSwapVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kCollapseMOVEMPass.cpp | 205 bool IsStore = false) { in ProcessMI() argument 210 if (State.isStore() == IsStore && State.getBase() == Reg && in ProcessMI() 219 return ProcessMI(MBB, MI, State, Mask, Offset, Reg, IsStore); in ProcessMI() 228 IsStore ? State.setStore() : State.setLoad(); in ProcessMI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 405 bool IsStore = Ldst->mayStore(); in canHoistLoadStoreTo() local 412 if (IsStore && MI->mayLoad()) in canHoistLoadStoreTo() 454 bool IsStore = Ldst.mayStore(); in changeToAddrMode() local 464 if (IsStore) { in changeToAddrMode() 471 if (IsStore) in changeToAddrMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrFormats.td | 36 bit IsStore = false; 52 let TSFlags{6...6} = IsStore;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 928 bit IsStore = ?; 1254 let IsStore = true; 1259 let IsStore = true; 1266 let IsStore = true; 1271 let IsStore = true; 1277 let IsStore = true; 1283 let IsStore = true; 1289 let IsStore = true; 1295 let IsStore = true; 1300 let IsStore = true; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.cpp | 1226 bool IsStore = MI->mayStore(); in spillVGPRtoAGPR() local 1230 unsigned Dst = IsStore ? Reg : ValueReg; in spillVGPRtoAGPR() 1231 unsigned Src = IsStore ? ValueReg : Reg; in spillVGPRtoAGPR() 1244 unsigned Opc = (IsStore ^ IsVGPR) ? AMDGPU::V_ACCVGPR_WRITE_B32_e64 in spillVGPRtoAGPR() 1263 bool IsStore = MI->mayStore(); in buildMUBUFOffsetLoadStore() local 1266 int LoadStoreOp = IsStore ? in buildMUBUFOffsetLoadStore() 1295 bool IsStore = TII->get(LoadStoreOp).mayStore(); in getFlatScratchSpillOpcode() local 1302 LoadStoreOp = IsStore ? AMDGPU::SCRATCH_STORE_DWORD_SADDR in getFlatScratchSpillOpcode() 1306 LoadStoreOp = IsStore ? AMDGPU::SCRATCH_STORE_DWORDX2_SADDR in getFlatScratchSpillOpcode() 1310 LoadStoreOp = IsStore ? AMDGPU::SCRATCH_STORE_DWORDX3_SADDR in getFlatScratchSpillOpcode() [all …]
|
H A D | AMDGPUInstructions.td | 445 let IsStore = 1; 529 let IsStore = 1, AddressSpaces = !cast<AddressSpaceList>("StoreAddress_"#as).AddrSpaces in { 553 } // End let IsStore = 1, AddressSpaces = ... 705 let IsStore = 1; 710 let IsStore = 1;
|
H A D | SIInstrInfo.td | 469 let IsStore = 1; 475 let IsStore = 1; 481 let IsStore = 1; 487 let IsStore = 1; 494 let IsStore = 1; 499 let IsStore = 1, AddressSpaces = StoreAddress_local.AddrSpaces in { 511 let IsStore = 1; 517 let IsStore = 1; 537 let IsStore = 1; 543 let IsStore = 1; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 156 const bool IsStore = GenericOpc == TargetOpcode::G_STORE; in selectLoadStoreOp() local 161 return IsStore ? PPC::STW : PPC::LWZ; in selectLoadStoreOp() 163 return IsStore ? PPC::STD : PPC::LD; in selectLoadStoreOp() 171 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp() 173 return IsStore ? PPC::STFD : PPC::LFD; in selectLoadStoreOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimization.cpp | 362 bool IsStore = MI.getOperand(0).isReg() && MI.getOperand(1).isReg(); in optimizeMOV() local 363 unsigned AddrBase = IsStore; in optimizeMOV() 364 unsigned RegOp = IsStore ? 0 : 5; in optimizeMOV()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 464 bool IsStore = Entry.WideOpc == ARM::t2STR_POST; in ReduceLoadStore() local 465 Register Rt = MI->getOperand(IsStore ? 1 : 0).getReg(); in ReduceLoadStore() 466 Register Rn = MI->getOperand(IsStore ? 0 : 1).getReg(); in ReduceLoadStore() 483 .addReg(Rt, IsStore ? 0 : RegState::Define); in ReduceLoadStore()
|
H A D | ARMLoadStoreOptimizer.cpp | 502 bool IsStore = in UpdateBaseRegUses() local 505 if (IsLoad || IsStore) { in UpdateBaseRegUses() 518 if (Offset >= 0 && !(IsStore && InstrSrcReg == Base)) in UpdateBaseRegUses()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_sve.td | 344 def SVST1 : MInst<"svst1[_{d}]", "vPpd", "csilUcUsUiUlhfd", [IsStore, VerifyRuntimeMode], MemEl… 345 def SVST1B_S : MInst<"svst1b[_{d}]", "vPAd", "sil", [IsStore, VerifyRuntimeMode], MemEl… 346 def SVST1B_U : MInst<"svst1b[_{d}]", "vPEd", "UsUiUl", [IsStore, VerifyRuntimeMode], MemEl… 347 def SVST1H_S : MInst<"svst1h[_{d}]", "vPBd", "il", [IsStore, VerifyRuntimeMode], MemEl… 348 def SVST1H_U : MInst<"svst1h[_{d}]", "vPFd", "UiUl", [IsStore, VerifyRuntimeMode], MemEl… 349 def SVST1W_S : MInst<"svst1w[_{d}]", "vPCd", "l", [IsStore, VerifyRuntimeMode], MemEl… 350 def SVST1W_U : MInst<"svst1w[_{d}]", "vPGd", "Ul", [IsStore, VerifyRuntimeMode], MemEl… 353 def SVST1_VNUM : MInst<"svst1_vnum[_{d}]", "vPpld", "csilUcUsUiUlhfd", [IsStore, VerifyRuntimeM… 354 def SVST1B_VNUM_S : MInst<"svst1b_vnum[_{d}]", "vPAld", "sil", [IsStore, VerifyRuntimeM… 355 def SVST1B_VNUM_U : MInst<"svst1b_vnum[_{d}]", "vPEld", "UsUiUl", [IsStore, VerifyRuntimeM… [all …]
|
H A D | TargetBuiltins.h | 286 bool isStore() const { return Flags & IsStore; } in isStore()
|
H A D | arm_sve_sme_incl.td | 199 def IsStore : FlagType<0x00004000>;
|
H A D | arm_sme.td | 65 [IsStore, IsOverloadNone, IsStreaming, IsInZA], 69 [IsStore, IsOverloadNone, IsStreaming, IsInZA], 73 [IsStore, IsOverloadNone, IsStreaming, IsInZA], 77 [IsStore, IsOverloadNone, IsStreaming, IsInZA],
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 1225 bool IsStore = E->getOp() == AtomicExpr::AO__c11_atomic_store || in EmitAtomicExpr() local 1252 if (IsStore) in EmitAtomicExpr() 1264 if (IsLoad || IsStore) in EmitAtomicExpr() 1288 if (!IsStore) in EmitAtomicExpr() 1292 if (!IsLoad && !IsStore) in EmitAtomicExpr() 1309 if (!IsStore) { in EmitAtomicExpr() 1327 if (!IsLoad && !IsStore) { in EmitAtomicExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 846 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local 847 if (!IsLoad && !IsStore) in canMoveMemTo() 868 bool Conflict = (L && IsStore) || S; in canMoveMemTo()
|
H A D | HexagonConstExtenders.cpp | 1148 bool IsStore = MI.mayStore(); in recordExtender() local 1157 if (IsLoad || IsStore) { in recordExtender()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUInstPrinter.cpp | 217 bool IsStore = TID.mayStore(); in printTH() local 237 if (!IsStore && TH == AMDGPU::CPol::TH_RESERVED) in printTH() 243 O << (IsStore ? "TH_STORE_" : "TH_LOAD_"); in printTH() 253 : (IsStore ? "RT_WB" : "LU")); in printTH()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 1312 bool IsStore = BuiltinID == RISCV::BI__builtin_riscv_ntl_store; in CheckBuiltinFunctionCall() local 1313 unsigned NumArgs = IsStore ? 3 : 2; in CheckBuiltinFunctionCall() 1353 if (!IsStore) { in CheckBuiltinFunctionCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1474 bool IsStore) { in getCombinedCountBitMask() argument 1477 if (IsStore) { in getCombinedCountBitMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 23211 bool IsStore = false; in performNEONPostLDSTCombine() local 23226 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine() 23228 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine() 23230 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine() 23238 NumVecs = 2; IsStore = true; break; in performNEONPostLDSTCombine() 23240 NumVecs = 3; IsStore = true; break; in performNEONPostLDSTCombine() 23242 NumVecs = 4; IsStore = true; break; in performNEONPostLDSTCombine() 23256 NumVecs = 2; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine() 23258 NumVecs = 3; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine() 23260 NumVecs = 4; IsStore = true; IsLaneOp = true; break; in performNEONPostLDSTCombine() [all …]
|