Home
last modified time | relevance | path

Searched defs:Jmp (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DControlFlow.cpp202 TEST_F(AssemblerX8664Test, Jmp) { in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DControlFlow.cpp146 TEST_F(AssemblerX8632Test, Jmp) { in TEST_F() argument
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h101 static NewSense Jmp(bool isNVJ) { in Jmp() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp609 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp558 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp688 BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator()); in simplifyLoopLatch() local
/external/llvm-project/clang/lib/AST/Interp/
DInterp.cpp82 static bool Jmp(InterpState &S, CodePtr &PC, int32_t Offset) { in Jmp() function
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp634 ConstantInt *Jmp = ConstantInt::get(Int8Ty, kJmpPCRel32Code); in createJumpTableEntry() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h111 Jmp, enumerator
3198 using Jmp = typename InstImpl<TraitsType>::InstX86Jmp; member