Home
last modified time | relevance | path

Searched defs:MoveBefore (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dilist.h107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h107 iterator_template MoveBefore(IntrusiveList* list) { in MoveBefore() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp746 std::function<void(Value*, Value*)> MoveBefore = in CreateWideLoad() local
/external/llvm/bindings/go/llvm/
Dir.go1135 func (bb BasicBlock) MoveBefore(pos BasicBlock) { C.LLVMMoveBasicBlockBefore(bb.C, pos.C) } func