Home
last modified time | relevance | path

Searched refs:Jmp (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc244 void Jmp(Label& target) { in Jmp() function in v8::internal::__anon14955::BytecodeAssembler
360 assembler_.Jmp(end); in CompileDisjunction()
461 assembler_.Jmp(begin); in CompileGreedyStar()
483 assembler_.Jmp(end); in CompileNonGreedyStar()
540 assembler_.Jmp(end); in CompileNonGreedyRepetition()
H A Dexperimental-bytecode.h134 static RegExpInstruction Jmp(int32_t alt_index) { in Jmp() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp609 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch()
610 if (!Jmp || !Jmp->isUnconditional()) in simplifyLoopLatch()
621 if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L)) in simplifyLoopLatch()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DControlFlow.cpp146 TEST_F(AssemblerX8632Test, Jmp) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DControlFlow.cpp202 TEST_F(AssemblerX8664Test, Jmp) { in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceInstX8632.h226 Jmp, enumerator
562 return InstX86Base::isClassof(Instr, InstX86Base::Jmp); in classof()
3167 using Jmp = InstX86Jmp;
H A DIceInstX8664.h165 Jmp, enumerator
501 return InstX86Base::isClassof(Instr, InstX86Base::Jmp); in classof()
3066 using Jmp = InstX86Jmp;
H A DIceTargetLoweringX8632.h560 void _jmp(Operand *Target) { Context.insert<Insts::Jmp>(Target); }
H A DIceTargetLoweringX8664.h554 void _jmp(Operand *Target) { Context.insert<Insts::Jmp>(Target); }
H A DIceInstX8632.cpp225 : InstX86Base(Func, InstX86Base::Jmp, 1, nullptr) { in InstX86Jmp()
H A DIceInstX8664.cpp213 : InstX86Base(Func, InstX86Base::Jmp, 1, nullptr) { in InstX86Jmp()

Completed in 28 milliseconds