Home
last modified time | relevance | path

Searched defs:IsLoad (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp134 void ErrnoChecker::checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
H A DObjCSuperDeallocChecker.cpp131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation()
H A DCheckerDocumentation.cpp157 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
H A DNullabilityChecker.cpp610 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp114 bool IsLoad = isValidIndexedLoad(NextOpc, NewOpc); in runOnMachineFunction() local
H A DHexagonExpandCondsets.cpp846 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp40 bool IsLoad; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp428 bool IsLoad() override { IsLoad() function in InstructionLLVMC
1381 bool DisassemblerLLVMC::MCDisasmInstance::IsLoad(llvm::MCInst &mc_inst) const { IsLoad() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp74 unsigned int IsLoad : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp548 auto Impl = [&](auto IsLoad) { in splitChainByMayAliasInstrs()
550 auto [ChainBegin, ChainEnd] = [&](auto IsLoad) { in splitChainByMayAliasInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp967 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1079 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp500 bool IsLoad = in UpdateBaseRegUses() local
841 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
864 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp465 BatchAAResults *AA, bool *IsLoad, in FindAvailableLoadedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp390 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2139 bool IsLoad = in getShuffleCost() local
4937 bool IsLoad = Opcode == Instruction::Load; in getMemoryOpCost() local
5062 bool IsLoad = (Instruction::Load == Opcode); in getMaskedMemoryOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1288 int DMaskIdx, bool IsLoad) { in simplifyAMDGCNMemoryIntrinsicDemanded()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp821 bool IsLoad = InstrReg; in coalesceStackAccess() local
H A DMachineScheduler.cpp1785 bool IsLoad; member in __anon86c4b1480511::BaseMemOpClusterMutation
1790 const TargetRegisterInfo *tri, bool IsLoad, in BaseMemOpClusterMutation()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1166 bool PseudoInstruction::IsLoad() { return false; } in IsLoad() function in PseudoInstruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp684 bool IsLoad = false; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp316 bool IsLoad; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1750 bool IsLoad = MI.getOpcode() == TargetOpcode::G_LOAD; in legalizeLoadStore() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1661 const bool IsLoad = FirstMI.mayLoad(); in findRenameRegForSameLdStRegPair() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1232 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local

12