Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp104 bool IsLoad = isValidIndexedLoad(NextOpc, NewOpc); in runOnMachineFunction() local
H A DHexagonExpandCondsets.cpp829 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp133 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.cpp170 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
H A DNullabilityChecker.cpp607 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DHexagon.cpp83 auto MakeCircOp = [this, E](unsigned IntID, bool IsLoad) { in EmitHexagonBuiltinExpr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp40 bool IsLoad; member
/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.cpp73 unsigned int IsLoad : 1; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp434 bool IsLoad() override { in IsLoad() function in InstructionLLVMC
1428 bool DisassemblerLLVMC::MCDisasmInstance::IsLoad(llvm::MCInst &mc_inst) const { in IsLoad() function in DisassemblerLLVMC::MCDisasmInstance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp562 auto Impl = [&](auto IsLoad) { in splitChainByMayAliasInstrs()
564 auto [ChainBegin, ChainEnd] = [&](auto IsLoad) { in splitChainByMayAliasInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp497 bool IsLoad = in UpdateBaseRegUses() local
838 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
861 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1019 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1131 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h614 bool IsLoad; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp540 BatchAAResults *AA, bool *IsLoad, in FindAvailableLoadedValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp391 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2244 bool IsLoad = in getShuffleCost() local
5268 bool IsLoad = Opcode == Instruction::Load; in getMemoryOpCost() local
5397 bool IsLoad = (Instruction::Load == Opcode); in getMaskedMemoryOpCost() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp840 bool IsLoad = InstrReg.isValid(); in coalesceStackAccess() local
H A DMachineScheduler.cpp2036 bool IsLoad; member in __anon86c4b1480711::BaseMemOpClusterMutation
2041 const TargetRegisterInfo *tri, bool IsLoad, in BaseMemOpClusterMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp459 bool IsLoad = (Opc == TargetOpcode::G_LOAD); in getPtrLoadStoreOp() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1198 bool PseudoInstruction::IsLoad() { return false; } in IsLoad() function in PseudoInstruction
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1715 int DMaskIdx, bool IsLoad) { in simplifyAMDGCNMemoryIntrinsicDemanded()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp678 bool IsLoad = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1891 bool IsLoad = MI.getOpcode() == TargetOpcode::G_LOAD; in legalizeLoadStore() local

12