/third_party/spirv-tools/source/opt/ |
D | instruction_list.cpp | 20 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator 30 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator
|
D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function
|
D | instruction.cpp | 538 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& inst) { in InsertBefore() function in spvtools::opt::Instruction 543 Instruction* Instruction::InsertBefore( in InsertBefore() function in spvtools::opt::Instruction
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction_list.cpp | 20 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator 30 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator
|
D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function
|
D | instruction.cpp | 600 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& inst) { in InsertBefore() function in spvtools::opt::Instruction 605 Instruction* Instruction::InsertBefore( in InsertBefore() function in spvtools::opt::Instruction
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction_list.cpp | 20 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator 30 InstructionList::iterator InstructionList::iterator::InsertBefore( in InsertBefore() function in spvtools::opt::InstructionList::iterator
|
D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function
|
D | instruction.cpp | 600 Instruction* Instruction::InsertBefore(std::unique_ptr<Instruction>&& inst) { in InsertBefore() function in spvtools::opt::Instruction 605 Instruction* Instruction::InsertBefore( in InsertBefore() function in spvtools::opt::Instruction
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 194 const Twine &NameStr, Instruction *InsertBefore) in LandingPadInst() 220 Instruction *InsertBefore) { in Create() 423 Instruction *InsertBefore) in CallInst() 522 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc() 610 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() 618 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() 654 Instruction *InsertBefore, in createFree() 687 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() 692 Instruction *InsertBefore) { in CreateFree() 873 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst() [all …]
|
D | BasicBlock.cpp | 41 BasicBlock *InsertBefore) in BasicBlock() 53 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto()
|
D | DIBuilder.cpp | 854 Instruction *InsertBefore) { in insertDeclare() 864 Instruction *InsertBefore = InsertAtEnd->getTerminator(); in insertDeclare() local 869 Instruction *InsertBefore) { in insertLabel() 884 Instruction *InsertBefore) { in insertDbgValueIntrinsic() 902 Instruction *InsertBefore) { in getIRBForDbgInsertion() 924 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDeclare() 945 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic() 967 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | A15SDOptimizer.cpp | 417 MachineBasicBlock::iterator InsertBefore, in createDupLane() 433 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createExtractSubreg() 448 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createRegSequence() 465 MachineBasicBlock::iterator InsertBefore, in createVExt() 478 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, in createInsertSubreg() 494 MachineBasicBlock::iterator InsertBefore, in createImplicitDef()
|
D | ARMInstructionSelector.cpp | 490 const MachineBasicBlock::instr_iterator InsertBefore; member 695 auto InsertBefore = std::next(MIB->getIterator()); in selectGlobal() local 772 auto InsertBefore = std::next(MIB->getIterator()); in selectSelect() local 886 auto InsertBefore = std::next(I.getIterator()); in select() local 935 auto InsertBefore = std::next(I.getIterator()); in select() local 1108 auto InsertBefore = I.getIterator(); in select() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | iterator.h | 198 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function 208 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerMemIntrinsics.cpp | 25 void llvm::createMemCpyLoopKnownSize(Instruction *InsertBefore, Value *SrcAddr, in createMemCpyLoopKnownSize() 135 void llvm::createMemCpyLoopUnknownSize(Instruction *InsertBefore, in createMemCpyLoopUnknownSize() 287 static void createMemMoveLoop(Instruction *InsertBefore, in createMemMoveLoop() 368 static void createMemSetLoop(Instruction *InsertBefore, in createMemSetLoop()
|
D | CallPromotionUtils.cpp | 171 Instruction *InsertBefore = nullptr; in createRetBitCast() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function
|
/third_party/spirv-tools/source/util/ |
D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | LinkedList.h | 122 void InsertBefore(LinkNode<T>* e) { in InsertBefore() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 323 const Twine &NameStr, Instruction *InsertBefore, in createCallInst() 339 Instruction *InsertBefore, in createCallInst()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/ |
D | list.h | 111 virtual void InsertBefore(pointer elem1, pointer elem2) { in InsertBefore() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 407 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca() 428 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 607 BasicBlock *const InsertBefore, in mergeComparisons() 700 BasicBlock *Next) { in simplify()
|