Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSuperDeallocChecker.cpp130 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation()
H A DCheckerDocumentation.cpp154 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation()
H A DNullabilityChecker.cpp526 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp74 unsigned int IsLoad : 1; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp435 AAResults *AA, bool *IsLoad, in FindAvailableLoadedValue()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86FoldTablesEmitter.cpp103 bool IsLoad = false; member in __anonf081826f0111::X86FoldTablesEmitter::X86FoldTableEntry
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp498 bool IsLoad = in UpdateBaseRegUses() local
838 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
861 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
H A DARMExpandPseudoInsts.cpp157 bool IsLoad; member
H A DARMISelDAGToDAG.cpp2397 void ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, in SelectVLDSTLane()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h555 bool IsLoad; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1419 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1520 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ShuffleDecode.cpp389 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp823 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
H A DHexagonConstExtenders.cpp1145 bool IsLoad = MI.mayLoad(); in recordExtender() local
H A DHexagonVectorCombine.cpp178 bool IsLoad; // Is this a load group? member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp753 bool IsLoad = InstrReg; in coalesceStackAccess() local
H A DMachineScheduler.cpp1537 bool IsLoad; member in __anonde6daefc0311::BaseMemOpClusterMutation
1541 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3544 bool IsLoad = Opcode == Instruction::Load; in getMemoryOpCost() local
3666 bool IsLoad = (Instruction::Load == Opcode); in getMaskedMemoryOpCost() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp243 bool IsLoad) { in maxSizeForAddrSpace()
272 const bool IsLoad = Query.Opcode != AMDGPU::G_STORE; in isLoadStoreSizeLegal() local
1048 bool IsLoad) -> bool { in AMDGPULegalizerInfo()
H A DSIRegisterInfo.cpp1290 int Offset, bool IsLoad, in buildVGPRSpillLoadStore()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp317 bool IsLoad; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1292 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3678 const MCSubtargetInfo *STI, bool IsLoad) { in expandMem16Inst()
3805 const MCSubtargetInfo *STI, bool IsLoad) { in expandMem9Inst()
5276 bool IsLoad) { in expandLoadStoreDMacro()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15231 bool &IsLoad, bool &IsMasked, SDValue &Ptr, in getCombineLoadStoreParts()
15282 bool IsLoad = true; in CombineToPreIndexedLoadStore() local
15520 bool IsLoad = true; in shouldCombineToPostInc() local
15543 static SDNode *getPostIndexedLoadStoreOp(SDNode *N, bool &IsLoad, in getPostIndexedLoadStoreOp()
15587 bool IsLoad = true; in CombineToPostIndexedLoadStore() local
23141 const bool IsLoad = isa<LoadSDNode>(N) && cast<LoadSDNode>(N)->isSimple(); in GatherAllAliases() local

12