Searched refs:Jmp (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental-compiler.cc | 244 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 D | experimental-bytecode.h | 134 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 D | LoopRotationUtils.cpp | 609 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 D | ControlFlow.cpp | 146 TEST_F(AssemblerX8632Test, Jmp) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | ControlFlow.cpp | 202 TEST_F(AssemblerX8664Test, Jmp) { in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 226 Jmp, enumerator 562 return InstX86Base::isClassof(Instr, InstX86Base::Jmp); in classof() 3167 using Jmp = InstX86Jmp;
|
H A D | IceInstX8664.h | 165 Jmp, enumerator 501 return InstX86Base::isClassof(Instr, InstX86Base::Jmp); in classof() 3066 using Jmp = InstX86Jmp;
|
H A D | IceTargetLoweringX8632.h | 560 void _jmp(Operand *Target) { Context.insert<Insts::Jmp>(Target); }
|
H A D | IceTargetLoweringX8664.h | 554 void _jmp(Operand *Target) { Context.insert<Insts::Jmp>(Target); }
|
H A D | IceInstX8632.cpp | 225 : InstX86Base(Func, InstX86Base::Jmp, 1, nullptr) { in InstX86Jmp()
|
H A D | IceInstX8664.cpp | 213 : InstX86Base(Func, InstX86Base::Jmp, 1, nullptr) { in InstX86Jmp()
|
Completed in 28 milliseconds