/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ErrnoChecker.cpp | 134 void ErrnoChecker::checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
|
H A D | ObjCSuperDeallocChecker.cpp | 131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation()
|
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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 114 bool IsLoad = isValidIndexedLoad(NextOpc, NewOpc); in runOnMachineFunction() local
|
H A D | HexagonExpandCondsets.cpp | 846 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | StopInfoMachException.cpp | 40 bool IsLoad; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
H A D | DisassemblerLLVMC.cpp | 428 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 D | VVPISelLowering.cpp | 126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 74 unsigned int IsLoad : 1; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 548 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 D | AArch64Disassembler.cpp | 967 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 D | ARMLoadStoreOptimizer.cpp | 500 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 D | Loads.cpp | 465 BatchAAResults *AA, bool *IsLoad, in FindAvailableLoadedValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 390 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 2139 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 D | AMDGPUInstCombineIntrinsic.cpp | 1288 int DMaskIdx, bool IsLoad) { in simplifyAMDGCNMemoryIntrinsicDemanded()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 821 bool IsLoad = InstrReg; in coalesceStackAccess() local
|
H A D | MachineScheduler.cpp | 1785 bool IsLoad; member in __anon86c4b1480511::BaseMemOpClusterMutation 1790 const TargetRegisterInfo *tri, bool IsLoad, in BaseMemOpClusterMutation()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 1166 bool PseudoInstruction::IsLoad() { return false; } in IsLoad() function in PseudoInstruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 684 bool IsLoad = false; member
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 316 bool IsLoad; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 1750 bool IsLoad = MI.getOpcode() == TargetOpcode::G_LOAD; in legalizeLoadStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1661 const bool IsLoad = FirstMI.mayLoad(); in findRenameRegForSameLdStRegPair() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 1232 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local
|