Home
last modified time | relevance | path

Searched defs:Old (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp101 void OrderedBasicBlock::replaceInstruction(const Instruction *Old, in replaceInstruction() argument
H A DCallGraphSCCPass.cpp547 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode() argument
H A DMustExecute.cpp36 void LoopSafetyInfo::copyColors(BasicBlock *New, BasicBlock *Old) { in copyColors() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp138 unsigned Old = LI->reg; in runOnMachineFunction() local
168 unsigned Old = SortedIntervals[I]->reg; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 FindDominatedInstruction(MachineInstr &New, MachineInstr *Old, const InstOrderMap &M) FindDominatedInstruction() argument
[all...]
H A DMachineModuleInfo.cpp173 void MMIAddrLabelMap::UpdateForRAUWBlock(BasicBlock *Old, BasicBlock *New) { in UpdateForRAUWBlock() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp237 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
274 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable() argument
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() argument
237 GlobalVariable *Old = SameContentReplacements[i].first; mergeConstants() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { in ReplaceNode() argument
H A DImmutableMap.h116 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K, in add() argument
122 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h174 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion() argument
H A DScheduleDAGSDNodes.cpp89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() argument
[all...]
H A DLegalizeDAG.cpp206 void ReplaceNode(SDNode *Old, SDNode *New) { in ReplaceNode() argument
219 void ReplaceNode(SDValue Old, SDValue New) { in ReplaceNode() argument
229 void ReplaceNode(SDNode *Old, cons argument
242 ReplaceNodeWithValue(SDValue Old, SDValue New) ReplaceNodeWithValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAllocator.h158 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument
455 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) SpecificBumpPtrAllocator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument
373 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) SpecificBumpPtrAllocator() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCFrameLowering.cpp474 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp217 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain() argument
H A DXCoreFrameLowering.cpp493 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h66 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DBasicBlock.cpp441 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() argument
452 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *Old, in replaceSuccessorsPhiUsesWith() argument
H A DMetadata.cpp595 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange() argument
H A DValue.cpp924 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h37 const auto &Old = *I; in set() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp361 Value *Old = V; in buildShiftRight() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp123 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local

Completed in 28 milliseconds

12