/llvm-project/bolt/include/bolt/Passes/ |
H A D | FrameAnalysis.h | 25 bool IsLoad; member
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoChecker.cpp | 134 checkLocation(SVal Loc,bool IsLoad,const Stmt * S,CheckerContext & C) const checkLocation() argument
|
H A D | ObjCSuperDeallocChecker.cpp | 131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() argument
|
H A D | CheckerDocumentation.cpp | 157 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
|
H A D | NullabilityChecker.cpp | 610 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 114 bool IsLoad = isValidIndexedLoad(NextOpc, NewOpc); runOnMachineFunction() local
|
H A D | HexagonExpandCondsets.cpp | 846 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); canMoveMemTo() local
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 40 bool IsLoad; member
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | RegisterCustomCheckersTest.cpp | 63 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VVPISelLowering.cpp | 126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 74 unsigned int IsLoad : 1; global() member [all...] |
/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 433 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 D | LoadStoreVectorizer.cpp | 548 __anon2341bc250402(auto IsLoad) splitChainByMayAliasInstrs() argument 550 __anon2341bc250502(auto IsLoad) splitChainByMayAliasInstrs() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 841 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 D | ShrinkWrapping.cpp | 663 bool IsLoad = false; in performChanges() local 1534 bool IsLoad = false; in insertUpdatedCFI() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Loads.cpp | 458 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 D | Checker.h | 550 bool IsLoad; member
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 390 DecodeScalarMoveMask(unsigned NumElts,bool IsLoad,SmallVectorImpl<int> & ShuffleMask) DecodeScalarMoveMask() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1216 simplifyAMDGCNMemoryIntrinsicDemanded(InstCombiner & IC,IntrinsicInst & II,APInt DemandedElts,int DMaskIdx,bool IsLoad) simplifyAMDGCNMemoryIntrinsicDemanded() argument
|
/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1406 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 D | X86TargetTransformInfo.cpp | 2139 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 D | InlineSpiller.cpp | 819 if (!IsLoad) in coalesceStackAccess() local
|
H A D | MachineScheduler.cpp | 1785 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 D | Disassembler.cpp | 1166 bool PseudoInstruction::IsLoad() { return false; } IsLoad() function in PseudoInstruction
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 684 bool IsLoad = false; global() member
|