Searched refs:ctrl (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 1460 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 D | NativeRegisterContextLinux_arm64.cpp | 689 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 D | pr33367.ll | 120 !3 = !{!"ctrl", !0}
|
| /llvm-project-15.0.7/llvm/test/MC/Sparc/ |
| H A D | sparc-synthetic-instructions.s | 10 ! jmp and call are tested in sparc-ctrl-instructions.
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 86 /// The function to call if ctrl-c is pressed.
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Signals.inc | 197 // The function to call if ctrl-c is pressed.
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 1340 "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 D | PPCInstr64Bit.td | 167 "b${cond:cc}ctrl${cond:pm} ${cond:reg}", IIC_BrB,
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 4892 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 D | Target.td | 560 bit hasCtrlDep = false; // Does this instruction r/w ctrl-flow chains?
|