| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A 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
|
| H A D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function in spvtools::opt::UptrVectorIterator 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function in spvtools::opt::UptrVectorIterator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A 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
|
| H A D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function in spvtools::opt::UptrVectorIterator 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function in spvtools::opt::UptrVectorIterator
|
| /third_party/spirv-tools/source/opt/ |
| H A 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
|
| H A D | iterator.h | 317 UptrVectorIterator<VT, IC>::InsertBefore(Uptr value) { in InsertBefore() function in spvtools::opt::UptrVectorIterator 327 UptrVectorIterator<VT, IC>::InsertBefore(UptrVector* values) { in InsertBefore() function in spvtools::opt::UptrVectorIterator
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function in spvtools::utils::IntrusiveNodeBase
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function in spvtools::utils::IntrusiveNodeBase
|
| /third_party/spirv-tools/source/util/ |
| H A D | ilist_node.h | 173 inline void IntrusiveNodeBase<NodeType>::InsertBefore(NodeType* pos) { in InsertBefore() function in spvtools::utils::IntrusiveNodeBase
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | list.h | 111 void InsertBefore(T* element, T* other) { in InsertBefore() function in v8::internal::heap::List
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | LinkedList.h | 122 void InsertBefore(LinkNode<T>* e) { in InsertBefore() function in LinkNode
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 116 Instruction *InsertBefore = &*InsertPt; in applyDebugifyMetadata() local
|
| H A D | CallPromotionUtils.cpp | 171 Instruction *InsertBefore = nullptr; in createRetBitCast() local
|
| H A D | LowerMemIntrinsics.cpp | 25 void llvm::createMemCpyLoopKnownSize(Instruction *InsertBefore, Value *SrcAddr, in createMemCpyLoopKnownSize() argument 135 void llvm::createMemCpyLoopUnknownSize(Instruction *InsertBefore, in createMemCpyLoopUnknownSize() argument 287 static void createMemMoveLoop(Instruction *InsertBefore, in createMemMoveLoop() argument 368 createMemSetLoop(Instruction *InsertBefore, Value *DstAddr, Value *CopyLen, Value *SetValue, unsigned Align, bool IsVolatile) createMemSetLoop() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | threaded-list.h | 165 void InsertBefore(T* value) { in InsertBefore() function in v8::base::final::final
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | clone_context.h | 414 CloneContext& InsertBefore(const std::vector<T>& vector, in InsertBefore() function in tint::CloneContext
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | BasicBlock.cpp | 53 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { in insertInto() argument 40 BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent, BasicBlock *InsertBefore) BasicBlock() argument
|
| H A D | Instruction.cpp | 23 Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, Instruction *InsertBefore) Instruction() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 621 InsertSafepointPoll(Instruction *InsertBefore, in InsertSafepointPoll() argument
|
| H A D | MergeICmps.cpp | 606 mergeComparisons(ArrayRef<BCECmpBlock> Comparisons, BasicBlock *const InsertBefore, BasicBlock *const NextCmpBlock, PHINode &Phi, const TargetLibraryInfo &TLI, AliasAnalysis &AA, DomTreeUpdater &DTU) mergeComparisons() argument
|
| H A D | Reassociate.cpp | 233 CreateAdd(Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) CreateAdd() argument 245 CreateMul(Value *S1, Value *S2, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) CreateMul() argument 257 CreateNeg(Value *S1, const Twine &Name, Instruction *InsertBefore, Value *FlagsOp) CreateNeg() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | A15SDOptimizer.cpp | 416 createDupLane(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned Reg, unsigned Lane, bool QPR) createDupLane() argument 432 createExtractSubreg( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned DReg, unsigned Lane, const TargetRegisterClass *TRC) createExtractSubreg() argument 447 createRegSequence( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned Reg1, unsigned Reg2) createRegSequence() argument 464 createVExt(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned Ssub0, unsigned Ssub1) createVExt() argument 477 createInsertSubreg( MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL, unsigned DReg, unsigned Lane, unsigned ToInsert) createInsertSubreg() argument 493 createImplicitDef(MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertBefore, const DebugLoc &DL) createImplicitDef() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCContract.cpp | 322 createCallInst(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore, const DenseMap<BasicBlock *, ColorVector> &BlockColors) createCallInst() argument 338 createCallInst(FunctionCallee Func, ArrayRef<Value *> Args, const Twine &NameStr, Instruction *InsertBefore, const DenseMap<BasicBlock *, ColorVector> &BlockColors) createCallInst() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 602 Instruction *InsertBefore; in moveStaticAllocasToUnsafeStack() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 407 void AArch64StackTagging::tagAlloca(AllocaInst *AI, Instruction *InsertBefore, in tagAlloca() argument 428 void AArch64StackTagging::untagAlloca(AllocaInst *AI, Instruction *InsertBefore, in untagAlloca() argument
|