/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SimplifyQuery.h | 108 SimplifyQuery Copy(*this); in getWithInstruction() 109 Copy.CxtI = I; in getWithInstruction() 110 return Copy; in getWithInstruction() 113 SimplifyQuery Copy(*this); in getWithoutUndef() 114 Copy.CanUseUndef = false; in getWithoutUndef() 115 return Copy; in getWithoutUndef() 123 SimplifyQuery Copy(*this); in getWithoutDomCondCache() 124 Copy.DC = nullptr; in getWithoutDomCondCache() 125 return Copy; in getWithoutDomCondCache() 129 SimplifyQuery Copy(*this); in getWithCondContext() [all …]
|
H A D | MemoryLocation.h | 307 MemoryLocation Copy(*this); in getWithNewPtr() 308 Copy.Ptr = NewPtr; in getWithNewPtr() 309 return Copy; in getWithNewPtr() 313 MemoryLocation Copy(*this); in getWithNewSize() 314 Copy.Size = NewSize; in getWithNewSize() 315 return Copy; in getWithNewSize() 319 MemoryLocation Copy(*this); in getWithoutAATags() 320 Copy.AATags = AAMDNodes(); in getWithoutAATags() 321 return Copy; in getWithoutAATags()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 244 auto &Copy = I.first->second; in trackCopy() local 245 if (!is_contained(Copy.DefRegs, Def)) in trackCopy() 246 Copy.DefRegs.push_back(Def); in trackCopy() 247 Copy.LastSeenUseInCopy = MI; in trackCopy() 419 bool eraseIfRedundant(MachineInstr &Copy, MCRegister Src, MCRegister Def); 422 bool isForwardableRegClassCopy(const MachineInstr &Copy, 424 bool isBackwardPropagatableRegClassCopy(const MachineInstr &Copy, 457 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) { in ReadRegister() local 459 LLVM_DEBUG(dbgs() << "MCP: Copy is used - not dead: "; Copy->dump()); in ReadRegister() 460 MaybeDeadCopies.remove(Copy); in ReadRegister() [all …]
|
H A D | CodeGenCommonISel.cpp | 211 MachineInstr &Copy) { in getSalvageOpsForCopy() argument 212 assert(Copy.getOpcode() == TargetOpcode::COPY && "Must be a COPY"); in getSalvageOpsForCopy() 214 return &Copy.getOperand(1); in getSalvageOpsForCopy()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 261 ValueMapCallbackVH Copy(*this); 262 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 266 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this. 267 Copy.Map->Map.erase(Copy); // Definitely destroys *this. 274 ValueMapCallbackVH Copy(*this); 275 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 282 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key); 284 typename ValueMapT::MapT::iterator I = Copy.Map->Map.find(Copy); 287 if (I != Copy.Map->Map.end()) { 289 Copy.Map->Map.erase(I); // Definitely destroys *this. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 209 BitWord Copy = Bits[i]; variable 211 Copy = ~Copy; 215 Copy &= maskTrailingZeros<BitWord>(FirstBit); 220 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); 222 if (Copy != 0) 223 return i * BITWORD_SIZE + llvm::countr_zero(Copy); 241 BitWord Copy = Bits[CurrentWord]; in find_last_in() local 244 Copy &= maskTrailingOnes<BitWord>(LastBit + 1); in find_last_in() 249 Copy &= maskTrailingZeros<BitWord>(FirstBit); in find_last_in() 252 if (Copy != 0) in find_last_in() [all …]
|
H A D | Sequence.h | 220 const auto Copy = *this; member 222 return Copy; 225 const auto Copy = *this; member 227 return Copy;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), in ReplaceTLSCall() local 127 return Copy; in ReplaceTLSCall() 140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), in SetRegister() local 144 return Copy; in SetRegister()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), in replaceTLSBaseAddrCall() local 116 return Copy; in replaceTLSBaseAddrCall() 130 MachineInstr *Copy = in setRegister() local 135 return Copy; in setRegister()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TypeSize.h | 126 LeafTy Copy = LHS; variable 127 return Copy += RHS; 131 LeafTy Copy = LHS; variable 132 return Copy -= RHS; 136 LeafTy Copy = LHS; variable 137 return Copy *= RHS; 143 LeafTy Copy = LHS; variable 144 return Copy *= -1;
|
H A D | InstructionCost.h | 174 InstructionCost Copy = *this; variable 176 return Copy; 185 InstructionCost Copy = *this; variable 187 return Copy;
|
/freebsd/contrib/bearssl/T0/ |
H A D | CPU.cs | 110 Array.Copy(stackBuf, 0, nbuf, 0, len); in Push() 132 Array.Copy(stackBuf, stackPtr - (depth - 1), in Rot() 144 Array.Copy(stackBuf, stackPtr - depth, in NRot()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCClauses.def | 27 VISIT_CLAUSE(Copy) 28 CLAUSE_ALIAS(PCopy, Copy, true) 29 CLAUSE_ALIAS(PresentOrCopy, Copy, true)
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugChecksumsSubsection.cpp | 72 uint8_t *Copy = Storage.Allocate<uint8_t>(Bytes.size()); in addChecksum() local 73 ::memcpy(Copy, Bytes.data(), Bytes.size()); in addChecksum() 74 Entry.Checksum = ArrayRef(Copy, Bytes.size()); in addChecksum()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 89 MachineInstr *Copy; member in __anon8637e2150111::V2SCopyInfo 109 V2SCopyInfo() : Copy(nullptr), ID(0){}; in V2SCopyInfo() 111 : Copy(C), NumSVCopies(0), NumReadfirstlanes(Width / 32), ID(Id){}; in V2SCopyInfo() 114 dbgs() << ID << " : " << *Copy << "\n\tS:" << SChain.size() in dump() 189 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses() argument 192 Register DstReg = Copy.getOperand(0).getReg(); in getCopyRegClasses() 193 Register SrcReg = Copy.getOperand(1).getReg(); in getCopyRegClasses() 343 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy() argument 348 if (Copy->getOpcode() != AMDGPU::COPY) in isSafeToFoldImmIntoCopy() 360 if (Copy->getOperand(1).getSubReg()) in isSafeToFoldImmIntoCopy() [all …]
|
H A D | AMDGPUGlobalISelDivergenceLowering.cpp | 186 auto Copy = B.buildCopy(LLT::scalar(1), In.Reg); in constrainAsLaneMask() local 187 MRI->setRegClass(Copy.getReg(0), ST->getBoolRC()); in constrainAsLaneMask() 188 In.Reg = Copy.getReg(0); in constrainAsLaneMask()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstructionSelector.cpp |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 363 DocNode getNode(StringRef V, bool Copy = false) { 364 if (Copy) 373 DocNode getNode(const char *V, bool Copy = false) { 374 return getNode(StringRef(V), Copy); 379 DocNode getNode(MemoryBufferRef V, bool Copy = false) { 381 if (Copy)
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 98 APInt Copy = APInt(NumBits, static_cast<uint64_t>(Value), Signed); variable 100 return IntegralAP<Signed>(Copy); 115 APInt Copy = APInt(BitWidth, static_cast<uint64_t>(I), InputSigned); in from() local 117 return IntegralAP<Signed>(Copy); in from() 164 APInt Copy = V; in toUnsigned() local 165 return IntegralAP<false>(Copy); in toUnsigned()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 292 TypeErasedDataflowAnalysisState Copy = MaybePredState->fork(); in computeBlockInputState() local 294 auto *CondVal = Copy.Env.get<BoolValue>(*Cond); in computeBlockInputState() 301 BranchVal ? CondVal : &Copy.Env.makeNot(*CondVal); in computeBlockInputState() 302 Copy.Env.assume(AssertedVal->formula()); in computeBlockInputState() 304 AC.Analysis.transferBranchTypeErased(BranchVal, Cond, Copy.Lattice, in computeBlockInputState() 305 Copy.Env); in computeBlockInputState() 306 Builder.addOwned(std::move(Copy)); in computeBlockInputState()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1633 const static unsigned Copy = TargetOpcode::COPY; in selectMulDivRem() local 1675 {X86::IDIV16r, X86::CWD, Copy, X86::AX, S}, // SDiv in selectMulDivRem() 1676 {X86::IDIV16r, X86::CWD, Copy, X86::DX, S}, // SRem in selectMulDivRem() 1677 {X86::DIV16r, X86::MOV32r0, Copy, X86::AX, U}, // UDiv in selectMulDivRem() 1678 {X86::DIV16r, X86::MOV32r0, Copy, X86::DX, U}, // URem in selectMulDivRem() 1679 {X86::IMUL16r, X86::MOV32r0, Copy, X86::AX, S}, // Mul in selectMulDivRem() 1680 {X86::IMUL16r, X86::MOV32r0, Copy, X86::DX, S}, // SMulH in selectMulDivRem() 1681 {X86::MUL16r, X86::MOV32r0, Copy, X86::DX, U}, // UMulH in selectMulDivRem() 1687 {X86::IDIV32r, X86::CDQ, Copy, X86::EAX, S}, // SDiv in selectMulDivRem() 1688 {X86::IDIV32r, X86::CDQ, Copy, X86::EDX, S}, // SRem in selectMulDivRem() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 209 TypeIndex Copy = *this; variable 211 return Copy; 226 TypeIndex Copy = *this; variable 228 return Copy;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 542 MachineInstr *Copy = MRI->getVRegDef(Reg); in lookThroughCRCopy() local 543 CpDef = Copy; in lookThroughCRCopy() 544 if (!Copy->isCopy()) in lookThroughCRCopy() 545 return Copy; in lookThroughCRCopy() 546 Register CopySrc = Copy->getOperand(1).getReg(); in lookThroughCRCopy() 547 Subreg = Copy->getOperand(1).getSubReg(); in lookThroughCRCopy() 560 MachineBasicBlock::iterator Me = Copy, B = Copy->getParent()->begin(); in lookThroughCRCopy()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 48 .set COPY_BLK_SZ,0x8000 # Copy in 32k blocks; must be 88 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks 98 mov $COPY_BLK_SZ,%cx # Copy 32k
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 223 Instruction *Copy = I->clone(); in cloneInstForMustTail() local 224 Copy->setName(I->getName()); in cloneInstForMustTail() 225 Copy->insertBefore(Before); in cloneInstForMustTail() 227 Copy->setOperand(0, V); in cloneInstForMustTail() 228 return Copy; in cloneInstForMustTail()
|