Home
last modified time | relevance | path

Searched refs:Cloned (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dcloned.rs14 pub struct Cloned<I: ParallelIterator> { struct
18 impl<I> Cloned<I> argument
24 Cloned { base } in new()
28 impl<'a, T, I> ParallelIterator for Cloned<I> implementation
48 impl<'a, T, I> IndexedParallelIterator for Cloned<I> implementation
105 type IntoIter = iter::Cloned<P::IntoIter>;
Dmod.rs157 cloned::Cloned,
688 fn cloned<'a, T>(self) -> Cloned<Self> in cloned()
693 Cloned::new(self) in cloned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp956 int Cloned = 0; in ifPatternMatch() local
992 Cloned += improveSimpleJumpintoIf(MBB, TrueMBB, FalseMBB, &LandBlk); in ifPatternMatch()
997 ++Cloned; in ifPatternMatch()
1002 ++Cloned; in ifPatternMatch()
1009 numClonedBlock += Cloned; in ifPatternMatch()
1011 return 1 + Cloned + NumMatch; in ifPatternMatch()
1510 int Cloned = 0; in cloneOnSideEntryTo() local
1516 ++Cloned; in cloneOnSideEntryTo()
1523 return Cloned; in cloneOnSideEntryTo()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp956 int Cloned = 0; in ifPatternMatch() local
992 Cloned += improveSimpleJumpintoIf(MBB, TrueMBB, FalseMBB, &LandBlk); in ifPatternMatch()
997 ++Cloned; in ifPatternMatch()
1002 ++Cloned; in ifPatternMatch()
1009 numClonedBlock += Cloned; in ifPatternMatch()
1011 return 1 + Cloned + NumMatch; in ifPatternMatch()
1510 int Cloned = 0; in cloneOnSideEntryTo() local
1516 ++Cloned; in cloneOnSideEntryTo()
1523 return Cloned; in cloneOnSideEntryTo()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp981 int Cloned = 0; in ifPatternMatch() local
1017 Cloned += improveSimpleJumpintoIf(MBB, TrueMBB, FalseMBB, &LandBlk); in ifPatternMatch()
1022 ++Cloned; in ifPatternMatch()
1027 ++Cloned; in ifPatternMatch()
1034 numClonedBlock += Cloned; in ifPatternMatch()
1036 return 1 + Cloned + NumMatch; in ifPatternMatch()
1563 int Cloned = 0; in cloneOnSideEntryTo() local
1569 ++Cloned; in cloneOnSideEntryTo()
1576 return Cloned; in cloneOnSideEntryTo()
/external/rust/crates/itertools/src/
Dfree.rs119 pub fn cloned<'a, I, T: 'a>(iterable: I) -> iter::Cloned<I::IntoIter> in cloned()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp361 MachineInstr *Cloned = CloneMachineInstr(&*I); in CloneMachineInstrBundle() local
362 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle()
364 FirstClone = Cloned; in CloneMachineInstrBundle()
366 Cloned->bundleWithPred(); in CloneMachineInstrBundle()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp368 MachineInstr *Cloned = CloneMachineInstr(&*I); in CloneMachineInstrBundle() local
369 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle()
371 FirstClone = Cloned; in CloneMachineInstrBundle()
373 Cloned->bundleWithPred(); in CloneMachineInstrBundle()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2685 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local
2687 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction()
2700 Cloned->setOperand(op, NewOp); in scalarizeInstruction()
2702 addNewMetadata(Cloned, Instr); in scalarizeInstruction()
2705 Builder.Insert(Cloned); in scalarizeInstruction()
2708 if (auto *II = dyn_cast<IntrinsicInst>(Cloned)) in scalarizeInstruction()
2715 VecResults[Part] = Builder.CreateInsertElement(VecResults[Part], Cloned, in scalarizeInstruction()
2720 std::make_pair(cast<StoreInst>(Cloned), Cmp)); in scalarizeInstruction()
6285 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local
6287 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction()
[all …]
/external/rust/crates/fallible-iterator/src/
Dlib.rs726 fn cloned<'a, T>(self) -> Cloned<Self> in cloned()
731 Cloned(self) in cloned()
1405 pub struct Cloned<I>(I); struct
1407 impl<'a, T, I> FallibleIterator for Cloned<I> implementation
1435 impl<'a, T, I> DoubleEndedFallibleIterator for Cloned<I> implementation
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2501 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local
2503 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction()
2509 Cloned->setOperand(op, NewOp); in scalarizeInstruction()
2511 addNewMetadata(Cloned, Instr); in scalarizeInstruction()
2514 Builder.Insert(Cloned); in scalarizeInstruction()
2517 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction()
2520 if (auto *II = dyn_cast<IntrinsicInst>(Cloned)) in scalarizeInstruction()
2526 PredicatedInstructions.push_back(Cloned); in scalarizeInstruction()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2849 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local
2851 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction()
2862 Cloned->setOperand(op, NewOp); in scalarizeInstruction()
2864 addNewMetadata(Cloned, Instr); in scalarizeInstruction()
2867 Builder.Insert(Cloned); in scalarizeInstruction()
2872 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction()
2875 if (auto *II = dyn_cast<IntrinsicInst>(Cloned)) in scalarizeInstruction()
2881 PredicatedInstructions.push_back(Cloned); in scalarizeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1720 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig); in duplicate() local
1721 MachineBasicBlock::instr_iterator I = Cloned.getIterator(); in duplicate()
1738 return Cloned; in duplicate()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1761 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig); in duplicate() local
1762 MachineBasicBlock::instr_iterator I = Cloned.getIterator(); in duplicate()
1779 return Cloned; in duplicate()
/external/python/cpython3/Misc/
DHISTORY2551 - Issue #20456: Cloned functions in Argument Clinic now use the correct