/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 174 InstructionCost Copy = *this; variable 185 InstructionCost Copy = *this; variable
|
H A D | TypeSize.h | 126 LeafTy Copy = LHS; variable 131 LeafTy Copy = LHS; variable 136 LeafTy Copy = LHS; variable 143 LeafTy Copy = LHS; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 119 // Insert a Copy from TLSBaseAddrReg to R2. in ReplaceTLSCall() local 139 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), SetRegister() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 104 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), replaceTLSBaseAddrCall() local 129 MachineInstr *Copy = setRegister() local
|
/freebsd-src/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 352 static type Copy(const RawContainer& container) { return container; } Copy() function 373 static type Copy(const Element (&array)[N]) { Copy() function 394 static type Copy(const ::std::tuple<ElementPointer, Size>& array) { Copy() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 243 auto &Copy = I.first->second; trackCopy() local 455 if (MachineInstr *Copy = Tracker.findCopyForUnit(Unit, *TRI)) { ReadRegister() local 491 eraseIfRedundant(MachineInstr & Copy,MCRegister Src,MCRegister Def) eraseIfRedundant() argument 538 isBackwardPropagatableRegClassCopy(const MachineInstr & Copy,const MachineInstr & UseI,unsigned UseIdx) isBackwardPropagatableRegClassCopy() argument 555 isForwardableRegClassCopy(const MachineInstr & Copy,const MachineInstr & UseI,unsigned UseIdx) isForwardableRegClassCopy() argument 682 MachineInstr *Copy = Tracker.findAvailCopy(MI, MOUse.getReg().asMCReg(), forwardUses() local 987 MachineInstr *Copy = Tracker.findAvailBackwardCopy( propagateDefs() local 1077 if (auto *Copy = Tracker.findCopyDefViaUnit(Unit, *TRI)) { BackwardCopyPropagateBlock() local 1089 for (auto *Copy : MaybeDeadCopies) { BackwardCopyPropagateBlock() local [all...] |
H A D | CodeGenCommonISel.cpp | 211 MachineInstr &Copy) { in getSalvageOpsForCopy() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 98 APInt Copy = APInt(NumBits, static_cast<uint64_t>(Value), Signed); variable 115 APInt Copy = APInt(BitWidth, static_cast<uint64_t>(I), InputSigned); in from() local 161 APInt Copy = V; toUnsigned() local
|
H A D | Floating.h | 57 APFloat Copy = F; in toSemantics() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PagedVector.h | 200 MaterializedIterator Copy = *this; variable
|
H A D | BitVector.h | 209 BitWord Copy = Bits[i]; variable 241 BitWord Copy = Bits[CurrentWord]; in find_last_in() local 278 BitWord Copy = Bits[CurrentWord]; find_last_unset_in() local [all...] |
H A D | Sequence.h | 220 const auto Copy = *this; member 225 const auto Copy = *this; member
|
H A D | SparseBitVector.h | 154 BitWord Copy = Bits[WordPos]; in find_next() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 209 TypeIndex Copy = *this; variable 226 TypeIndex Copy = *this; variable
|
/freebsd-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUExportClustering.cpp | 48 SmallVector<SUnit *, 8> Copy(Chain); in sortChain() local
|
H A D | SIFixSGPRCopies.cpp | 89 MachineInstr *Copy; member in __anon59c5c9270111::V2SCopyInfo 189 getCopyRegClasses(const MachineInstr &Copy, in getCopyRegClasses() argument 343 static bool isSafeToFoldImmIntoCopy(const MachineInstr *Copy, in isSafeToFoldImmIntoCopy() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 173 Copy, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenPredicate.cpp | 514 VectOfInst Processed, Copy; in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 2947 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {MemTy}, {}) in select() local 1029 auto Copy = MIB.buildCopy({DstTempRC}, {SrcReg}); selectCopy() local 2069 auto Copy = MIB.buildCopy(LLT::scalar(64), SrcOp); preISelLower() local 3931 auto Copy = MIB.buildInstr(TargetOpcode::COPY, {DstReg}, {}) emitNarrowVector() local 4069 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {*DstReg}, {}) emitExtractVectorElt() local 5268 auto Copy = selectShuffleVector() local 5690 auto Copy = MIB.buildCopy(Dst, LdMI.getReg(1)); selectIndexedExtLoad() local 5813 auto Copy = MIRBuilder.buildInstr(TargetOpcode::COPY, {Dst}, {}) emitConstantVector() local 5848 auto Copy = MIRBuilder.buildCopy(Dst, CPLoad->getOperand(0)); emitConstantVector() local 7525 auto Copy = MIB.buildCopy({&RC}, {Reg}); moveScalarRegClass() local 7759 auto Copy = MIB.buildCopy(Ty, OpReg); fixupPHIOpBanks() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 254 DynTypedMatcher Copy = InnerMatcher; in constructRestrictedWrapper() local 260 auto Copy = *this; in withTraversalKind() local 280 auto Copy = *this; in dynCastTo() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 306 insertString(StringRef S,bool Copy) insertString() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 223 Instruction *Copy = I->clone(); in cloneInstForMustTail() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 366 T Copy(Symbol); in serializeAndAddGlobal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 542 MachineInstr *Copy = MRI->getVRegDef(Reg); in lookThroughCRCopy() local
|