Searched refs:Cloned (Results 1 – 9 of 9) sorted by relevance
/third_party/rust/crates/clap/src/parser/matches/ |
D | matched_arg.rs | 4 iter::{Cloned, Flatten}, 66 pub(crate) fn indices(&self) -> Cloned<Iter<'_, usize>> { in indices()
|
D | arg_matches.rs | 5 use std::iter::{Cloned, Flatten, Map}; 1830 iter: Cloned<Iter<'a, usize>>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 956 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 361 MachineInstr *Cloned = CloneMachineInstr(&*I); in CloneMachineInstrBundle() local 362 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle() 364 FirstClone = Cloned; in CloneMachineInstrBundle() 366 Cloned->bundleWithPred(); in CloneMachineInstrBundle()
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_context_priority.txt | 13 Cloned from EGL_IMG_context_priority, whose contributors included:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2501 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1720 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig); in duplicate() local 1721 MachineBasicBlock::instr_iterator I = Cloned.getIterator(); in duplicate() 1738 return Cloned; in duplicate()
|
/third_party/python/Misc/ |
D | HISTORY | 2551 - Issue #20456: Cloned functions in Argument Clinic now use the correct
|
/third_party/NuttX/ |
D | ReleaseNotes | 26205 - Various drivers (Cloned logic): On error, memory was freed, but
|