Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1460 for (const Fortran::parser::ConcurrentControl &ctrl : in genFIR() local
1463 Fortran::semantics::GetExpr(std::get<1>(ctrl.t)); in genFIR()
1465 Fortran::semantics::GetExpr(std::get<2>(ctrl.t)); in genFIR()
1467 std::get<std::optional<Fortran::parser::ScalarIntExpr>>(ctrl.t); in genFIR()
1490 for (const Fortran::parser::ConcurrentControl &ctrl : in genFIR() local
1493 std::get<Fortran::parser::Name>(ctrl.t).symbol; in genFIR()
1506 Fortran::semantics::GetExpr(std::get<1>(ctrl.t)); in genFIR()
1508 Fortran::semantics::GetExpr(std::get<2>(ctrl.t)); in genFIR()
1510 std::get<std::optional<Fortran::parser::ScalarIntExpr>>(ctrl.t); in genFIR()
2997 for (const Fortran::parser::ConcurrentControl &ctrl : in analyzeExplicitSpace() local
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp689 dreg_state.dbg_regs[i].ctrl = m_hwp_regs[i].control; in WriteHardwareDebugRegs()
699 dreg_state.dbg_regs[i].ctrl = m_hbp_regs[i].control; in WriteHardwareDebugRegs()
/llvm-project-15.0.7/llvm/test/Transforms/NewGVN/
H A Dpr33367.ll120 !3 = !{!"ctrl", !0}
/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc-synthetic-instructions.s10 ! jmp and call are tested in sparc-ctrl-instructions.
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc86 /// The function to call if ctrl-c is pressed.
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DSignals.inc197 // The function to call if ctrl-c is pressed.
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td1340 "b${cond:cc}ctrl${cond:pm} ${cond:reg}", IIC_BrB,
4727 def : InstAlias<"b"#name#"ctrl"#pm#" $bi", (gBCCTRL bo, crbitrc:$bi, 0)>;
4776 def : InstAlias<"b"#name#"ctrl"#pm#" $cc",
4778 def : InstAlias<"b"#name#"ctrl"#pm,
H A DPPCInstr64Bit.td167 "b${cond:cc}ctrl${cond:pm} ${cond:reg}", IIC_BrB,
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4892 unsigned ctrl = fieldFromInstruction(Val, 10, 2); in DecodeT2SOImm() local
4893 if (ctrl == 0) { in DecodeT2SOImm()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td560 bit hasCtrlDep = false; // Does this instruction r/w ctrl-flow chains?