| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXSwapRemoval.cpp | 74 unsigned int IsLoad : 1; member 342 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 348 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 359 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 671 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs() 682 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs() 699 if (SwapVector[UseIdx].IsSwap && !SwapVector[UseIdx].IsLoad && in recordUnoptimizableWebs() 729 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs() 780 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval() 1006 if (SwapVector[EntryIdx].IsLoad) in dumpSwapVector()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 836 bit IsLoad = ?; 995 let IsLoad = true; 999 let IsLoad = true; 1005 let IsLoad = true; 1009 let IsLoad = true; 1013 let IsLoad = true; 1018 let IsLoad = true; 1022 let IsLoad = true; 1026 let IsLoad = true; 1030 let IsLoad = true; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrFormats.td | 35 bit IsLoad = false; 51 let TSFlags{5...5} = IsLoad;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ErrnoChecker.cpp | 36 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, 134 void ErrnoChecker::checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() argument 147 if (IsLoad) { in checkLocation()
|
| H A D | CheckerDocumentation.cpp | 154 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() argument
|
| H A D | ObjCSuperDeallocChecker.cpp | 130 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() argument
|
| H A D | NSErrorChecker.cpp | 251 if (event.IsLoad) in checkEvent()
|
| H A D | NullabilityChecker.cpp | 103 void checkLocation(SVal Location, bool IsLoad, const Stmt *S, 575 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() argument 581 if (!IsLoad) in checkLocation()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | arm_sve.td | 185 def IsLoad : FlagType<0x00002000>; 266 def SVLD1 : MInst<"svld1[_{2}]", "dPc", "csilUcUsUiUlhfd", [IsLoad], MemEltTyDefaul… 267 def SVLD1SB : MInst<"svld1sb_{d}", "dPS", "silUsUiUl", [IsLoad], MemEltTyInt8, … 268 def SVLD1UB : MInst<"svld1ub_{d}", "dPW", "silUsUiUl", [IsLoad, IsZExtReturn], MemEltTyInt8, … 269 def SVLD1SH : MInst<"svld1sh_{d}", "dPT", "ilUiUl", [IsLoad], MemEltTyInt16,… 270 def SVLD1UH : MInst<"svld1uh_{d}", "dPX", "ilUiUl", [IsLoad, IsZExtReturn], MemEltTyInt16,… 271 def SVLD1SW : MInst<"svld1sw_{d}", "dPU", "lUl", [IsLoad], MemEltTyInt32,… 272 def SVLD1UW : MInst<"svld1uw_{d}", "dPY", "lUl", [IsLoad, IsZExtReturn], MemEltTyInt32,… 275 …def SVLD1_BF : MInst<"svld1[_{2}]", "dPc", "b", [IsLoad], MemEltTyDefault, "aarch64_sve… 276 …def SVLD1_VNUM_BF : MInst<"svld1_vnum[_{2}]", "dPcl", "b", [IsLoad], MemEltTyDefault, "aarch64_sve… [all …]
|
| H A D | TargetBuiltins.h | 272 bool isLoad() const { return Flags & IsLoad; } in isLoad()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 454 let IsLoad = 1; 459 let IsLoad = 1; 463 let IsLoad = 1; 467 let IsLoad = 1; 471 let IsLoad = 1; 475 let IsLoad = 1; 479 let IsLoad = 1; 647 let IsLoad = 1; 652 let IsLoad = 1;
|
| H A D | SIInstrInfo.td | 382 let IsLoad = 1; 387 let IsLoad = 1; 416 let IsLoad = 1; 421 let IsLoad = 1; 426 let IsLoad = 1; 431 let IsLoad = 1; 436 let IsLoad = 1; 441 let IsLoad = 1; 446 let IsLoad = 1; 451 let IsLoad = 1; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | StopInfoMachException.cpp | 38 bool IsLoad; member 61 return PtrauthInstructionInfo{insn->IsAuthenticated(), insn->IsLoad(), in GetPtrauthInstructionInfo() 163 if (ptrauth_info && ptrauth_info->IsAuthenticated && ptrauth_info->IsLoad) { in DeterminePtrauthFailure()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | X86FoldTablesEmitter.cpp | 107 bool IsLoad = false; member in __anon1132bd720111::X86FoldTablesEmitter::X86FoldTableEntry 124 if (IsLoad) in print() 411 Result.IsLoad = true; in addEntryWithFlags()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ShuffleDecode.h | 136 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
|
| H A D | X86ShuffleDecode.cpp | 390 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask() argument 396 ShuffleMask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i); in DecodeScalarMoveMask()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 316 bool IsLoad; member 325 : Checkers(checkers), Loc(loc), IsLoad(isLoad), NodeEx(NodeEx), in CheckLocationContext() 333 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind : in runChecker() 340 checkFn(Loc, IsLoad, BoundEx, C); in runChecker()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Disassembler.h | 166 virtual bool IsLoad() = 0; 359 bool IsLoad() override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VVPISelLowering.cpp | 126 const bool IsLoad = (VVPOpc == VEISD::VVP_LOAD); in lowerVVP_LOAD_STORE() local 151 if (IsLoad) { in lowerVVP_LOAD_STORE()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 101 bool IsLoad = false, MVT *IndexVT = nullptr);
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 1349 bool IsLoad = E->getOp() == AtomicExpr::AO__c11_atomic_load || in EmitAtomicExpr() local 1373 if (IsLoad) in EmitAtomicExpr() 1379 if (IsLoad || IsStore) in EmitAtomicExpr() 1406 if (!IsLoad) in EmitAtomicExpr() 1408 if (!IsLoad && !IsStore) in EmitAtomicExpr() 1435 if (!IsLoad) { in EmitAtomicExpr() 1443 if (!IsLoad && !IsStore) { in EmitAtomicExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 1810 bool IsLoad = Opcode == SPIRV::OpLoad; in generateLoadStoreInst() local 1813 if (IsLoad) { in generateLoadStoreInst() 1820 if (!IsLoad) in generateLoadStoreInst() 1825 if ((IsLoad && NumArgs >= 2) || NumArgs >= 3) in generateLoadStoreInst() 1826 MIB.addImm(getConstFromIntrinsic(Call->Arguments[IsLoad ? 1 : 2], MRI)); in generateLoadStoreInst() 1827 if ((IsLoad && NumArgs >= 3) || NumArgs >= 4) in generateLoadStoreInst() 1828 MIB.addImm(getConstFromIntrinsic(Call->Arguments[IsLoad ? 2 : 3], MRI)); in generateLoadStoreInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 432 AAResults *AA, bool *IsLoad, in FindAvailableLoadedValue() argument 440 ScanBB, ScanFrom, MaxInstsToScan, AA, IsLoad, in FindAvailableLoadedValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 500 bool IsLoad = in UpdateBaseRegUses() local 505 if (IsLoad || IsStore) { in UpdateBaseRegUses() 840 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local 841 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store"); in CreateLoadStoreDouble() 842 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8; in CreateLoadStoreDouble() 847 if (IsLoad) { in CreateLoadStoreDouble() 863 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local 878 if (IsLoad) { in MergeOpsUpdate()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 752 bool IsLoad = InstrReg; in coalesceStackAccess() local 753 if (!IsLoad) in coalesceStackAccess() 760 if (!IsLoad) in coalesceStackAccess() 767 if (IsLoad) { in coalesceStackAccess()
|