Searched refs:Cloned (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.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()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDILCFGStructurizer.cpp | 981 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/swiftshader/third_party/stlport-cpp11-extension/ |
D | string | 23 // Cloned from master branch vendor/google/native/cmds/sysproxy/shared_ptr.h
|
D | memory | 24 // Cloned from master branch vendor/google/native/cmds/sysproxy/shared_ptr.h
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 320 MachineInstr *Cloned = CloneMachineInstr(&*I); in CloneMachineInstrBundle() local 321 MBB.insert(InsertBefore, Cloned); in CloneMachineInstrBundle() 323 FirstClone = Cloned; in CloneMachineInstrBundle() 325 Cloned->bundleWithPred(); in CloneMachineInstrBundle()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2685 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2533 Instruction *Cloned = Instr->clone(); in scalarizeInstruction() local 2535 Cloned->setName(Instr->getName() + ".cloned"); in scalarizeInstruction() 2541 Cloned->setOperand(op, NewOp); in scalarizeInstruction() 2543 addNewMetadata(Cloned, Instr); in scalarizeInstruction() 2546 Builder.Insert(Cloned); in scalarizeInstruction() 2549 VectorLoopValueMap.setScalarValue(Instr, Instance, Cloned); in scalarizeInstruction() 2552 if (auto *II = dyn_cast<IntrinsicInst>(Cloned)) in scalarizeInstruction() 2558 PredicatedInstructions.push_back(Cloned); in scalarizeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 1607 MachineInstr &Cloned = TargetInstrInfo::duplicate(MBB, InsertBefore, Orig); in duplicate() local 1608 MachineBasicBlock::instr_iterator I = Cloned.getIterator(); in duplicate() 1625 return Cloned; in duplicate()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2551 - Issue #20456: Cloned functions in Argument Clinic now use the correct
|