Searched refs:MoveBefore (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 262 insertion_point.MoveBefore(&list2); in TEST() 279 insertion_point.MoveBefore(&list2); in TEST() 296 insertion_point.MoveBefore(&list2); in TEST() 313 insertion_point.MoveBefore(&list2); in TEST()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 750 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local 765 MoveBefore(Op, Source); in CreateWideLoad() 782 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad() 783 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 746 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local 761 MoveBefore(Op, Source); in CreateWideLoad() 779 MoveBefore(Base->getPointerOperand(), VecPtr); in CreateWideLoad() 780 MoveBefore(VecPtr, WideLoad); in CreateWideLoad()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | basic_block.h | 255 (void)bEnd.MoveBefore(&bp->insts_); in AddInstructions()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | basic_block.h | 255 (void)bEnd.MoveBefore(&bp->insts_); in AddInstructions()
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist.h | 107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist.h | 107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1135 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1255 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func
|