Home
last modified time | relevance | path

Searched refs:Unconditional (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp37 HexagonMCChecker::Unconditional(Hexagon::NoRegister, false);
46 Defs[Hexagon::SA0].insert(Unconditional); // FIXME: define or change SA0? in init()
47 Defs[Hexagon::LC0].insert(Unconditional); in init()
50 Defs[Hexagon::SA1].insert(Unconditional); // FIXME: define or change SA0? in init()
51 Defs[Hexagon::LC1].insert(Unconditional); in init()
633 if (PM.count(Unconditional)) { in checkRegisters()
H A DHexagonMCChecker.h43 static const PredSense Unconditional; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h218 static constexpr uint32_t Unconditional = 0xe0000000;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td426 // Unconditional branch.
461 // Unconditional Jump.
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrInfo.td603 // Purpose: Unconditional Branch (Extended)
610 // Purpose: Unconditional Branch
1366 // Unconditional branch
H A DMipsInstrInfo.td1559 // Unconditional branch
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A Daarch32.cpp549 FixupInfo<Arm_Call>::Unconditional) in applyFixupArm()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrControl.td60 // Unconditional branches.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td98 // Unconditional branches. These are in fact simply variants of the
217 // Unconditional trap.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td322 // Unconditional start/stop
H A DAArch64InstrInfo.td3470 // Unconditional branch (register) instructions.
3589 // Unconditional branch (immediate) instructions.
H A DAArch64InstrFormats.td2382 // Unconditional branch (immediate) instructions.
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc6491 TEST(StreamingAssertionsTest, Unconditional) { in TEST() argument
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td1011 let summary = "Unconditional branch";