Home
last modified time | relevance | path

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

12

/llvm-project/bolt/include/bolt/Passes/
H A DFrameAnalysis.h25 bool IsLoad; member
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoChecker.cpp134 checkLocation(SVal Loc,bool IsLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
H A DObjCSuperDeallocChecker.cpp131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() argument
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() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMemAbsolute.cpp114 bool IsLoad = isValidIndexedLoad(NextOpc, NewOpc); runOnMachineFunction() local
H A DHexagonExpandCondsets.cpp846 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); canMoveMemTo() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp40 bool IsLoad; member
/llvm-project/clang/unittests/StaticAnalyzer/
H A DRegisterCustomCheckersTest.cpp63 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
/llvm-project/llvm/lib/Target/VE/
H A DVVPISelLowering.cpp126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp74 unsigned int IsLoad : 1; global() member
[all...]
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp433 bool IsLoad() override { in IsLoad() function in InstructionLLVMC
1422 bool DisassemblerLLVMC::MCDisasmInstance::IsLoad(llvm::MCInst &mc_inst) const { IsLoad() function in DisassemblerLLVMC::MCDisasmInstance
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp548 __anon2341bc250402(auto IsLoad) splitChainByMayAliasInstrs() argument
550 __anon2341bc250502(auto IsLoad) splitChainByMayAliasInstrs() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp841 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8; in CreateLoadStoreDouble() local
500 bool IsLoad = UpdateBaseRegUses() local
864 bool IsLoad = isLoadSingle(Opcode); MergeOpsUpdate() local
/llvm-project/bolt/lib/Passes/
H A DShrinkWrapping.cpp663 bool IsLoad = false; in performChanges() local
1534 bool IsLoad = false; in insertUpdatedCFI() local
/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp458 FindAvailableLoadedValue(LoadInst * Load,BasicBlock * ScanBB,BasicBlock::iterator & ScanFrom,unsigned MaxInstsToScan,BatchAAResults * AA,bool * IsLoad,unsigned * NumScanedInst) FindAvailableLoadedValue() argument
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h550 bool IsLoad; member
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp390 DecodeScalarMoveMask(unsigned NumElts,bool IsLoad,SmallVectorImpl<int> & ShuffleMask) DecodeScalarMoveMask() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1216 simplifyAMDGCNMemoryIntrinsicDemanded(InstCombiner & IC,IntrinsicInst & II,APInt DemandedElts,int DMaskIdx,bool IsLoad) simplifyAMDGCNMemoryIntrinsicDemanded() argument
/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1406 bool IsLoad = fieldFromInstruction(insn, 22, 1); DecodeSignedLdStInstruction() local
1507 bool IsLoad = fieldFromInstruction(insn, 22, 1); DecodePairLdStInstruction() local
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2139 bool IsLoad = getShuffleCost() local
4937 bool IsLoad = Opcode == Instruction::Load; getMemoryOpCost() local
5062 bool IsLoad = (Instruction::Load == Opcode); getMaskedMemoryOpCost() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp819 if (!IsLoad) in coalesceStackAccess() local
H A DMachineScheduler.cpp1785 bool IsLoad; global() member in __anon0735b27b0511::BaseMemOpClusterMutation
1790 BaseMemOpClusterMutation(const TargetInstrInfo * tii,const TargetRegisterInfo * tri,bool IsLoad,bool ReorderWhileClustering) BaseMemOpClusterMutation() argument
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1166 bool PseudoInstruction::IsLoad() { return false; } IsLoad() function in PseudoInstruction
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp684 bool IsLoad = false; global() member

12